Searched defs:nouveau_pm_engine (Results 1 – 1 of 1) sorted by relevance
532 struct nouveau_pm_engine { struct533 struct nouveau_pm_voltage voltage;534 struct nouveau_pm_level perflvl[NOUVEAU_PM_MAX_LEVEL];535 int nr_perflvl;536 struct nouveau_pm_memtimings memtimings;537 struct nouveau_pm_temp_sensor_constants sensor_constants;538 struct nouveau_pm_threshold_temp threshold_temp;539 struct nouveau_pm_fan fan;540 u32 pwm_divisor;542 struct nouveau_pm_level boot;[all …]