Home
last modified time | relevance | path

Searched refs:resuming_ports (Results 1 – 16 of 16) sorted by relevance

/Linux-v4.19/drivers/usb/host/
Duhci-hub.c104 if (test_bit(port, &uhci->resuming_ports)) in uhci_finish_suspend()
118 clear_bit(port, &uhci->resuming_ports); in uhci_finish_suspend()
165 if (!test_bit(port, &uhci->resuming_ports)) { in uhci_check_ports()
168 set_bit(port, &uhci->resuming_ports); in uhci_check_ports()
204 if (status || uhci->resuming_ports) { in uhci_hub_status_data()
290 if (test_bit(port, &uhci->resuming_ports)) in uhci_hub_control()
372 &uhci->resuming_ports)) { in uhci_hub_control()
Dehci-hub.c240 if (ehci->resuming_ports) { in ehci_bus_suspend()
519 return ehci->resuming_ports; in ehci_get_resuming_ports()
636 status = ehci->resuming_ports; in ehci_hub_status_data()
685 if (ehci->resuming_ports) in ehci_hub_status_data()
965 set_bit(wIndex, &ehci->resuming_ports); in ehci_hub_control()
1042 set_bit(wIndex, &ehci->resuming_ports); in ehci_hub_control()
1053 } else if (test_bit(wIndex, &ehci->resuming_ports)) { in ehci_hub_control()
1062 clear_bit(wIndex, &ehci->resuming_ports); in ehci_hub_control()
1129 clear_bit(wIndex, &ehci->resuming_ports); in ehci_hub_control()
Dxhci-hub.c886 if (test_bit(wIndex, &bus_state->resuming_ports)) { in xhci_get_port_status()
900 set_bit(wIndex, &bus_state->resuming_ports); in xhci_get_port_status()
912 clear_bit(wIndex, &bus_state->resuming_ports); in xhci_get_port_status()
960 test_bit(wIndex, &bus_state->resuming_ports)) && in xhci_get_port_status()
964 clear_bit(wIndex, &bus_state->resuming_ports); in xhci_get_port_status()
976 clear_bit(wIndex, &bus_state->resuming_ports); in xhci_get_port_status()
1339 set_bit(wIndex, &bus_state->resuming_ports); in xhci_hub_control()
1347 clear_bit(wIndex, &bus_state->resuming_ports); in xhci_hub_control()
1429 status = bus_state->resuming_ports; in xhci_hub_status_data()
1481 if (bus_state->resuming_ports || /* USB2 */ in xhci_bus_suspend()
[all …]
Dehci-tegra.c255 set_bit(wIndex-1, &ehci->resuming_ports); in tegra_ehci_hub_control()
268 clear_bit(wIndex-1, &ehci->resuming_ports); in tegra_ehci_hub_control()
Duhci-hcd.c142 uhci->port_c_suspend = uhci->resuming_ports = 0; in finish_reset()
743 uhci->resuming_ports) { in uhci_rh_suspend()
Dfotg210.h159 unsigned long resuming_ports; member
Duhci-hcd.h438 unsigned long resuming_ports; member
Dehci-hcd.c262 ehci->resuming_ports = 0; in ehci_reset()
803 set_bit(i, &ehci->resuming_ports); in ehci_irq()
Dehci.h191 unsigned long resuming_ports; /* which ports have member
Dfotg210-hcd.c955 fotg210->resuming_ports = 0; in fotg210_reset()
1406 status = fotg210->resuming_ports; in fotg210_hub_status_data()
1592 clear_bit(wIndex, &fotg210->resuming_ports); in fotg210_hub_control()
1610 clear_bit(wIndex, &fotg210->resuming_ports); in fotg210_hub_control()
1634 clear_bit(wIndex, &fotg210->resuming_ports); in fotg210_hub_control()
1665 clear_bit(wIndex, &fotg210->resuming_ports); in fotg210_hub_control()
5215 set_bit(0, &fotg210->resuming_ports); in fotg210_irq()
Dxhci-ring.c1593 } else if (!test_bit(hcd_portnum, &bus_state->resuming_ports)) { in handle_port_status()
1597 set_bit(hcd_portnum, &bus_state->resuming_ports); in handle_port_status()
Dxhci.h1670 unsigned long resuming_ports; member
Dxhci.c221 xhci->bus_state[i].resuming_ports = 0; in xhci_reset()
/Linux-v4.19/drivers/usb/core/
Dhcd.c1138 if (!(bus->resuming_ports & bit)) { in usb_hcd_start_port_resume()
1139 bus->resuming_ports |= bit; in usb_hcd_start_port_resume()
1160 if (bus->resuming_ports & bit) { in usb_hcd_end_port_resume()
1161 bus->resuming_ports &= ~bit; in usb_hcd_end_port_resume()
Dhub.c3669 unsigned long resuming_ports; in report_wakeup_requests() local
3686 resuming_ports = hcd->driver->get_resuming_ports(hcd); in report_wakeup_requests()
3688 if (test_bit(i, &resuming_ports)) { in report_wakeup_requests()
/Linux-v4.19/include/linux/
Dusb.h465 unsigned resuming_ports; /* bit array: resuming root-hub ports */ member