Lines Matching defs:state
45 * The WAIT_UNCLOCKED_POWER_OFF state only requires <= 500ns to exit.
46 * This is also the lowest power state possible without affecting
48 * to always using this state for cpu idling. The PM_SUSPEND_STANDBY also
49 * uses this state and needs to take no action when registers remain configured
50 * for this state.
208 static int mx5_suspend_enter(suspend_state_t state)
210 switch (state) {
221 if (state == PM_SUSPEND_MEM) {
238 /* return registers to default idle state */
243 static int mx5_pm_valid(suspend_state_t state)
245 return (state > PM_SUSPEND_ON && state <= PM_SUSPEND_MAX);
394 /* Set the registers to the default cpu idle state. */