Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/core/
Ddriver.c1155 udev->do_remote_wakeup = 0; in usb_suspend_device()
1443 udev->do_remote_wakeup = 0; in choose_wakeup()
1455 if (udev->state == USB_STATE_SUSPENDED && w != udev->do_remote_wakeup) in choose_wakeup()
1457 udev->do_remote_wakeup = w; in choose_wakeup()
1844 udev->do_remote_wakeup = w; in autosuspend_check()
Dhub.c3120 return udev->do_remote_wakeup + in wakeup_enabled_descendants()
3188 if (udev->do_remote_wakeup) { in usb_port_suspend()
3242 if (udev->do_remote_wakeup) in usb_port_suspend()
3252 udev->do_remote_wakeup); in usb_port_suspend()
3262 if (status == 0 && !udev->do_remote_wakeup && udev->persist_enabled in usb_port_suspend()
3635 if (hdev->do_remote_wakeup && hub->quirk_check_port_auto_suspend) { in hub_suspend()
3644 if (hub_is_superspeed(hdev) && hdev->do_remote_wakeup) { in hub_suspend()
4193 if (udev && udev->port_is_suspended && udev->do_remote_wakeup) { in hub_usb3_port_prepare_disable()
4203 udev->do_remote_wakeup = 0; in hub_usb3_port_prepare_disable()
Dhcd.c2248 rhdev->do_remote_wakeup); in hcd_bus_suspend()
2270 if (rhdev->do_remote_wakeup) { in hcd_bus_suspend()
/Linux-v4.19/drivers/usb/host/
Duhci-pci.c247 if (!uhci->RD_enable && hcd->self.root_hub->do_remote_wakeup) in uhci_pci_resume()
Dehci-hub.c158 if (!ehci_to_hcd(ehci)->self.root_hub->do_remote_wakeup || do_wakeup) in ehci_adjust_port_wakeup_flags()
239 if (hcd->self.root_hub->do_remote_wakeup) { in ehci_bus_suspend()
271 if (hcd->self.root_hub->do_remote_wakeup) { in ehci_bus_suspend()
357 if (!hcd->self.root_hub->do_remote_wakeup) in ehci_bus_suspend()
Duhci-hcd.c323 if (!rhdev->do_remote_wakeup) in suspend_rh()
742 else if (hcd->self.root_hub->do_remote_wakeup && in uhci_rh_suspend()
Dohci-hub.c113 if (ohci_to_hcd(ohci)->self.root_hub->do_remote_wakeup || autostop) { in ohci_rh_suspend()
409 do_remote_wakeup) { in ohci_root_hub_state_changes()
Dxhci-hub.c1480 if (hcd->self.root_hub->do_remote_wakeup) { in xhci_bus_suspend()
1516 if (hcd->self.root_hub->do_remote_wakeup) { in xhci_bus_suspend()
Dehci-hcd.c1146 if (!hcd->self.root_hub->do_remote_wakeup) in ehci_resume()
Disp116x-hcd.c1410 if (hcd->self.root_hub->do_remote_wakeup) in isp116x_bus_suspend()
Dr8a66597-hcd.c2261 if (rh->dev->udev->do_remote_wakeup) { in r8a66597_bus_suspend()
/Linux-v4.19/drivers/staging/rtl8188eu/os_dep/
Dusb_intf.c371 dvobj->pusbdev->do_remote_wakeup = 1; in rtw_usb_if1_init()
/Linux-v4.19/include/linux/
Dusb.h699 unsigned do_remote_wakeup:1; member