Lines Matching full:standby
158 { AT91_PM_STANDBY, "standby" },
638 * STANDBY mode has *all* drivers suspended; ignores irqs not marked as 'wakeup'
642 * AT91_PM_ULP0 is like STANDBY plus slow clock mode, so drivers must
878 void *standby = NULL; in at91_dt_ramc() local
893 if (!standby) in at91_dt_ramc()
894 standby = ramc->idle; in at91_dt_ramc()
924 if (!standby) { in at91_dt_ramc()
925 pr_warn("ramc no standby function available\n"); in at91_dt_ramc()
929 at91_cpuidle_device.dev.platform_data = standby; in at91_dt_ramc()
1180 * Replaces standby and suspend modes with default supported modes:
1181 * ULP0 and STANDBY.
1184 * @_map: controller specific name; standby and suspend mode need to be
1367 u8 i, standby = 0, suspend = 0; in at91_pm_modes_validate() local
1371 if (standby && suspend) in at91_pm_modes_validate()
1374 if (modes[i] == soc_pm.data.standby_mode && !standby) { in at91_pm_modes_validate()
1375 standby = 1; in at91_pm_modes_validate()
1385 if (!standby) { in at91_pm_modes_validate()
1439 pr_info("AT91: PM: standby: %s, suspend: %s\n", in at91_pm_init()
1455 * Force STANDBY and ULP0 mode to avoid calling in at91rm9200_pm_init()
1457 * Platform supports anyway only STANDBY and ULP0 modes. in at91rm9200_pm_init()
1507 * Force STANDBY and ULP0 mode to avoid calling in at91sam9_pm_init()
1509 * Platform supports anyway only STANDBY and ULP0 modes. in at91sam9_pm_init()
1572 pr_warn("AT91: Secure PM: ignoring standby mode\n"); in sama5d2_pm_init()
1650 int standby, suspend; in at91_pm_modes_select() local
1656 standby = match_token(s, pm_modes, args); in at91_pm_modes_select()
1657 if (standby < 0) in at91_pm_modes_select()
1664 soc_pm.data.standby_mode = standby; in at91_pm_modes_select()