Home
last modified time | relevance | path

Searched refs:nvkm_volt_ctor (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/volt/
H A Dpriv.h7 void nvkm_volt_ctor(const struct nvkm_volt_func *, struct nvkm_device *, enum nvkm_subdev_type, int,
H A Dgk104.c118 nvkm_volt_ctor(volt_func, device, type, inst, &volt->base); in gk104_volt_new()
H A Dbase.c283 nvkm_volt_ctor(const struct nvkm_volt_func *func, struct nvkm_device *device, in nvkm_volt_ctor() function
326 nvkm_volt_ctor(func, device, type, inst, *pvolt); in nvkm_volt_new_()
H A Dgk20a.c154 nvkm_volt_ctor(&gk20a_volt, device, type, inst, &volt->base); in gk20a_volt_ctor()