Searched refs:nv40_pm (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/pm/ |
H A D | nv40.h | 4 #define nv40_pm(p) container_of((p), struct nv40_pm, base) macro 7 struct nv40_pm { struct
|
H A D | nv40.c | 62 struct nv40_pm *nv40pm = container_of(pm, struct nv40_pm, base); in nv40_perfctr_next() 85 struct nv40_pm *pm; in nv40_pm_new_() 100 nv40_pm[] = { variable 122 return nv40_pm_new_(nv40_pm, device, index, ppm); in nv40_pm_new()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/pm/ |
H A D | nv40.h | 4 #define nv40_pm(p) container_of((p), struct nv40_pm, base) macro 7 struct nv40_pm { struct
|
H A D | nv40.c | 62 struct nv40_pm *nv40pm = container_of(pm, struct nv40_pm, base); in nv40_perfctr_next() 85 struct nv40_pm *pm; in nv40_pm_new_() 100 nv40_pm[] = { variable 122 return nv40_pm_new_(nv40_pm, device, type, inst, ppm); in nv40_pm_new()
|
Completed in 2 milliseconds