nvkm_volt         156 drivers/gpu/drm/nouveau/include/nvkm/core/device.h 	struct nvkm_volt *volt;
nvkm_volt         229 drivers/gpu/drm/nouveau/include/nvkm/core/device.h 	int (*volt    )(struct nvkm_device *, int idx, struct nvkm_volt **);
nvkm_volt          33 drivers/gpu/drm/nouveau/include/nvkm/subdev/volt.h int nvkm_volt_map(struct nvkm_volt *volt, u8 id, u8 temperature);
nvkm_volt          34 drivers/gpu/drm/nouveau/include/nvkm/subdev/volt.h int nvkm_volt_map_min(struct nvkm_volt *volt, u8 id);
nvkm_volt          35 drivers/gpu/drm/nouveau/include/nvkm/subdev/volt.h int nvkm_volt_get(struct nvkm_volt *);
nvkm_volt          36 drivers/gpu/drm/nouveau/include/nvkm/subdev/volt.h int nvkm_volt_set_id(struct nvkm_volt *, u8 id, u8 min_id, u8 temp,
nvkm_volt          39 drivers/gpu/drm/nouveau/include/nvkm/subdev/volt.h int nv40_volt_new(struct nvkm_device *, int, struct nvkm_volt **);
nvkm_volt          40 drivers/gpu/drm/nouveau/include/nvkm/subdev/volt.h int gf100_volt_new(struct nvkm_device *, int, struct nvkm_volt **);
nvkm_volt          41 drivers/gpu/drm/nouveau/include/nvkm/subdev/volt.h int gf117_volt_new(struct nvkm_device *, int, struct nvkm_volt **);
nvkm_volt          42 drivers/gpu/drm/nouveau/include/nvkm/subdev/volt.h int gk104_volt_new(struct nvkm_device *, int, struct nvkm_volt **);
nvkm_volt          43 drivers/gpu/drm/nouveau/include/nvkm/subdev/volt.h int gk20a_volt_new(struct nvkm_device *, int, struct nvkm_volt **);
nvkm_volt          44 drivers/gpu/drm/nouveau/include/nvkm/subdev/volt.h int gm20b_volt_new(struct nvkm_device *, int, struct nvkm_volt **);
nvkm_volt         369 drivers/gpu/drm/nouveau/nouveau_hwmon.c 	struct nvkm_volt *volt = nvxx_volt(&drm->client.device);
nvkm_volt         493 drivers/gpu/drm/nouveau/nouveau_hwmon.c 	struct nvkm_volt *volt = nvxx_volt(&drm->client.device);
nvkm_volt         720 drivers/gpu/drm/nouveau/nouveau_hwmon.c 	struct nvkm_volt *volt = nvxx_volt(&drm->client.device);
nvkm_volt          83 drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c 	struct nvkm_volt *volt = clk->subdev.device->volt;
nvkm_volt         116 drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c 	struct nvkm_volt *volt = device->volt;
nvkm_volt         165 drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c 	struct nvkm_volt *volt = device->volt;
nvkm_volt         226 drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c 	struct nvkm_volt *volt = clk->subdev.device->volt;
nvkm_volt         468 drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c 	struct nvkm_volt *volt = base->subdev.device->volt;
nvkm_volt         853 drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c 		struct nvkm_volt *volt = device->volt;
nvkm_volt         982 drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c 	struct nvkm_volt *volt = subdev->device->volt;
nvkm_volt         124 drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gk20a.c 	struct nvkm_volt *volt = device->volt;
nvkm_volt          32 drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c nvkm_volt_get(struct nvkm_volt *volt)
nvkm_volt          51 drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c nvkm_volt_set(struct nvkm_volt *volt, u32 uv)
nvkm_volt          82 drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c nvkm_volt_map_min(struct nvkm_volt *volt, u8 id)
nvkm_volt         104 drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c nvkm_volt_map(struct nvkm_volt *volt, u8 id, u8 temp)
nvkm_volt         160 drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c nvkm_volt_set_id(struct nvkm_volt *volt, u8 id, u8 min_id, u8 temp,
nvkm_volt         186 drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c nvkm_volt_parse_bios(struct nvkm_bios *bios, struct nvkm_volt *volt)
nvkm_volt         233 drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c nvkm_volt_speedo_read(struct nvkm_volt *volt)
nvkm_volt         243 drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c 	struct nvkm_volt *volt = nvkm_volt(subdev);
nvkm_volt         257 drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c 	struct nvkm_volt *volt = nvkm_volt(subdev);
nvkm_volt         272 drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c 	return nvkm_volt(subdev);
nvkm_volt         276 drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c nvkm_volt = {
nvkm_volt         284 drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c 	       int index, struct nvkm_volt *volt)
nvkm_volt         289 drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c 	nvkm_subdev_ctor(&nvkm_volt, device, index, &volt->subdev);
nvkm_volt         322 drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c 	       int index, struct nvkm_volt **pvolt)
nvkm_volt          29 drivers/gpu/drm/nouveau/nvkm/subdev/volt/gf100.c gf100_volt_speedo_read(struct nvkm_volt *volt)
nvkm_volt          41 drivers/gpu/drm/nouveau/nvkm/subdev/volt/gf100.c gf100_volt_oneinit(struct nvkm_volt *volt)
nvkm_volt          59 drivers/gpu/drm/nouveau/nvkm/subdev/volt/gf100.c gf100_volt_new(struct nvkm_device *device, int index, struct nvkm_volt **pvolt)
nvkm_volt          61 drivers/gpu/drm/nouveau/nvkm/subdev/volt/gf100.c 	struct nvkm_volt *volt;
nvkm_volt          29 drivers/gpu/drm/nouveau/nvkm/subdev/volt/gf117.c gf117_volt_speedo_read(struct nvkm_volt *volt)
nvkm_volt          49 drivers/gpu/drm/nouveau/nvkm/subdev/volt/gf117.c gf117_volt_new(struct nvkm_device *device, int index, struct nvkm_volt **pvolt)
nvkm_volt          51 drivers/gpu/drm/nouveau/nvkm/subdev/volt/gf117.c 	struct nvkm_volt *volt;
nvkm_volt          34 drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk104.c 	struct nvkm_volt base;
nvkm_volt          39 drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk104.c gk104_volt_get(struct nvkm_volt *base)
nvkm_volt          52 drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk104.c gk104_volt_set(struct nvkm_volt *base, u32 uv)
nvkm_volt          69 drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk104.c gk104_volt_speedo_read(struct nvkm_volt *volt)
nvkm_volt          98 drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk104.c gk104_volt_new(struct nvkm_device *device, int index, struct nvkm_volt **pvolt)
nvkm_volt          93 drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk20a.c gk20a_volt_vid_get(struct nvkm_volt *base)
nvkm_volt         108 drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk20a.c gk20a_volt_vid_set(struct nvkm_volt *base, u8 vid)
nvkm_volt         118 drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk20a.c gk20a_volt_set_id(struct nvkm_volt *base, u8 id, int condition)
nvkm_volt         175 drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk20a.c gk20a_volt_new(struct nvkm_device *device, int index, struct nvkm_volt **pvolt)
nvkm_volt          36 drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk20a.h 	struct nvkm_volt base;
nvkm_volt          67 drivers/gpu/drm/nouveau/nvkm/subdev/volt/gm20b.c gm20b_volt_new(struct nvkm_device *device, int index, struct nvkm_volt **pvolt)
nvkm_volt          36 drivers/gpu/drm/nouveau/nvkm/subdev/volt/gpio.c nvkm_voltgpio_get(struct nvkm_volt *volt)
nvkm_volt          55 drivers/gpu/drm/nouveau/nvkm/subdev/volt/gpio.c nvkm_voltgpio_set(struct nvkm_volt *volt, u8 vid)
nvkm_volt          72 drivers/gpu/drm/nouveau/nvkm/subdev/volt/gpio.c nvkm_voltgpio_init(struct nvkm_volt *volt)
nvkm_volt          33 drivers/gpu/drm/nouveau/nvkm/subdev/volt/nv40.c nv40_volt_new(struct nvkm_device *device, int index, struct nvkm_volt **pvolt)
nvkm_volt          35 drivers/gpu/drm/nouveau/nvkm/subdev/volt/nv40.c 	struct nvkm_volt *volt;
nvkm_volt           4 drivers/gpu/drm/nouveau/nvkm/subdev/volt/priv.h #define nvkm_volt(p) container_of((p), struct nvkm_volt, subdev)
nvkm_volt           8 drivers/gpu/drm/nouveau/nvkm/subdev/volt/priv.h 		    int index, struct nvkm_volt *);
nvkm_volt          10 drivers/gpu/drm/nouveau/nvkm/subdev/volt/priv.h 		   int index, struct nvkm_volt **);
nvkm_volt          13 drivers/gpu/drm/nouveau/nvkm/subdev/volt/priv.h 	int (*oneinit)(struct nvkm_volt *);
nvkm_volt          14 drivers/gpu/drm/nouveau/nvkm/subdev/volt/priv.h 	int (*volt_get)(struct nvkm_volt *);
nvkm_volt          15 drivers/gpu/drm/nouveau/nvkm/subdev/volt/priv.h 	int (*volt_set)(struct nvkm_volt *, u32 uv);
nvkm_volt          16 drivers/gpu/drm/nouveau/nvkm/subdev/volt/priv.h 	int (*vid_get)(struct nvkm_volt *);
nvkm_volt          17 drivers/gpu/drm/nouveau/nvkm/subdev/volt/priv.h 	int (*vid_set)(struct nvkm_volt *, u8 vid);
nvkm_volt          18 drivers/gpu/drm/nouveau/nvkm/subdev/volt/priv.h 	int (*set_id)(struct nvkm_volt *, u8 id, int condition);
nvkm_volt          19 drivers/gpu/drm/nouveau/nvkm/subdev/volt/priv.h 	int (*speedo_read)(struct nvkm_volt *);
nvkm_volt          22 drivers/gpu/drm/nouveau/nvkm/subdev/volt/priv.h int nvkm_voltgpio_init(struct nvkm_volt *);
nvkm_volt          23 drivers/gpu/drm/nouveau/nvkm/subdev/volt/priv.h int nvkm_voltgpio_get(struct nvkm_volt *);
nvkm_volt          24 drivers/gpu/drm/nouveau/nvkm/subdev/volt/priv.h int nvkm_voltgpio_set(struct nvkm_volt *, u8);
nvkm_volt          26 drivers/gpu/drm/nouveau/nvkm/subdev/volt/priv.h int nvkm_voltpwm_init(struct nvkm_volt *volt);
nvkm_volt          27 drivers/gpu/drm/nouveau/nvkm/subdev/volt/priv.h int nvkm_voltpwm_get(struct nvkm_volt *volt);
nvkm_volt          28 drivers/gpu/drm/nouveau/nvkm/subdev/volt/priv.h int nvkm_voltpwm_set(struct nvkm_volt *volt, u32 uv);
nvkm_volt          30 drivers/gpu/drm/nouveau/nvkm/subdev/volt/priv.h int gf100_volt_oneinit(struct nvkm_volt *);