Lines Matching full:standby
158 { AT91_PM_STANDBY, "standby" },
645 * STANDBY mode has *all* drivers suspended; ignores irqs not marked as 'wakeup'
649 * AT91_PM_ULP0 is like STANDBY plus slow clock mode, so drivers must
885 void *standby = NULL; in at91_dt_ramc() local
900 if (!standby) in at91_dt_ramc()
901 standby = ramc->idle; in at91_dt_ramc()
931 if (!standby) { in at91_dt_ramc()
932 pr_warn("ramc no standby function available\n"); in at91_dt_ramc()
936 at91_cpuidle_device.dev.platform_data = standby; in at91_dt_ramc()
1190 * Replaces standby and suspend modes with default supported modes:
1191 * ULP0 and STANDBY.
1194 * @_map: controller specific name; standby and suspend mode need to be
1378 u8 i, standby = 0, suspend = 0; in at91_pm_modes_validate() local
1382 if (standby && suspend) in at91_pm_modes_validate()
1385 if (modes[i] == soc_pm.data.standby_mode && !standby) { in at91_pm_modes_validate()
1386 standby = 1; in at91_pm_modes_validate()
1396 if (!standby) { in at91_pm_modes_validate()
1450 pr_info("AT91: PM: standby: %s, suspend: %s\n", in at91_pm_init()
1466 * Force STANDBY and ULP0 mode to avoid calling in at91rm9200_pm_init()
1468 * Platform supports anyway only STANDBY and ULP0 modes. in at91rm9200_pm_init()
1539 * Force STANDBY and ULP0 mode to avoid calling in at91sam9_pm_init()
1541 * Platform supports anyway only STANDBY and ULP0 modes. in at91sam9_pm_init()
1604 pr_warn("AT91: Secure PM: ignoring standby mode\n"); in sama5d2_pm_init()
1682 int standby, suspend; in at91_pm_modes_select() local
1688 standby = match_token(s, pm_modes, args); in at91_pm_modes_select()
1689 if (standby < 0) in at91_pm_modes_select()
1696 soc_pm.data.standby_mode = standby; in at91_pm_modes_select()