Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dehci-hub.c1054 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()
Dxhci-hub.c944 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()
Dfotg210.h156 unsigned long suspended_ports; member
Dehci-hcd.c261 ehci->port_c_suspend = ehci->suspended_ports = in ehci_reset()
790 if (!(test_bit(i, &ehci->suspended_ports) && in ehci_irq()
Dehci.h189 unsigned long suspended_ports; /* which ports are member
Dehci-tegra.c218 set_bit((wIndex & 0xff) - 1, &ehci->suspended_ports); in tegra_ehci_hub_control()
Dfotg210-hcd.c954 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()
Dxhci.h1666 u32 suspended_ports; member
Dxhci.c220 xhci->bus_state[i].suspended_ports = 0; in xhci_reset()