Home
last modified time | relevance | path

Searched refs:shdwc_wakeup_modes (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/power/reset/
H A Dat91-poweroff.c47 static const char *shdwc_wakeup_modes[] = { variable
114 for (i = 0; i < ARRAY_SIZE(shdwc_wakeup_modes); i++) in at91_poweroff_get_wakeup_mode()
115 if (!strcasecmp(pm, shdwc_wakeup_modes[i])) in at91_poweroff_get_wakeup_mode()