Symbol: nvkm_volt
drivers/gpu/drm/nouveau/include/nvkm/core/layout.h
25
NVKM_LAYOUT_ONCE(NVKM_SUBDEV_VOLT , struct nvkm_volt , volt)
drivers/gpu/drm/nouveau/include/nvkm/subdev/volt.h
33
int nvkm_volt_map(struct nvkm_volt *volt, u8 id, u8 temperature);
drivers/gpu/drm/nouveau/include/nvkm/subdev/volt.h
34
int nvkm_volt_map_min(struct nvkm_volt *volt, u8 id);
drivers/gpu/drm/nouveau/include/nvkm/subdev/volt.h
35
int nvkm_volt_get(struct nvkm_volt *);
drivers/gpu/drm/nouveau/include/nvkm/subdev/volt.h
36
int nvkm_volt_set_id(struct nvkm_volt *, u8 id, u8 min_id, u8 temp,
drivers/gpu/drm/nouveau/include/nvkm/subdev/volt.h
39
int nv40_volt_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_volt **);
drivers/gpu/drm/nouveau/include/nvkm/subdev/volt.h
40
int gf100_volt_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_volt **);
drivers/gpu/drm/nouveau/include/nvkm/subdev/volt.h
41
int gf117_volt_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_volt **);
drivers/gpu/drm/nouveau/include/nvkm/subdev/volt.h
42
int gk104_volt_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_volt **);
drivers/gpu/drm/nouveau/include/nvkm/subdev/volt.h
43
int gk20a_volt_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_volt **);
drivers/gpu/drm/nouveau/include/nvkm/subdev/volt.h
44
int gm20b_volt_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_volt **);
drivers/gpu/drm/nouveau/nouveau_hwmon.c
318
struct nvkm_volt *volt = nvxx_volt(drm);
drivers/gpu/drm/nouveau/nouveau_hwmon.c
442
struct nvkm_volt *volt = nvxx_volt(drm);
drivers/gpu/drm/nouveau/nouveau_hwmon.c
669
struct nvkm_volt *volt = nvxx_volt(drm);
drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c
116
struct nvkm_volt *volt = device->volt;
drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c
165
struct nvkm_volt *volt = device->volt;
drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c
228
struct nvkm_volt *volt = clk->subdev.device->volt;
drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c
83
struct nvkm_volt *volt = clk->subdev.device->volt;
drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c
469
struct nvkm_volt *volt = base->subdev.device->volt;
drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c
854
struct nvkm_volt *volt = device->volt;
drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c
984
struct nvkm_volt *volt = subdev->device->volt;
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gk20a.c
124
struct nvkm_volt *volt = device->volt;
drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c
104
nvkm_volt_map(struct nvkm_volt *volt, u8 id, u8 temp)
drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c
160
nvkm_volt_set_id(struct nvkm_volt *volt, u8 id, u8 min_id, u8 temp,
drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c
186
nvkm_volt_parse_bios(struct nvkm_bios *bios, struct nvkm_volt *volt)
drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c
233
nvkm_volt_speedo_read(struct nvkm_volt *volt)
drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c
243
struct nvkm_volt *volt = nvkm_volt(subdev);
drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c
257
struct nvkm_volt *volt = nvkm_volt(subdev);
drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c
272
return nvkm_volt(subdev);
drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c
276
nvkm_volt = {
drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c
284
enum nvkm_subdev_type type, int inst, struct nvkm_volt *volt)
drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c
289
nvkm_subdev_ctor(&nvkm_volt, device, type, inst, &volt->subdev);
drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c
32
nvkm_volt_get(struct nvkm_volt *volt)
drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c
322
enum nvkm_subdev_type type, int inst, struct nvkm_volt **pvolt)
drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c
51
nvkm_volt_set(struct nvkm_volt *volt, u32 uv)
drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c
82
nvkm_volt_map_min(struct nvkm_volt *volt, u8 id)
drivers/gpu/drm/nouveau/nvkm/subdev/volt/gf100.c
29
gf100_volt_speedo_read(struct nvkm_volt *volt)
drivers/gpu/drm/nouveau/nvkm/subdev/volt/gf100.c
41
gf100_volt_oneinit(struct nvkm_volt *volt)
drivers/gpu/drm/nouveau/nvkm/subdev/volt/gf100.c
60
struct nvkm_volt **pvolt)
drivers/gpu/drm/nouveau/nvkm/subdev/volt/gf100.c
62
struct nvkm_volt *volt;
drivers/gpu/drm/nouveau/nvkm/subdev/volt/gf117.c
29
gf117_volt_speedo_read(struct nvkm_volt *volt)
drivers/gpu/drm/nouveau/nvkm/subdev/volt/gf117.c
50
struct nvkm_volt **pvolt)
drivers/gpu/drm/nouveau/nvkm/subdev/volt/gf117.c
52
struct nvkm_volt *volt;
drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk104.c
34
struct nvkm_volt base;
drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk104.c
39
gk104_volt_get(struct nvkm_volt *base)
drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk104.c
52
gk104_volt_set(struct nvkm_volt *base, u32 uv)
drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk104.c
69
gk104_volt_speedo_read(struct nvkm_volt *volt)
drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk104.c
99
struct nvkm_volt **pvolt)
drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk20a.c
108
gk20a_volt_vid_set(struct nvkm_volt *base, u8 vid)
drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk20a.c
118
gk20a_volt_set_id(struct nvkm_volt *base, u8 id, int condition)
drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk20a.c
175
gk20a_volt_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_volt **pvolt)
drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk20a.c
93
gk20a_volt_vid_get(struct nvkm_volt *base)
drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk20a.h
36
struct nvkm_volt base;
drivers/gpu/drm/nouveau/nvkm/subdev/volt/gm20b.c
68
struct nvkm_volt **pvolt)
drivers/gpu/drm/nouveau/nvkm/subdev/volt/gpio.c
36
nvkm_voltgpio_get(struct nvkm_volt *volt)
drivers/gpu/drm/nouveau/nvkm/subdev/volt/gpio.c
55
nvkm_voltgpio_set(struct nvkm_volt *volt, u8 vid)
drivers/gpu/drm/nouveau/nvkm/subdev/volt/gpio.c
72
nvkm_voltgpio_init(struct nvkm_volt *volt)
drivers/gpu/drm/nouveau/nvkm/subdev/volt/nv40.c
34
struct nvkm_volt **pvolt)
drivers/gpu/drm/nouveau/nvkm/subdev/volt/nv40.c
36
struct nvkm_volt *volt;
drivers/gpu/drm/nouveau/nvkm/subdev/volt/priv.h
10
struct nvkm_volt **);
drivers/gpu/drm/nouveau/nvkm/subdev/volt/priv.h
13
int (*oneinit)(struct nvkm_volt *);
drivers/gpu/drm/nouveau/nvkm/subdev/volt/priv.h
14
int (*volt_get)(struct nvkm_volt *);
drivers/gpu/drm/nouveau/nvkm/subdev/volt/priv.h
15
int (*volt_set)(struct nvkm_volt *, u32 uv);
drivers/gpu/drm/nouveau/nvkm/subdev/volt/priv.h
16
int (*vid_get)(struct nvkm_volt *);
drivers/gpu/drm/nouveau/nvkm/subdev/volt/priv.h
17
int (*vid_set)(struct nvkm_volt *, u8 vid);
drivers/gpu/drm/nouveau/nvkm/subdev/volt/priv.h
18
int (*set_id)(struct nvkm_volt *, u8 id, int condition);
drivers/gpu/drm/nouveau/nvkm/subdev/volt/priv.h
19
int (*speedo_read)(struct nvkm_volt *);
drivers/gpu/drm/nouveau/nvkm/subdev/volt/priv.h
22
int nvkm_voltgpio_init(struct nvkm_volt *);
drivers/gpu/drm/nouveau/nvkm/subdev/volt/priv.h
23
int nvkm_voltgpio_get(struct nvkm_volt *);
drivers/gpu/drm/nouveau/nvkm/subdev/volt/priv.h
24
int nvkm_voltgpio_set(struct nvkm_volt *, u8);
drivers/gpu/drm/nouveau/nvkm/subdev/volt/priv.h
26
int nvkm_voltpwm_init(struct nvkm_volt *volt);
drivers/gpu/drm/nouveau/nvkm/subdev/volt/priv.h
27
int nvkm_voltpwm_get(struct nvkm_volt *volt);
drivers/gpu/drm/nouveau/nvkm/subdev/volt/priv.h
28
int nvkm_voltpwm_set(struct nvkm_volt *volt, u32 uv);
drivers/gpu/drm/nouveau/nvkm/subdev/volt/priv.h
30
int gf100_volt_oneinit(struct nvkm_volt *);
drivers/gpu/drm/nouveau/nvkm/subdev/volt/priv.h
4
#define nvkm_volt(p) container_of((p), struct nvkm_volt, subdev)
drivers/gpu/drm/nouveau/nvkm/subdev/volt/priv.h
8
struct nvkm_volt *);