Searched refs:suspended_ports (Results 1 – 7 of 7) sorted by relevance
647 bus_state->suspended_ports &= ~(1 << wIndex); in xhci_hub_control()660 && (bus_state->suspended_ports & (1 << wIndex))) { in xhci_hub_control()661 bus_state->suspended_ports &= ~(1 << wIndex); in xhci_hub_control()752 bus_state->suspended_ports |= 1 << wIndex; in xhci_hub_control()815 bus_state->suspended_ports |= 1 << wIndex; in xhci_hub_control()
840 clear_bit(wIndex, &ehci->suspended_ports); in ehci_hub_control()925 } else if (test_bit(wIndex, &ehci->suspended_ports)) { in ehci_hub_control()926 clear_bit(wIndex, &ehci->suspended_ports); in ehci_hub_control()1005 set_bit(wIndex, &ehci->suspended_ports); in ehci_hub_control()
118 unsigned long suspended_ports; /* which ports are member
350 ehci->port_c_suspend = ehci->suspended_ports = in ehci_reset()938 if (!(test_bit(i, &ehci->suspended_ports) && in ehci_irq()
189 set_bit((wIndex & 0xff) - 1, &ehci->suspended_ports); in tegra_ehci_hub_control()
1380 u32 suspended_ports; member
185 xhci->bus_state[i].suspended_ports = 0; in xhci_reset()