Searched refs:pvolt (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/volt/ |
D | nv40.c | 33 nv40_volt_new(struct nvkm_device *device, int index, struct nvkm_volt **pvolt) in nv40_volt_new() argument 39 *pvolt = volt; in nv40_volt_new()
|
D | base.c | 197 int index, struct nvkm_volt **pvolt) in nvkm_volt_new_() argument 199 if (!(*pvolt = kzalloc(sizeof(**pvolt), GFP_KERNEL))) in nvkm_volt_new_() 201 nvkm_volt_ctor(func, device, index, *pvolt); in nvkm_volt_new_()
|
D | gk104.c | 77 gk104_volt_new(struct nvkm_device *device, int index, struct nvkm_volt **pvolt) in gk104_volt_new() argument 97 *pvolt = &volt->base; in gk104_volt_new()
|
D | gk20a.c | 158 gk20a_volt_new(struct nvkm_device *device, int index, struct nvkm_volt **pvolt) in gk20a_volt_new() argument 168 *pvolt = &volt->base; in gk20a_volt_new()
|