Searched refs:suspended_ports (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/usb/host/ |
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 | xhci-hub.c | 944 bus_state->suspended_ports &= ~(1 << wIndex); in xhci_get_port_status() 970 if (bus_state->suspended_ports & (1 << wIndex)) { in xhci_get_port_status() 971 bus_state->suspended_ports &= ~(1 << wIndex); in xhci_get_port_status() 1160 bus_state->suspended_ports |= 1 << wIndex; in xhci_hub_control() 1254 bus_state->suspended_ports |= 1 << wIndex; in xhci_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.h | 189 unsigned long suspended_ports; /* which ports are member
|
D | ehci-tegra.c | 218 set_bit((wIndex & 0xff) - 1, &ehci->suspended_ports); in tegra_ehci_hub_control()
|
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() 1663 } else if (test_bit(wIndex, &fotg210->suspended_ports)) { in fotg210_hub_control() 1664 clear_bit(wIndex, &fotg210->suspended_ports); in fotg210_hub_control() 1714 set_bit(wIndex, &fotg210->suspended_ports); in fotg210_hub_control() 5203 if (test_bit(0, &fotg210->suspended_ports) && in fotg210_irq()
|
D | xhci.h | 1666 u32 suspended_ports; member
|
D | xhci.c | 220 xhci->bus_state[i].suspended_ports = 0; in xhci_reset()
|