Searched refs:g84_pm_new (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvkm/engine/ |
D | pm.h | 22 int g84_pm_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_pm **);
|
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/pm/ |
D | g84.c | 162 g84_pm_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_pm **ppm) in g84_pm_new() function
|
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
D | base.c | 944 .pm = { 0x00000001, g84_pm_new }, 976 .pm = { 0x00000001, g84_pm_new }, 1008 .pm = { 0x00000001, g84_pm_new }, 1040 .pm = { 0x00000001, g84_pm_new }, 1072 .pm = { 0x00000001, g84_pm_new }, 1104 .pm = { 0x00000001, g84_pm_new }, 1268 .pm = { 0x00000001, g84_pm_new }, 1300 .pm = { 0x00000001, g84_pm_new },
|