Lines Matching defs:state
44 * The WAIT_UNCLOCKED_POWER_OFF state only requires <= 500ns to exit.
45 * This is also the lowest power state possible without affecting
47 * to always using this state for cpu idling. The PM_SUSPEND_STANDBY also
48 * uses this state and needs to take no action when registers remain confgiured
49 * for this state.
207 static int mx5_suspend_enter(suspend_state_t state)
209 switch (state) {
220 if (state == PM_SUSPEND_MEM) {
237 /* return registers to default idle state */
242 static int mx5_pm_valid(suspend_state_t state)
244 return (state > PM_SUSPEND_ON && state <= PM_SUSPEND_MAX);
393 /* Set the registers to the default cpu idle state. */