Lines Matching refs:standby
158 { AT91_PM_STANDBY, "standby" },
878 void *standby = NULL;
893 if (!standby)
894 standby = ramc->idle;
924 if (!standby) {
925 pr_warn("ramc no standby function available\n");
929 at91_cpuidle_device.dev.platform_data = standby;
1180 * Replaces standby and suspend modes with default supported modes:
1184 * @_map: controller specific name; standby and suspend mode need to be
1367 u8 i, standby = 0, suspend = 0;
1371 if (standby && suspend)
1374 if (modes[i] == soc_pm.data.standby_mode && !standby) {
1375 standby = 1;
1385 if (!standby) {
1439 pr_info("AT91: PM: standby: %s, suspend: %s\n",
1572 pr_warn("AT91: Secure PM: ignoring standby mode\n");
1650 int standby, suspend;
1656 standby = match_token(s, pm_modes, args);
1657 if (standby < 0)
1664 soc_pm.data.standby_mode = standby;