Searched refs:ws_info (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/arm/mach-at91/ |
H A D | pm.c | 193 static const struct wakeup_source_info ws_info[] = { variable 203 { .compatible = "atmel,sama5d2-gem", .data = &ws_info[0] }, 204 { .compatible = "atmel,sama5d2-rtc", .data = &ws_info[1] }, 205 { .compatible = "atmel,sama5d3-udc", .data = &ws_info[2] }, 206 { .compatible = "atmel,at91rm9200-ohci", .data = &ws_info[2] }, 207 { .compatible = "usb-ohci", .data = &ws_info[2] }, 208 { .compatible = "atmel,at91sam9g45-ehci", .data = &ws_info[2] }, 209 { .compatible = "usb-ehci", .data = &ws_info[2] }, 210 { .compatible = "atmel,sama5d2-sdhci", .data = &ws_info[3] }, 215 { .compatible = "microchip,sam9x60-rtc", .data = &ws_info[1] }, [all …]
|