Searched refs:nvkm_pm_ctor (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/pm/ |
D | priv.h | 7 int nvkm_pm_ctor(const struct nvkm_pm_func *, struct nvkm_device *, enum nvkm_subdev_type, int,
|
D | nv40.c | 92 ret = nvkm_pm_ctor(&nv40_pm_, device, type, inst, &pm->base); in nv40_pm_new_()
|
D | gf100.c | 199 ret = nvkm_pm_ctor(&gf100_pm_, device, type, inst, pm); in gf100_pm_new_()
|
D | base.c | 860 nvkm_pm_ctor(const struct nvkm_pm_func *func, struct nvkm_device *device, in nvkm_pm_ctor() function
|