Home
last modified time | relevance | path

Searched refs:do_remote_wakeup (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/usb/host/
H A Dehci-hub.c157 if (!ehci_to_hcd(ehci)->self.root_hub->do_remote_wakeup || do_wakeup) in ehci_adjust_port_wakeup_flags()
238 if (hcd->self.root_hub->do_remote_wakeup) { in ehci_bus_suspend()
270 if (hcd->self.root_hub->do_remote_wakeup) { in ehci_bus_suspend()
359 if (!hcd->self.root_hub->do_remote_wakeup) in ehci_bus_suspend()
H A Duhci-pci.c250 if (!uhci->RD_enable && hcd->self.root_hub->do_remote_wakeup) in uhci_pci_resume()
H A Duhci-hcd.c323 if (!rhdev->do_remote_wakeup) in suspend_rh()
739 else if (hcd->self.root_hub->do_remote_wakeup && in uhci_rh_suspend()
H A Dohci-hub.c116 if (ohci_to_hcd(ohci)->self.root_hub->do_remote_wakeup || autostop) { in ohci_rh_suspend()
412 do_remote_wakeup) { in ohci_root_hub_state_changes()
H A Disp116x-hcd.c1408 if (hcd->self.root_hub->do_remote_wakeup) in isp116x_bus_suspend()
H A Dr8a66597-hcd.c2261 if (rh->dev->udev->do_remote_wakeup) { in r8a66597_bus_suspend()
/linux/include/linux/
H A Dusb.h729 unsigned do_remote_wakeup:1; member