Lines Matching full:standby
103 { AT91_PM_STANDBY, "standby" },
418 * STANDBY mode has *all* drivers suspended; ignores irqs not marked as 'wakeup'
422 * AT91_PM_ULP0 is like STANDBY plus slow clock mode, so drivers must
639 void *standby = NULL; in at91_dt_ramc() local
653 if (!standby) in at91_dt_ramc()
654 standby = ramc->idle; in at91_dt_ramc()
683 if (!standby) { in at91_dt_ramc()
684 pr_warn("ramc no standby function available\n"); in at91_dt_ramc()
688 at91_cpuidle_device.dev.platform_data = standby; in at91_dt_ramc()
1001 u8 i, standby = 0, suspend = 0; in at91_pm_modes_validate() local
1005 if (standby && suspend) in at91_pm_modes_validate()
1008 if (modes[i] == soc_pm.data.standby_mode && !standby) { in at91_pm_modes_validate()
1009 standby = 1; in at91_pm_modes_validate()
1019 if (!standby) { in at91_pm_modes_validate()
1073 pr_info("AT91: PM: standby: %s, suspend: %s\n", in at91_pm_init()
1089 * Force STANDBY and ULP0 mode to avoid calling in at91rm9200_pm_init()
1091 * Platform supports anyway only STANDBY and ULP0 modes. in at91rm9200_pm_init()
1141 * Force STANDBY and ULP0 mode to avoid calling in at91sam9_pm_init()
1143 * Platform supports anyway only STANDBY and ULP0 modes. in at91sam9_pm_init()
1246 int standby, suspend; in at91_pm_modes_select() local
1252 standby = match_token(s, pm_modes, args); in at91_pm_modes_select()
1253 if (standby < 0) in at91_pm_modes_select()
1260 soc_pm.data.standby_mode = standby; in at91_pm_modes_select()