Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/usb/host/
A 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()
A Dehci-hub.c239 if (ehci->resuming_ports) { in ehci_bus_suspend()
521 return ehci->resuming_ports; in ehci_get_resuming_ports()
638 status = ehci->resuming_ports; in ehci_hub_status_data()
687 if (ehci->resuming_ports) in ehci_hub_status_data()
829 set_bit(wIndex, &ehci->resuming_ports); in ehci_hub_control()
906 set_bit(wIndex, &ehci->resuming_ports); in ehci_hub_control()
917 } else if (test_bit(wIndex, &ehci->resuming_ports)) { in ehci_hub_control()
926 clear_bit(wIndex, &ehci->resuming_ports); in ehci_hub_control()
993 clear_bit(wIndex, &ehci->resuming_ports); in ehci_hub_control()
A Dxhci-hub.c947 if (test_bit(wIndex, &bus_state->resuming_ports)) { in xhci_handle_usb2_port_link_resume()
961 set_bit(wIndex, &bus_state->resuming_ports); in xhci_handle_usb2_port_link_resume()
974 clear_bit(wIndex, &bus_state->resuming_ports); in xhci_handle_usb2_port_link_resume()
1128 test_bit(portnum, &bus_state->resuming_ports)) { in xhci_get_usb2_port_status()
1130 clear_bit(portnum, &bus_state->resuming_ports); in xhci_get_usb2_port_status()
1574 set_bit(wIndex, &bus_state->resuming_ports); in xhci_hub_control()
1581 clear_bit(wIndex, &bus_state->resuming_ports); in xhci_hub_control()
1666 status = bus_state->resuming_ports; in xhci_hub_status_data()
1734 if (bus_state->resuming_ports || /* USB2 */ in xhci_bus_suspend()
1994 return rhub->bus_state.resuming_ports; /* USB2 ports only */ in xhci_get_resuming_ports()
A Duhci-hcd.c142 uhci->port_c_suspend = uhci->resuming_ports = 0; in finish_reset()
741 uhci->resuming_ports) { in uhci_rh_suspend()
A Duhci-hcd.h434 unsigned long resuming_ports; member
A Dehci-hcd.c264 ehci->resuming_ports = 0; in ehci_reset()
829 set_bit(i, &ehci->resuming_ports); in ehci_irq()
A Dehci.h191 unsigned long resuming_ports; /* which ports have member
A Dxhci-tegra.c2694 if (bus_state->resuming_ports && hcd->speed == HCD_USB2) { in tegra_xhci_hub_control()
2698 if (!test_bit(i, &bus_state->resuming_ports)) in tegra_xhci_hub_control()
A Dxhci-ring.c1925 } else if (!test_bit(hcd_portnum, &bus_state->resuming_ports)) { in handle_port_status()
1929 set_bit(hcd_portnum, &bus_state->resuming_ports); in handle_port_status()
A Dxhci.h1708 unsigned long resuming_ports; member
A Dxhci.c220 xhci->usb2_rhub.bus_state.resuming_ports = 0; in xhci_reset()
223 xhci->usb3_rhub.bus_state.resuming_ports = 0; in xhci_reset()
/linux-6.3-rc2/drivers/usb/fotg210/
A Dfotg210-hcd.h159 unsigned long resuming_ports; member
A 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()
1638 clear_bit(wIndex, &fotg210->resuming_ports); in fotg210_hub_control()
1669 clear_bit(wIndex, &fotg210->resuming_ports); in fotg210_hub_control()
5214 set_bit(0, &fotg210->resuming_ports); in fotg210_irq()
/linux-6.3-rc2/drivers/usb/core/
A Dhcd.c1050 if (!(bus->resuming_ports & bit)) { in usb_hcd_start_port_resume()
1051 bus->resuming_ports |= bit; in usb_hcd_start_port_resume()
1072 if (bus->resuming_ports & bit) { in usb_hcd_end_port_resume()
1073 bus->resuming_ports &= ~bit; in usb_hcd_end_port_resume()
A Dhub.c3913 unsigned long resuming_ports; in report_wakeup_requests() local
3930 resuming_ports = hcd->driver->get_resuming_ports(hcd); in report_wakeup_requests()
3932 if (test_bit(i, &resuming_ports)) { in report_wakeup_requests()
/linux-6.3-rc2/include/linux/
A Dusb.h474 unsigned resuming_ports; /* bit array: resuming root-hub ports */ member

Completed in 71 milliseconds