Lines Matching refs:state
32 * cps_pm_support_state - determine whether the system supports a PM state
33 * @state: the state to test for support
35 * Returns true if the system supports the given state, otherwise false.
37 extern bool cps_pm_support_state(enum cps_pm_state state);
40 * cps_pm_enter_state - enter a PM state
41 * @state: the state to enter
43 * Enter the given PM state. If coupled_coherence is non-zero then it is
47 extern int cps_pm_enter_state(enum cps_pm_state state);