Searched refs:suspended_ports (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/drivers/usb/host/ |
| D | xhci-hub.c | 889 bus_state->suspended_ports &= ~(1 << wIndex); in xhci_handle_usb2_port_link_resume() 952 bus_state->suspended_ports &= ~(1 << portnum); in xhci_get_usb3_port_status() 983 if (bus_state->suspended_ports & (1 << portnum)) { in xhci_get_usb2_port_status() 984 bus_state->suspended_ports &= ~(1 << portnum); in xhci_get_usb2_port_status() 1217 bus_state->suspended_ports |= 1 << wIndex; in xhci_hub_control() 1311 bus_state->suspended_ports |= 1 << wIndex; in xhci_hub_control()
|
| D | ehci-hub.c | 1054 clear_bit(wIndex, &ehci->suspended_ports); in ehci_hub_control() 1127 } else if (test_bit(wIndex, &ehci->suspended_ports)) { in ehci_hub_control() 1128 clear_bit(wIndex, &ehci->suspended_ports); in ehci_hub_control() 1212 set_bit(wIndex, &ehci->suspended_ports); in ehci_hub_control()
|
| D | fotg210.h | 156 unsigned long suspended_ports; member
|
| D | ehci-hcd.c | 261 ehci->port_c_suspend = ehci->suspended_ports = in ehci_reset() 790 if (!(test_bit(i, &ehci->suspended_ports) && in ehci_irq()
|
| D | ehci-tegra.c | 218 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 | 956 fotg210->port_c_suspend = fotg210->suspended_ports = in fotg210_reset() 1585 clear_bit(wIndex, &fotg210->suspended_ports); in fotg210_hub_control() 1669 } else if (test_bit(wIndex, &fotg210->suspended_ports)) { in fotg210_hub_control() 1670 clear_bit(wIndex, &fotg210->suspended_ports); in fotg210_hub_control() 1720 set_bit(wIndex, &fotg210->suspended_ports); in fotg210_hub_control() 5209 if (test_bit(0, &fotg210->suspended_ports) && in fotg210_irq()
|
| D | xhci.h | 1689 u32 suspended_ports; member
|
| D | xhci.c | 217 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.4/drivers/usb/chipidea/ |
| D | host.c | 274 set_bit((wIndex & 0xff) - 1, &ehci->suspended_ports); in ci_ehci_hub_control()
|