intel_pm.c | 803 static bool is_enabling(int old, int new, int threshold) function in typeref:typename:bool 1566 if (is_enabling(old_wm->cxsr, new_wm.cxsr, true)) 2184 if (is_enabling(old_wm->cxsr, new_wm.cxsr, true)) 2187 if (is_enabling(old_wm->level, new_wm.level, VLV_WM_LEVEL_PM5)) 2190 if (is_enabling(old_wm->level, new_wm.level, VLV_WM_LEVEL_DDR_DVFS))
|