Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/
A Dehci.h646 #define ehci_prepare_ports_for_controller_suspend(ehci, do_wakeup) \ argument
647 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);
A Dehci-hcd.c1131 int ehci_suspend(struct usb_hcd *hcd, bool do_wakeup) in ehci_suspend() argument
1143 ehci_prepare_ports_for_controller_suspend(ehci, do_wakeup); in ehci_suspend()
1155 if (do_wakeup && HCD_WAKEUP_PENDING(hcd)) { in ehci_suspend()
A Dohci-hcd.c1094 int ohci_suspend(struct usb_hcd *hcd, bool do_wakeup)
1113 if (do_wakeup && HCD_WAKEUP_PENDING(hcd)) {
A Dohci.h740 extern int ohci_suspend(struct usb_hcd *hcd, bool do_wakeup);

Completed in 11 milliseconds