Searched refs:cps_pm_support_state (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/mips/include/asm/
H A Dpm-cps.h32 * cps_pm_support_state - determine whether the system supports a PM state
37 extern bool cps_pm_support_state(enum cps_pm_state state);
/linux-master/drivers/cpuidle/
H A Dcpuidle-cps.c121 if (!cps_pm_support_state(CPS_PM_POWER_GATED))
123 if (!cps_pm_support_state(CPS_PM_CLOCK_GATED))
125 if (!cps_pm_support_state(CPS_PM_NC_WAIT))
/linux-master/arch/mips/kernel/
H A Dsmp-cps.c546 if (!cps_pm_support_state(CPS_PM_POWER_GATED))
H A Dpm-cps.c73 bool cps_pm_support_state(enum cps_pm_state state) function

Completed in 109 milliseconds