/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/volt/ |
H A 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()
|
H A 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()
|
H A D | gf117.c | 49 gf117_volt_new(struct nvkm_device *device, int index, struct nvkm_volt **pvolt) in gf117_volt_new() argument 55 *pvolt = volt; in gf117_volt_new()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A D | base.c | 322 int index, struct nvkm_volt **pvolt) in nvkm_volt_new_() 324 if (!(*pvolt = kzalloc(sizeof(**pvolt), GFP_KERNEL))) in nvkm_volt_new_() 326 nvkm_volt_ctor(func, device, index, *pvolt); in nvkm_volt_new_() 321 nvkm_volt_new_(const struct nvkm_volt_func *func, struct nvkm_device *device, int index, struct nvkm_volt **pvolt) nvkm_volt_new_() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/volt/ |
H A D | nv40.c | 34 struct nvkm_volt **pvolt) in nv40_volt_new() 40 *pvolt = volt; in nv40_volt_new() 33 nv40_volt_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_volt **pvolt) nv40_volt_new() argument
|
H A D | gf117.c | 50 struct nvkm_volt **pvolt) in gf117_volt_new() 56 *pvolt = volt; in gf117_volt_new() 49 gf117_volt_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_volt **pvolt) gf117_volt_new() argument
|
H A D | gf100.c | 60 struct nvkm_volt **pvolt) in gf100_volt_new() 66 *pvolt = volt; in gf100_volt_new() 59 gf100_volt_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_volt **pvolt) gf100_volt_new() argument
|
H A D | gm20b.c | 68 struct nvkm_volt **pvolt) in gm20b_volt_new() 83 *pvolt = &volt->base; in gm20b_volt_new() 67 gm20b_volt_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_volt **pvolt) gm20b_volt_new() argument
|
H A D | gk104.c | 99 struct nvkm_volt **pvolt) in gk104_volt_new() 119 *pvolt = &volt->base; in gk104_volt_new() 98 gk104_volt_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_volt **pvolt) gk104_volt_new() argument
|
H A D | gk20a.c | 175 gk20a_volt_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_volt **pvolt) in gk20a_volt_new() argument 182 *pvolt = &volt->base; in gk20a_volt_new()
|
H A D | base.c | 322 enum nvkm_subdev_type type, int inst, struct nvkm_volt **pvolt) in nvkm_volt_new_() 324 if (!(*pvolt = kzalloc(sizeof(**pvolt), GFP_KERNEL))) in nvkm_volt_new_() 326 nvkm_volt_ctor(func, device, type, inst, *pvolt); in nvkm_volt_new_() 321 nvkm_volt_new_(const struct nvkm_volt_func *func, struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_volt **pvolt) nvkm_volt_new_() argument
|