Searched refs:resuming_ports (Results 1 – 16 of 16) sorted by relevance
| /Linux-v5.4/drivers/usb/host/ |
| D | uhci-hub.c | 104 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()
|
| D | ehci-hub.c | 240 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()
|
| D | xhci-hub.c | 829 if (test_bit(wIndex, &bus_state->resuming_ports)) { in xhci_handle_usb2_port_link_resume() 843 set_bit(wIndex, &bus_state->resuming_ports); in xhci_handle_usb2_port_link_resume() 856 clear_bit(wIndex, &bus_state->resuming_ports); in xhci_handle_usb2_port_link_resume() 982 clear_bit(portnum, &bus_state->resuming_ports); in xhci_get_usb2_port_status() 1054 test_bit(wIndex, &bus_state->resuming_ports)) && in xhci_get_port_status() 1058 clear_bit(wIndex, &bus_state->resuming_ports); in xhci_get_port_status() 1396 set_bit(wIndex, &bus_state->resuming_ports); in xhci_hub_control() 1405 clear_bit(wIndex, &bus_state->resuming_ports); in xhci_hub_control() 1488 status = bus_state->resuming_ports; in xhci_hub_status_data() 1543 if (bus_state->resuming_ports || /* USB2 */ in xhci_bus_suspend() [all …]
|
| D | ehci-tegra.c | 255 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()
|
| D | uhci-hcd.c | 142 uhci->port_c_suspend = uhci->resuming_ports = 0; in finish_reset() 743 uhci->resuming_ports) { in uhci_rh_suspend()
|
| D | fotg210.h | 159 unsigned long resuming_ports; member
|
| D | uhci-hcd.h | 438 unsigned long resuming_ports; member
|
| D | ehci-hcd.c | 262 ehci->resuming_ports = 0; in ehci_reset() 803 set_bit(i, &ehci->resuming_ports); in ehci_irq()
|
| D | ehci.h | 191 unsigned long resuming_ports; /* which ports have member
|
| D | fotg210-hcd.c | 957 fotg210->resuming_ports = 0; in fotg210_reset() 1408 status = fotg210->resuming_ports; in fotg210_hub_status_data() 1594 clear_bit(wIndex, &fotg210->resuming_ports); in fotg210_hub_control() 1612 clear_bit(wIndex, &fotg210->resuming_ports); in fotg210_hub_control() 1640 clear_bit(wIndex, &fotg210->resuming_ports); in fotg210_hub_control() 1671 clear_bit(wIndex, &fotg210->resuming_ports); in fotg210_hub_control() 5221 set_bit(0, &fotg210->resuming_ports); in fotg210_irq()
|
| D | xhci.h | 1693 unsigned long resuming_ports; member
|
| D | xhci-ring.c | 1653 } else if (!test_bit(hcd_portnum, &bus_state->resuming_ports)) { in handle_port_status() 1657 set_bit(hcd_portnum, &bus_state->resuming_ports); in handle_port_status()
|
| D | xhci.c | 218 xhci->usb2_rhub.bus_state.resuming_ports = 0; in xhci_reset() 221 xhci->usb3_rhub.bus_state.resuming_ports = 0; in xhci_reset()
|
| /Linux-v5.4/drivers/usb/core/ |
| D | hcd.c | 1041 if (!(bus->resuming_ports & bit)) { in usb_hcd_start_port_resume() 1042 bus->resuming_ports |= bit; in usb_hcd_start_port_resume() 1063 if (bus->resuming_ports & bit) { in usb_hcd_end_port_resume() 1064 bus->resuming_ports &= ~bit; in usb_hcd_end_port_resume()
|
| D | hub.c | 3732 unsigned long resuming_ports; in report_wakeup_requests() local 3749 resuming_ports = hcd->driver->get_resuming_ports(hcd); in report_wakeup_requests() 3751 if (test_bit(i, &resuming_ports)) { in report_wakeup_requests()
|
| /Linux-v5.4/include/linux/ |
| D | usb.h | 462 unsigned resuming_ports; /* bit array: resuming root-hub ports */ member
|