Searched refs:suspended_ports (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
D | xhci-hub.c | 903 bus_state->suspended_ports &= ~(1 << wIndex); in xhci_handle_usb2_port_link_resume() 968 bus_state->suspended_ports &= ~(1 << portnum); in xhci_get_usb3_port_status() 1010 if (bus_state->suspended_ports & (1 << portnum)) { in xhci_get_usb2_port_status() 1011 bus_state->suspended_ports &= ~(1 << portnum); in xhci_get_usb2_port_status() 1244 bus_state->suspended_ports |= 1 << wIndex; in xhci_hub_control() 1381 bus_state->suspended_ports |= 1 << wIndex; in xhci_hub_control()
|
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()
|
D | fotg210.h | 156 unsigned long suspended_ports; member
|
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()
|
D | ehci-tegra.c | 216 set_bit((wIndex & 0xff) - 1, &ehci->suspended_ports); in tegra_ehci_hub_control()
|
D | ehci.h | 189 unsigned long suspended_ports; /* which ports are member
|
D | fotg210-hcd.c | 954 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() 5203 if (test_bit(0, &fotg210->suspended_ports) && in fotg210_irq()
|
D | xhci.h | 1700 u32 suspended_ports; member
|
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-5.10/drivers/usb/chipidea/ |
D | host.c | 284 set_bit(port_index, &ehci->suspended_ports); in ci_ehci_hub_control()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0034_linux_drivers_usb_vfio_wdt_tty_uio.patch | 3587 set_bit(port_index, &ehci->suspended_ports);
|