Home
last modified time | relevance | path

Searched refs:cps_pm_enter_state (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/mips/include/asm/
H A Dpm-cps.h47 extern int cps_pm_enter_state(enum cps_pm_state state);
/openbmc/linux/drivers/cpuidle/
H A Dcpuidle-cps.c60 err = cps_pm_enter_state(pm_state); in cps_nc_enter()
/openbmc/linux/arch/mips/kernel/
H A Dsmp-cps.c430 cps_pm_enter_state(CPS_PM_POWER_GATED); in cps_shutdown_this_cpu()
H A Dpm-cps.c110 int cps_pm_enter_state(enum cps_pm_state state) in cps_pm_enter_state() function