Home
last modified time | relevance | path

Searched refs:nouveau_pm_profile (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnouveau_pm.c176 struct nouveau_pm_profile *profile = NULL; in nouveau_pm_trigger()
210 static struct nouveau_pm_profile *
215 struct nouveau_pm_profile *profile; in profile_find()
230 struct nouveau_pm_profile *ac = NULL, *dc = NULL; in nouveau_pm_profile_set()
262 nouveau_pm_static_dummy(struct nouveau_pm_profile *profile) in nouveau_pm_static_dummy()
267 nouveau_pm_static_select(struct nouveau_pm_profile *profile) in nouveau_pm_static_select()
914 struct nouveau_pm_profile *profile, *tmp; in nouveau_pm_fini()
Dnouveau_drv.h489 struct nouveau_pm_profile;
491 void (*destroy)(struct nouveau_pm_profile *);
492 void (*init)(struct nouveau_pm_profile *);
493 void (*fini)(struct nouveau_pm_profile *);
494 struct nouveau_pm_level *(*select)(struct nouveau_pm_profile *);
497 struct nouveau_pm_profile { struct
505 struct nouveau_pm_profile profile; argument
561 struct nouveau_pm_profile *profile_ac;
562 struct nouveau_pm_profile *profile_dc;
563 struct nouveau_pm_profile *profile;