Lines Matching defs:wakeup
57 bool wakeup; /* Saved wake-up state for resume */
622 * Disable wakeup if we are going to sleep with slow clock mode
625 ohci_at91->wakeup = device_may_wakeup(dev)
628 if (ohci_at91->wakeup)
631 ret = ohci_suspend(hcd, ohci_at91->wakeup);
633 if (ohci_at91->wakeup)
639 * reconnect, or wakeup without the 48 MHz clock active. so for
644 if (!ohci_at91->wakeup) {
667 if (ohci_at91->wakeup)
675 * that is, if ohci_at91->wakeup is clear. Tell ohci_resume()
678 ohci_resume(hcd, !ohci_at91->wakeup);