Searched refs:pvolt (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/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 | gf100.c | 59 gf100_volt_new(struct nvkm_device *device, int index, struct nvkm_volt **pvolt) in gf100_volt_new() argument 65 *pvolt = volt; in gf100_volt_new()
|
D | gm20b.c | 67 gm20b_volt_new(struct nvkm_device *device, int index, struct nvkm_volt **pvolt) in gm20b_volt_new() argument 82 *pvolt = &volt->base; in gm20b_volt_new()
|
D | gk104.c | 98 gk104_volt_new(struct nvkm_device *device, int index, struct nvkm_volt **pvolt) in gk104_volt_new() argument 118 *pvolt = &volt->base; in gk104_volt_new()
|
D | base.c | 322 int index, struct nvkm_volt **pvolt) in nvkm_volt_new_() argument 324 if (!(*pvolt = kzalloc(sizeof(**pvolt), GFP_KERNEL))) in nvkm_volt_new_() 326 nvkm_volt_ctor(func, device, index, *pvolt); in nvkm_volt_new_()
|
D | gk20a.c | 175 gk20a_volt_new(struct nvkm_device *device, int index, struct nvkm_volt **pvolt) in gk20a_volt_new() argument 182 *pvolt = &volt->base; in gk20a_volt_new()
|