Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/volt/
H A Dnv40.c34 struct nvkm_volt **pvolt) in nv40_volt_new() argument
40 *pvolt = volt; in nv40_volt_new()
H A Dgf117.c50 struct nvkm_volt **pvolt) in gf117_volt_new() argument
56 *pvolt = volt; in gf117_volt_new()
H A Dgf100.c60 struct nvkm_volt **pvolt) in gf100_volt_new() argument
66 *pvolt = volt; in gf100_volt_new()
H A Dgm20b.c68 struct nvkm_volt **pvolt) in gm20b_volt_new() argument
83 *pvolt = &volt->base; in gm20b_volt_new()
H A Dgk104.c99 struct nvkm_volt **pvolt) in gk104_volt_new() argument
119 *pvolt = &volt->base; in gk104_volt_new()
H A Dbase.c322 enum nvkm_subdev_type type, int inst, 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, type, inst, *pvolt); in nvkm_volt_new_()
H A Dgk20a.c175 …olt_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()