HomeSort by: relevance | last modified time | path
    Searched defs:nvkm_volt (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/volt/
priv.h 6 #define nvkm_volt(p) container_of((p), struct nvkm_volt, subdev) macro
10 int index, struct nvkm_volt *);
12 int index, struct nvkm_volt **);
15 int (*oneinit)(struct nvkm_volt *);
16 int (*volt_get)(struct nvkm_volt *);
17 int (*volt_set)(struct nvkm_volt *, u32 uv);
18 int (*vid_get)(struct nvkm_volt *);
19 int (*vid_set)(struct nvkm_volt *, u8 vid);
20 int (*set_id)(struct nvkm_volt *, u8 id, int condition)
    [all...]
nouveau_nvkm_subdev_volt_base.c 37 nvkm_volt_get(struct nvkm_volt *volt)
56 nvkm_volt_set(struct nvkm_volt *volt, u32 uv)
87 nvkm_volt_map_min(struct nvkm_volt *volt, u8 id)
109 nvkm_volt_map(struct nvkm_volt *volt, u8 id, u8 temp)
165 nvkm_volt_set_id(struct nvkm_volt *volt, u8 id, u8 min_id, u8 temp,
191 nvkm_volt_parse_bios(struct nvkm_bios *bios, struct nvkm_volt *volt)
238 nvkm_volt_speedo_read(struct nvkm_volt *volt)
248 struct nvkm_volt *volt = nvkm_volt(subdev);
262 struct nvkm_volt *volt = nvkm_volt(subdev)
281 nvkm_volt = { variable in typeref:typename:const struct nvkm_subdev_func
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
volt.h 8 struct nvkm_volt { struct
35 int nvkm_volt_map(struct nvkm_volt *volt, u8 id, u8 temperature);
36 int nvkm_volt_map_min(struct nvkm_volt *volt, u8 id);
37 int nvkm_volt_get(struct nvkm_volt *);
38 int nvkm_volt_set_id(struct nvkm_volt *, u8 id, u8 min_id, u8 temp,
41 int nv40_volt_new(struct nvkm_device *, int, struct nvkm_volt **);
42 int gf100_volt_new(struct nvkm_device *, int, struct nvkm_volt **);
43 int gf117_volt_new(struct nvkm_device *, int, struct nvkm_volt **);
44 int gk104_volt_new(struct nvkm_device *, int, struct nvkm_volt **);
45 int gk20a_volt_new(struct nvkm_device *, int, struct nvkm_volt **);
    [all...]

Completed in 13 milliseconds