Lines Matching full:standby
157 { AT91_PM_STANDBY, "standby" },
639 * STANDBY mode has *all* drivers suspended; ignores irqs not marked as 'wakeup'
643 * AT91_PM_ULP0 is like STANDBY plus slow clock mode, so drivers must
879 void *standby = NULL; in at91_dt_ramc() local
894 if (!standby) in at91_dt_ramc()
895 standby = ramc->idle; in at91_dt_ramc()
925 if (!standby) { in at91_dt_ramc()
926 pr_warn("ramc no standby function available\n"); in at91_dt_ramc()
930 at91_cpuidle_device.dev.platform_data = standby; in at91_dt_ramc()
1181 * Replaces standby and suspend modes with default supported modes:
1182 * ULP0 and STANDBY.
1185 * @_map: controller specific name; standby and suspend mode need to be
1368 u8 i, standby = 0, suspend = 0; in at91_pm_modes_validate() local
1372 if (standby && suspend) in at91_pm_modes_validate()
1375 if (modes[i] == soc_pm.data.standby_mode && !standby) { in at91_pm_modes_validate()
1376 standby = 1; in at91_pm_modes_validate()
1386 if (!standby) { in at91_pm_modes_validate()
1440 pr_info("AT91: PM: standby: %s, suspend: %s\n", in at91_pm_init()
1456 * Force STANDBY and ULP0 mode to avoid calling in at91rm9200_pm_init()
1458 * Platform supports anyway only STANDBY and ULP0 modes. in at91rm9200_pm_init()
1508 * Force STANDBY and ULP0 mode to avoid calling in at91sam9_pm_init()
1510 * Platform supports anyway only STANDBY and ULP0 modes. in at91sam9_pm_init()
1573 pr_warn("AT91: Secure PM: ignoring standby mode\n"); in sama5d2_pm_init()
1651 int standby, suspend; in at91_pm_modes_select() local
1657 standby = match_token(s, pm_modes, args); in at91_pm_modes_select()
1658 if (standby < 0) in at91_pm_modes_select()
1665 soc_pm.data.standby_mode = standby; in at91_pm_modes_select()