Lines Matching full:standby
54 { AT91_PM_STANDBY, "standby" },
316 * STANDBY mode has *all* drivers suspended; ignores irqs not marked as 'wakeup'
320 * AT91_PM_ULP0 is like STANDBY plus slow clock mode, so drivers must
525 void *standby = NULL; in at91_dt_ramc() local
534 if (!standby) in at91_dt_ramc()
535 standby = ramc->idle; in at91_dt_ramc()
544 if (!standby) { in at91_dt_ramc()
545 pr_warn("ramc no standby function available\n"); in at91_dt_ramc()
549 at91_cpuidle_device.dev.platform_data = standby; in at91_dt_ramc()
790 u8 i, standby = 0, suspend = 0; in at91_pm_modes_validate() local
794 if (standby && suspend) in at91_pm_modes_validate()
797 if (modes[i] == soc_pm.data.standby_mode && !standby) { in at91_pm_modes_validate()
798 standby = 1; in at91_pm_modes_validate()
808 if (!standby) { in at91_pm_modes_validate()
862 pr_info("AT91: PM: standby: %s, suspend: %s\n", in at91_pm_init()
876 * Force STANDBY and ULP0 mode to avoid calling in at91rm9200_pm_init()
878 * Platform supports anyway only STANDBY and ULP0 modes. in at91rm9200_pm_init()
917 * Force STANDBY and ULP0 mode to avoid calling in at91sam9_pm_init()
919 * Platform supports anyway only STANDBY and ULP0 modes. in at91sam9_pm_init()
966 int standby, suspend; in at91_pm_modes_select() local
972 standby = match_token(s, pm_modes, args); in at91_pm_modes_select()
973 if (standby < 0) in at91_pm_modes_select()
980 soc_pm.data.standby_mode = standby; in at91_pm_modes_select()