Searched defs:nouveau_pm_engine (Results 1 – 1 of 1) sorted by relevance
553 struct nouveau_pm_engine { struct554 struct nouveau_pm_voltage voltage;555 struct nouveau_pm_level perflvl[NOUVEAU_PM_MAX_LEVEL];556 int nr_perflvl;557 struct nouveau_pm_temp_sensor_constants sensor_constants;558 struct nouveau_pm_threshold_temp threshold_temp;559 struct nouveau_pm_fan fan;561 struct nouveau_pm_profile *profile_ac;562 struct nouveau_pm_profile *profile_dc;563 struct nouveau_pm_profile *profile;[all …]