/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-hub.c | 906 bus_state->suspended_ports &= ~(1 << wIndex); in xhci_handle_usb2_port_link_resume() 972 bus_state->suspended_ports &= ~(1 << portnum); in xhci_get_usb3_port_status() 1001 if (bus_state->suspended_ports & (1 << portnum)) { in xhci_get_usb2_port_status() 1002 bus_state->suspended_ports &= ~(1 << portnum); in xhci_get_usb2_port_status() 1029 bus_state->suspended_ports &= ~(1 << portnum); in xhci_get_usb2_port_status() 1248 bus_state->suspended_ports |= 1 << wIndex; in xhci_hub_control() 1381 bus_state->suspended_ports |= 1 << wIndex; in xhci_hub_control()
|
H A D | ehci-hub.c | 1056 clear_bit(wIndex, &ehci->suspended_ports); in ehci_hub_control() 1129 } else if (test_bit(wIndex, &ehci->suspended_ports)) { in ehci_hub_control() 1130 clear_bit(wIndex, &ehci->suspended_ports); in ehci_hub_control() 1214 set_bit(wIndex, &ehci->suspended_ports); in ehci_hub_control()
|
H A D | fotg210.h | 156 unsigned long suspended_ports; member
|
H A D | ehci-tegra.c | 216 set_bit((wIndex & 0xff) - 1, &ehci->suspended_ports); in tegra_ehci_hub_control()
|
H A D | ehci.h | 189 unsigned long suspended_ports; /* which ports are member
|
H A D | ehci-hcd.c | 262 ehci->port_c_suspend = ehci->suspended_ports = in ehci_reset() 822 if (!(test_bit(i, &ehci->suspended_ports) && in ehci_irq()
|
H A D | fotg210-hcd.c | 951 fotg210->port_c_suspend = fotg210->suspended_ports = in fotg210_reset() 1580 clear_bit(wIndex, &fotg210->suspended_ports); in fotg210_hub_control() 1664 } else if (test_bit(wIndex, &fotg210->suspended_ports)) { in fotg210_hub_control() 1665 clear_bit(wIndex, &fotg210->suspended_ports); in fotg210_hub_control() 1715 set_bit(wIndex, &fotg210->suspended_ports); in fotg210_hub_control() 5200 if (test_bit(0, &fotg210->suspended_ports) && in fotg210_irq()
|
H A D | xhci.h | 1703 u32 suspended_ports; member
|
H A D | xhci.c | 218 xhci->usb2_rhub.bus_state.suspended_ports = 0; in xhci_reset() 221 xhci->usb3_rhub.bus_state.suspended_ports = 0; in xhci_reset()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-hub.c | 1011 bus_state->suspended_ports &= ~(1 << wIndex); in xhci_handle_usb2_port_link_resume() 1077 bus_state->suspended_ports &= ~(1 << portnum); in xhci_get_usb3_port_status() 1106 if (bus_state->suspended_ports & (1 << portnum)) { in xhci_get_usb2_port_status() 1107 bus_state->suspended_ports &= ~(1 << portnum); in xhci_get_usb2_port_status() 1134 bus_state->suspended_ports &= ~(1 << portnum); in xhci_get_usb2_port_status() 1353 bus_state->suspended_ports |= 1 << wIndex; in xhci_hub_control() 1486 bus_state->suspended_ports |= 1 << wIndex; in xhci_hub_control()
|
H A D | ehci-hub.c | 926 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()
|
H A D | ehci.h | 189 unsigned long suspended_ports; /* which ports are member
|
H A D | ehci-hcd.c | 263 ehci->port_c_suspend = ehci->suspended_ports = in ehci_reset() 820 if (!(test_bit(i, &ehci->suspended_ports) && in ehci_irq()
|
H A D | xhci.c | 220 xhci->usb2_rhub.bus_state.suspended_ports = 0; in xhci_reset() 223 xhci->usb3_rhub.bus_state.suspended_ports = 0; in xhci_reset() 1122 if (xhci->usb3_rhub.bus_state.suspended_ports || in xhci_resume()
|
H A D | xhci.h | 1705 u32 suspended_ports; member
|
/kernel/linux/linux-6.6/drivers/usb/fotg210/ |
H A D | fotg210-hcd.h | 156 unsigned long suspended_ports; member
|
H A D | fotg210-hcd.c | 951 fotg210->port_c_suspend = fotg210->suspended_ports = in fotg210_reset() 1580 clear_bit(wIndex, &fotg210->suspended_ports); in fotg210_hub_control() 1664 } else if (test_bit(wIndex, &fotg210->suspended_ports)) { in fotg210_hub_control() 1665 clear_bit(wIndex, &fotg210->suspended_ports); in fotg210_hub_control() 1715 set_bit(wIndex, &fotg210->suspended_ports); in fotg210_hub_control() 5199 if (test_bit(0, &fotg210->suspended_ports) && in fotg210_irq()
|
/kernel/linux/linux-5.10/drivers/usb/chipidea/ |
H A D | host.c | 284 set_bit(port_index, &ehci->suspended_ports); in ci_ehci_hub_control()
|
/kernel/linux/linux-6.6/drivers/usb/chipidea/ |
H A D | host.c | 306 set_bit(port_index, &ehci->suspended_ports); in ci_ehci_hub_control()
|