Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/core/
Ddriver.c1152 udev->do_remote_wakeup = 0; in usb_suspend_device()
1422 udev->do_remote_wakeup = 0; in choose_wakeup()
1434 if (udev->state == USB_STATE_SUSPENDED && w != udev->do_remote_wakeup) in choose_wakeup()
1436 udev->do_remote_wakeup = w; in choose_wakeup()
1812 udev->do_remote_wakeup = w; in autosuspend_check()
Dhub.c3070 return udev->do_remote_wakeup + in wakeup_enabled_descendants()
3138 if (udev->do_remote_wakeup) { in usb_port_suspend()
3200 if (udev->do_remote_wakeup) in usb_port_suspend()
3210 udev->do_remote_wakeup); in usb_port_suspend()
3220 if (status == 0 && !udev->do_remote_wakeup && udev->persist_enabled in usb_port_suspend()
3583 if (hdev->do_remote_wakeup && hub->quirk_check_port_auto_suspend) { in hub_suspend()
3592 if (hub_is_superspeed(hdev) && hdev->do_remote_wakeup) { in hub_suspend()
Dhcd.c2217 rhdev->do_remote_wakeup); in hcd_bus_suspend()
2235 if (rhdev->do_remote_wakeup) { in hcd_bus_suspend()
/linux-4.4.14/drivers/usb/host/
Duhci-pci.c242 if (!uhci->RD_enable && hcd->self.root_hub->do_remote_wakeup) in uhci_pci_resume()
Dehci-hub.c169 if (!ehci_to_hcd(ehci)->self.root_hub->do_remote_wakeup || do_wakeup) in ehci_adjust_port_wakeup_flags()
250 if (hcd->self.root_hub->do_remote_wakeup) { in ehci_bus_suspend()
282 if (hcd->self.root_hub->do_remote_wakeup) { in ehci_bus_suspend()
358 if (!hcd->self.root_hub->do_remote_wakeup) in ehci_bus_suspend()
Duhci-hcd.c318 if (!rhdev->do_remote_wakeup) in suspend_rh()
739 else if (hcd->self.root_hub->do_remote_wakeup && in uhci_rh_suspend()
Dohci-hub.c112 if (ohci_to_hcd(ohci)->self.root_hub->do_remote_wakeup || autostop) { in ohci_rh_suspend()
406 do_remote_wakeup) { in ohci_root_hub_state_changes()
Dxhci-hub.c1289 if (hcd->self.root_hub->do_remote_wakeup) { in xhci_bus_suspend()
1325 if (hcd->self.root_hub->do_remote_wakeup) { in xhci_bus_suspend()
Dehci-hcd.c1142 if (!hcd->self.root_hub->do_remote_wakeup) in ehci_resume()
Disp116x-hcd.c1422 if (hcd->self.root_hub->do_remote_wakeup) in isp116x_bus_suspend()
Dr8a66597-hcd.c2273 if (rh->dev->udev->do_remote_wakeup) { in r8a66597_bus_suspend()
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/
Dusb_intf.c402 dvobj->pusbdev->do_remote_wakeup = 1; in rtw_usb_if1_init()
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/
Dusb_intf.c445 dvobj->pusbdev->do_remote_wakeup = 1; in rtw_usb_if1_init()
/linux-4.4.14/include/linux/
Dusb.h610 unsigned do_remote_wakeup:1; member