Searched refs:pvolt (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/volt/
H A Dnouveau_nvkm_subdev_volt_nv40.c38 nv40_volt_new(struct nvkm_device *device, int index, struct nvkm_volt **pvolt) argument
44 *pvolt = volt;
H A Dnouveau_nvkm_subdev_volt_gf117.c54 gf117_volt_new(struct nvkm_device *device, int index, struct nvkm_volt **pvolt) argument
60 *pvolt = volt;
H A Dnouveau_nvkm_subdev_volt_gf100.c64 gf100_volt_new(struct nvkm_device *device, int index, struct nvkm_volt **pvolt) argument
70 *pvolt = volt;
H A Dnouveau_nvkm_subdev_volt_gm20b.c72 gm20b_volt_new(struct nvkm_device *device, int index, struct nvkm_volt **pvolt) argument
87 *pvolt = &volt->base;
H A Dnouveau_nvkm_subdev_volt_gk104.c103 gk104_volt_new(struct nvkm_device *device, int index, struct nvkm_volt **pvolt) argument
123 *pvolt = &volt->base;
H A Dnouveau_nvkm_subdev_volt_gk20a.c180 gk20a_volt_new(struct nvkm_device *device, int index, struct nvkm_volt **pvolt) argument
187 *pvolt = &volt->base;
H A Dnouveau_nvkm_subdev_volt_base.c327 int index, struct nvkm_volt **pvolt)
329 if (!(*pvolt = kzalloc(sizeof(**pvolt), GFP_KERNEL)))
331 nvkm_volt_ctor(func, device, index, *pvolt);
326 nvkm_volt_new_(const struct nvkm_volt_func *func, struct nvkm_device *device, int index, struct nvkm_volt **pvolt) argument

Completed in 136 milliseconds