Lines Matching full:standby
158 { AT91_PM_STANDBY, "standby" },
663 * STANDBY mode has *all* drivers suspended; ignores irqs not marked as 'wakeup'
667 * AT91_PM_ULP0 is like STANDBY plus slow clock mode, so drivers must
903 void *standby = NULL; in at91_dt_ramc() local
918 if (!standby) in at91_dt_ramc()
919 standby = ramc->idle; in at91_dt_ramc()
949 if (!standby) { in at91_dt_ramc()
950 pr_warn("ramc no standby function available\n"); in at91_dt_ramc()
954 at91_cpuidle_device.dev.platform_data = standby; in at91_dt_ramc()
1209 * Replaces standby and suspend modes with default supported modes:
1210 * ULP0 and STANDBY.
1213 * @_map: controller specific name; standby and suspend mode need to be
1405 u8 i, standby = 0, suspend = 0; in at91_pm_modes_validate() local
1409 if (standby && suspend) in at91_pm_modes_validate()
1412 if (modes[i] == soc_pm.data.standby_mode && !standby) { in at91_pm_modes_validate()
1413 standby = 1; in at91_pm_modes_validate()
1423 if (!standby) { in at91_pm_modes_validate()
1478 pr_info("AT91: PM: standby: %s, suspend: %s\n", in at91_pm_init()
1494 * Force STANDBY and ULP0 mode to avoid calling in at91rm9200_pm_init()
1496 * Platform supports anyway only STANDBY and ULP0 modes. in at91rm9200_pm_init()
1567 * Force STANDBY and ULP0 mode to avoid calling in at91sam9_pm_init()
1569 * Platform supports anyway only STANDBY and ULP0 modes. in at91sam9_pm_init()
1632 pr_warn("AT91: Secure PM: ignoring standby mode\n"); in sama5d2_pm_init()
1710 int standby, suspend; in at91_pm_modes_select() local
1716 standby = match_token(s, pm_modes, args); in at91_pm_modes_select()
1717 if (standby < 0) in at91_pm_modes_select()
1724 soc_pm.data.standby_mode = standby; in at91_pm_modes_select()