Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/host/
Dxhci-hub.c901 bus_state->suspended_ports &= ~(1 << wIndex); in xhci_handle_usb2_port_link_resume()
966 bus_state->suspended_ports &= ~(1 << portnum); in xhci_get_usb3_port_status()
1005 if (bus_state->suspended_ports & (1 << portnum)) { in xhci_get_usb2_port_status()
1006 bus_state->suspended_ports &= ~(1 << portnum); in xhci_get_usb2_port_status()
1239 bus_state->suspended_ports |= 1 << wIndex; in xhci_hub_control()
1376 bus_state->suspended_ports |= 1 << wIndex; in xhci_hub_control()
Dehci-hub.c1053 clear_bit(wIndex, &ehci->suspended_ports); in ehci_hub_control()
1126 } else if (test_bit(wIndex, &ehci->suspended_ports)) { in ehci_hub_control()
1127 clear_bit(wIndex, &ehci->suspended_ports); in ehci_hub_control()
1211 set_bit(wIndex, &ehci->suspended_ports); in ehci_hub_control()
Dfotg210.h156 unsigned long suspended_ports; member
Dehci-hcd.c262 ehci->port_c_suspend = ehci->suspended_ports = in ehci_reset()
791 if (!(test_bit(i, &ehci->suspended_ports) && in ehci_irq()
Dehci-tegra.c216 set_bit((wIndex & 0xff) - 1, &ehci->suspended_ports); in tegra_ehci_hub_control()
Dehci.h189 unsigned long suspended_ports; /* which ports are member
Dfotg210-hcd.c954 fotg210->port_c_suspend = fotg210->suspended_ports = in fotg210_reset()
1583 clear_bit(wIndex, &fotg210->suspended_ports); in fotg210_hub_control()
1667 } else if (test_bit(wIndex, &fotg210->suspended_ports)) { in fotg210_hub_control()
1668 clear_bit(wIndex, &fotg210->suspended_ports); in fotg210_hub_control()
1718 set_bit(wIndex, &fotg210->suspended_ports); in fotg210_hub_control()
5206 if (test_bit(0, &fotg210->suspended_ports) && in fotg210_irq()
Dxhci.h1689 u32 suspended_ports; member
Dxhci.c217 xhci->usb2_rhub.bus_state.suspended_ports = 0; in xhci_reset()
220 xhci->usb3_rhub.bus_state.suspended_ports = 0; in xhci_reset()
/Linux-v5.10/drivers/usb/chipidea/
Dhost.c276 set_bit((wIndex & 0xff) - 1, &ehci->suspended_ports); in ci_ehci_hub_control()