Searched refs:do_wakeup (Results 1 – 4 of 4) sorted by relevance
646 #define ehci_prepare_ports_for_controller_suspend(ehci, do_wakeup) \ argument647 ehci_adjust_port_wakeup_flags(ehci, true, do_wakeup)801 extern int ehci_suspend(struct hc_gen_dev *hcd, bool do_wakeup);804 bool suspending, bool do_wakeup);
1131 int ehci_suspend(struct usb_hcd *hcd, bool do_wakeup) in ehci_suspend() argument1143 ehci_prepare_ports_for_controller_suspend(ehci, do_wakeup); in ehci_suspend()1155 if (do_wakeup && HCD_WAKEUP_PENDING(hcd)) { in ehci_suspend()
1094 int ohci_suspend(struct usb_hcd *hcd, bool do_wakeup)1113 if (do_wakeup && HCD_WAKEUP_PENDING(hcd)) {
740 extern int ohci_suspend(struct usb_hcd *hcd, bool do_wakeup);
Completed in 11 milliseconds