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

/linux-master/drivers/usb/host/
H A Duhci-pci.c250 if (!uhci->RD_enable && hcd->self.root_hub->do_remote_wakeup)
H A Dehci-hub.c157 if (!ehci_to_hcd(ehci)->self.root_hub->do_remote_wakeup || do_wakeup)
238 if (hcd->self.root_hub->do_remote_wakeup) {
270 if (hcd->self.root_hub->do_remote_wakeup) {
359 if (!hcd->self.root_hub->do_remote_wakeup)
H A Dohci-hub.c116 if (ohci_to_hcd(ohci)->self.root_hub->do_remote_wakeup || autostop) {
412 do_remote_wakeup) {
H A Duhci-hcd.c323 if (!rhdev->do_remote_wakeup)
740 else if (hcd->self.root_hub->do_remote_wakeup &&
H A Dehci-hcd.c1199 if (!hcd->self.root_hub->do_remote_wakeup)
H A Dxhci-pci.c858 if (udev->do_remote_wakeup && do_wakeup)
H A Disp116x-hcd.c1408 if (hcd->self.root_hub->do_remote_wakeup)
H A Dxhci-hub.c1688 wake_enabled = hcd->self.root_hub->do_remote_wakeup;
H A Dr8a66597-hcd.c2261 if (rh->dev->udev->do_remote_wakeup) {
/linux-master/drivers/usb/core/
H A Ddriver.c1254 udev->do_remote_wakeup = 0;
1561 if (udev->state == USB_STATE_SUSPENDED && w != udev->do_remote_wakeup)
1563 udev->do_remote_wakeup = w;
1938 udev->do_remote_wakeup = w;
H A Dhub.c3403 return udev->do_remote_wakeup +
3472 if (udev->do_remote_wakeup) {
3544 if (udev->do_remote_wakeup)
3555 udev->do_remote_wakeup);
3565 if (status == 0 && !udev->do_remote_wakeup && udev->persist_enabled
3939 if (hdev->do_remote_wakeup && hub->quirk_check_port_auto_suspend) {
3948 if (hub_is_superspeed(hdev) && hdev->do_remote_wakeup) {
4528 if (udev && udev->port_is_suspended && udev->do_remote_wakeup) {
4538 udev->do_remote_wakeup = 0;
H A Dhcd.c2251 rhdev->do_remote_wakeup);
2273 if (rhdev->do_remote_wakeup) {
/linux-master/include/linux/
H A Dusb.h631 * @do_remote_wakeup: remote wakeup should be enabled
719 unsigned do_remote_wakeup:1; member in struct:usb_device
/linux-master/drivers/bluetooth/
H A Dbtusb.c4691 data->udev->do_remote_wakeup = 1;
4694 data->udev->do_remote_wakeup = 0;

Completed in 274 milliseconds