HomeSort by: relevance | last modified time | path
    Searched refs:nvkm_volt (Results 1 - 16 of 16) 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_nv40.c 38 nv40_volt_new(struct nvkm_device *device, int index, struct nvkm_volt **pvolt)
40 struct nvkm_volt *volt;
nouveau_nvkm_subdev_volt_gf117.c 34 gf117_volt_speedo_read(struct nvkm_volt *volt)
54 gf117_volt_new(struct nvkm_device *device, int index, struct nvkm_volt **pvolt)
56 struct nvkm_volt *volt;
nouveau_nvkm_subdev_volt_gf100.c 34 gf100_volt_speedo_read(struct nvkm_volt *volt)
46 gf100_volt_oneinit(struct nvkm_volt *volt)
64 gf100_volt_new(struct nvkm_device *device, int index, struct nvkm_volt **pvolt)
66 struct nvkm_volt *volt;
gk20a.h 38 struct nvkm_volt base;
nouveau_nvkm_subdev_volt_gk104.c 39 struct nvkm_volt base;
44 gk104_volt_get(struct nvkm_volt *base)
57 gk104_volt_set(struct nvkm_volt *base, u32 uv)
74 gk104_volt_speedo_read(struct nvkm_volt *volt)
103 gk104_volt_new(struct nvkm_device *device, int index, struct nvkm_volt **pvolt)
nouveau_nvkm_subdev_volt_gpio.c 43 nvkm_voltgpio_get(struct nvkm_volt *volt)
62 nvkm_voltgpio_set(struct nvkm_volt *volt, u8 vid)
79 nvkm_voltgpio_init(struct nvkm_volt *volt)
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...]
nouveau_nvkm_subdev_volt_gk20a.c 98 gk20a_volt_vid_get(struct nvkm_volt *base)
113 gk20a_volt_vid_set(struct nvkm_volt *base, u8 vid)
123 gk20a_volt_set_id(struct nvkm_volt *base, u8 id, int condition)
180 gk20a_volt_new(struct nvkm_device *device, int index, struct nvkm_volt **pvolt)
nouveau_nvkm_subdev_volt_gm20b.c 72 gm20b_volt_new(struct nvkm_device *device, int index, struct nvkm_volt **pvolt)
  /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...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_hwmon.c 374 struct nvkm_volt *volt = nvxx_volt(&drm->client.device);
498 struct nvkm_volt *volt = nvxx_volt(&drm->client.device);
725 struct nvkm_volt *volt = nvxx_volt(&drm->client.device);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
device.h 168 struct nvkm_volt *volt;
245 int (*volt )(struct nvkm_device *, int idx, struct nvkm_volt **);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
nouveau_nvkm_subdev_clk_base.c 88 struct nvkm_volt *volt = clk->subdev.device->volt;
121 struct nvkm_volt *volt = device->volt;
170 struct nvkm_volt *volt = device->volt;
231 struct nvkm_volt *volt = clk->subdev.device->volt;
nouveau_nvkm_subdev_clk_gm20b.c 473 struct nvkm_volt *volt = base->subdev.device->volt;
858 struct nvkm_volt *volt = device->volt;
987 struct nvkm_volt *volt = subdev->device->volt;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/pmu/
nouveau_nvkm_subdev_pmu_gk20a.c 129 struct nvkm_volt *volt = device->volt;

Completed in 17 milliseconds