Searched refs:do_remote_wakeup (Results 1 - 14 of 14) sorted by relevance

/linux-4.1.27/drivers/usb/host/
H A Dehci-hub.c169 if (!ehci_to_hcd(ehci)->self.root_hub->do_remote_wakeup || do_wakeup) ehci_adjust_port_wakeup_flags()
249 if (hcd->self.root_hub->do_remote_wakeup) { ehci_bus_suspend()
281 if (hcd->self.root_hub->do_remote_wakeup) { ehci_bus_suspend()
357 if (!hcd->self.root_hub->do_remote_wakeup) ehci_bus_suspend()
H A Duhci-pci.c242 if (!uhci->RD_enable && hcd->self.root_hub->do_remote_wakeup) uhci_pci_resume()
H A Dohci-hub.c112 if (ohci_to_hcd(ohci)->self.root_hub->do_remote_wakeup || autostop) {
406 do_remote_wakeup) { ohci_root_hub_state_changes()
H A Duhci-hcd.c318 if (!rhdev->do_remote_wakeup)
739 else if (hcd->self.root_hub->do_remote_wakeup && uhci_rh_suspend()
H A Dxhci-hub.c1132 if (hcd->self.root_hub->do_remote_wakeup) { xhci_bus_suspend()
1168 if (hcd->self.root_hub->do_remote_wakeup) { xhci_bus_suspend()
H A Dehci-hcd.c1141 if (!hcd->self.root_hub->do_remote_wakeup) ehci_resume()
H A Disp116x-hcd.c1421 if (hcd->self.root_hub->do_remote_wakeup) isp116x_bus_suspend()
H A Dr8a66597-hcd.c2273 if (rh->dev->udev->do_remote_wakeup) { r8a66597_bus_suspend()
/linux-4.1.27/drivers/usb/core/
H A Ddriver.c1145 udev->do_remote_wakeup = 0; usb_suspend_device()
1415 udev->do_remote_wakeup = 0; choose_wakeup()
1427 if (udev->state == USB_STATE_SUSPENDED && w != udev->do_remote_wakeup) choose_wakeup()
1429 udev->do_remote_wakeup = w; choose_wakeup()
1805 udev->do_remote_wakeup = w; autosuspend_check()
H A Dhub.c3055 return udev->do_remote_wakeup + wakeup_enabled_descendants()
3123 if (udev->do_remote_wakeup) { usb_port_suspend()
3185 if (udev->do_remote_wakeup) usb_port_suspend()
3195 udev->do_remote_wakeup); usb_port_suspend()
3205 if (status == 0 && !udev->do_remote_wakeup && udev->persist_enabled usb_port_suspend()
3568 if (hdev->do_remote_wakeup && hub->quirk_check_port_auto_suspend) { hub_suspend()
3577 if (hub_is_superspeed(hdev) && hdev->do_remote_wakeup) { hub_suspend()
H A Dhcd.c2166 rhdev->do_remote_wakeup); hcd_bus_suspend()
2184 if (rhdev->do_remote_wakeup) { hcd_bus_suspend()
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/
H A Dusb_intf.c445 dvobj->pusbdev->do_remote_wakeup = 1; rtw_usb_if1_init()
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/
H A Dusb_intf.c414 dvobj->pusbdev->do_remote_wakeup = 1; rtw_usb_if1_init()
/linux-4.1.27/include/linux/
H A Dusb.h519 * @do_remote_wakeup: remote wakeup should be enabled
601 unsigned do_remote_wakeup:1; member in struct:usb_device

Completed in 428 milliseconds