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

/linux-master/arch/mips/include/asm/
H A Dpm-cps.h27 CPS_PM_POWER_GATED, /* Core power gated */ enumerator in enum:cps_pm_state
/linux-master/drivers/cpuidle/
H A Dcpuidle-cps.c48 pm_state = CPS_PM_POWER_GATED;
56 if ((pm_state == CPS_PM_POWER_GATED) && cpu_pm_enter())
63 if (pm_state == CPS_PM_POWER_GATED)
121 if (!cps_pm_support_state(CPS_PM_POWER_GATED))
/linux-master/arch/mips/kernel/
H A Dpm-cps.c66 /* Saved CPU state across the CPS_PM_POWER_GATED state */
136 if (IS_ENABLED(CONFIG_CPU_PM) && state == CPS_PM_POWER_GATED) {
370 if (IS_ENABLED(CONFIG_CPU_PM) && state == CPS_PM_POWER_GATED) {
412 if (state < CPS_PM_POWER_GATED) {
503 case CPS_PM_POWER_GATED:
516 if (state == CPS_PM_POWER_GATED) {
720 set_bit(CPS_PM_POWER_GATED, state_support);
H A Dsmp-cps.c520 cps_pm_enter_state(CPS_PM_POWER_GATED);
546 if (!cps_pm_support_state(CPS_PM_POWER_GATED))

Completed in 215 milliseconds