Lines Matching defs:wakeup
56 bool wakeup; /* Saved wake-up state for resume */
600 * Disable wakeup if we are going to sleep with slow clock mode
603 ohci_at91->wakeup = device_may_wakeup(dev)
606 if (ohci_at91->wakeup)
609 ret = ohci_suspend(hcd, ohci_at91->wakeup);
611 if (ohci_at91->wakeup)
617 * reconnect, or wakeup without the 48 MHz clock active. so for
622 if (!ohci_at91->wakeup) {
645 if (ohci_at91->wakeup)
653 * that is, if ohci_at91->wakeup is clear. Tell ohci_resume()
656 ohci_resume(hcd, !ohci_at91->wakeup);