Lines Matching full:standby
43 { AT91_PM_STANDBY, "standby" },
270 * STANDBY mode has *all* drivers suspended; ignores irqs not marked as 'wakeup'
274 * AT91_PM_ULP0 is like STANDBY plus slow clock mode, so drivers must
479 void *standby = NULL; in at91_dt_ramc() local
488 if (!standby) in at91_dt_ramc()
489 standby = ramc->idle; in at91_dt_ramc()
498 if (!standby) { in at91_dt_ramc()
499 pr_warn("ramc no standby function available\n"); in at91_dt_ramc()
503 at91_cpuidle_device.dev.platform_data = standby; in at91_dt_ramc()
738 pr_info("AT91: PM: standby: %s, suspend: %s\n", in at91_pm_init()
792 int standby, suspend; in at91_pm_modes_select() local
798 standby = match_token(s, pm_modes, args); in at91_pm_modes_select()
799 if (standby < 0) in at91_pm_modes_select()
806 pm_data.standby_mode = standby; in at91_pm_modes_select()