Lines Matching refs:standby
54 { AT91_PM_STANDBY, "standby" },
525 void *standby = NULL;
538 if (!standby)
539 standby = ramc->idle;
551 if (!standby) {
552 pr_warn("ramc no standby function available\n");
556 at91_cpuidle_device.dev.platform_data = standby;
805 u8 i, standby = 0, suspend = 0;
809 if (standby && suspend)
812 if (modes[i] == soc_pm.data.standby_mode && !standby) {
813 standby = 1;
823 if (!standby) {
877 pr_info("AT91: PM: standby: %s, suspend: %s\n",
1002 int standby, suspend;
1008 standby = match_token(s, pm_modes, args);
1009 if (standby < 0)
1016 soc_pm.data.standby_mode = standby;