Home
last modified time | relevance | path

Searched refs:do_remote_wakeup (Results 1 – 12 of 12) 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 Dxhci-pci.c916 if (udev->do_remote_wakeup && do_wakeup) in xhci_pci_poweroff_late()
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/drivers/usb/core/
H A Ddriver.c1263 udev->do_remote_wakeup = 0; in usb_suspend_device()
1613 if (udev->state == USB_STATE_SUSPENDED && w != udev->do_remote_wakeup) in choose_wakeup()
1615 udev->do_remote_wakeup = w; in choose_wakeup()
1984 udev->do_remote_wakeup = w; in autosuspend_check()
H A Dhub.c3448 return udev->do_remote_wakeup + in usb_wakeup_enabled_descendants()
3517 if (udev->do_remote_wakeup) { in usb_port_suspend()
3589 if (udev->do_remote_wakeup) in usb_port_suspend()
3600 udev->do_remote_wakeup); in usb_port_suspend()
3610 if (status == 0 && !udev->do_remote_wakeup && udev->persist_enabled in usb_port_suspend()
3984 if (hdev->do_remote_wakeup && hub->quirk_check_port_auto_suspend) { in hub_suspend()
3993 if (hub_is_superspeed(hdev) && hdev->do_remote_wakeup) { in hub_suspend()
4576 if (udev && udev->port_is_suspended && udev->do_remote_wakeup) { in hub_usb3_port_prepare_disable()
4586 udev->do_remote_wakeup = 0; in hub_usb3_port_prepare_disable()
H A Dhcd.c2266 rhdev->do_remote_wakeup); in hcd_bus_suspend()
2288 if (rhdev->do_remote_wakeup) { in hcd_bus_suspend()
/linux/include/linux/
H A Dusb.h729 unsigned do_remote_wakeup:1; member
/linux/drivers/bluetooth/
H A Dbtusb.c4517 data->udev->do_remote_wakeup = 1; in btusb_suspend()
4520 data->udev->do_remote_wakeup = 0; in btusb_suspend()