Home
last modified time | relevance | path

Searched refs:suspended_ports (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/drivers/usb/host/
Dxhci-hub.c1012 bus_state->suspended_ports &= ~(1 << wIndex); in xhci_handle_usb2_port_link_resume()
1078 bus_state->suspended_ports &= ~(1 << portnum); in xhci_get_usb3_port_status()
1107 if (bus_state->suspended_ports & (1 << portnum)) { in xhci_get_usb2_port_status()
1108 bus_state->suspended_ports &= ~(1 << portnum); in xhci_get_usb2_port_status()
1135 bus_state->suspended_ports &= ~(1 << portnum); in xhci_get_usb2_port_status()
1351 bus_state->suspended_ports |= 1 << wIndex; in xhci_hub_control()
1482 bus_state->suspended_ports |= 1 << wIndex; in xhci_hub_control()
Dehci-hub.c926 clear_bit(wIndex, &ehci->suspended_ports); in ehci_hub_control()
999 } else if (test_bit(wIndex, &ehci->suspended_ports)) { in ehci_hub_control()
1000 clear_bit(wIndex, &ehci->suspended_ports); in ehci_hub_control()
1084 set_bit(wIndex, &ehci->suspended_ports); in ehci_hub_control()
Dehci-hcd.c263 ehci->port_c_suspend = ehci->suspended_ports = in ehci_reset()
820 if (!(test_bit(i, &ehci->suspended_ports) && in ehci_irq()
Dehci.h189 unsigned long suspended_ports; /* which ports are member
Dxhci.c244 xhci->usb2_rhub.bus_state.suspended_ports = 0; in xhci_reset()
247 xhci->usb3_rhub.bus_state.suspended_ports = 0; in xhci_reset()
1172 if (xhci->usb3_rhub.bus_state.suspended_ports || in xhci_resume()
Dxhci.h1421 u32 suspended_ports; member
/linux-6.12.1/drivers/usb/fotg210/
Dfotg210-hcd.h156 unsigned long suspended_ports; member
Dfotg210-hcd.c947 fotg210->port_c_suspend = fotg210->suspended_ports = in fotg210_reset()
1576 clear_bit(wIndex, &fotg210->suspended_ports); in fotg210_hub_control()
1660 } else if (test_bit(wIndex, &fotg210->suspended_ports)) { in fotg210_hub_control()
1661 clear_bit(wIndex, &fotg210->suspended_ports); in fotg210_hub_control()
1711 set_bit(wIndex, &fotg210->suspended_ports); in fotg210_hub_control()
5195 if (test_bit(0, &fotg210->suspended_ports) && in fotg210_irq()
/linux-6.12.1/drivers/usb/chipidea/
Dhost.c306 set_bit(port_index, &ehci->suspended_ports); in ci_ehci_hub_control()