Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci-hub.c796 bus_state->suspended_ports &= ~(1 << wIndex); in xhci_get_port_status()
822 if (bus_state->suspended_ports & (1 << wIndex)) { in xhci_get_port_status()
823 bus_state->suspended_ports &= ~(1 << wIndex); in xhci_get_port_status()
1004 bus_state->suspended_ports |= 1 << wIndex; in xhci_hub_control()
1066 bus_state->suspended_ports |= 1 << wIndex; in xhci_hub_control()
Dehci-hub.c1039 clear_bit(wIndex, &ehci->suspended_ports); in ehci_hub_control()
1112 } else if (test_bit(wIndex, &ehci->suspended_ports)) { in ehci_hub_control()
1113 clear_bit(wIndex, &ehci->suspended_ports); in ehci_hub_control()
1191 set_bit(wIndex, &ehci->suspended_ports); in ehci_hub_control()
Dfotg210.h155 unsigned long suspended_ports; member
Dehci-hcd.c274 ehci->port_c_suspend = ehci->suspended_ports = in ehci_reset()
789 if (!(test_bit(i, &ehci->suspended_ports) && in ehci_irq()
Dehci-tegra.c232 set_bit((wIndex & 0xff) - 1, &ehci->suspended_ports); in tegra_ehci_hub_control()
Dehci.h199 unsigned long suspended_ports; /* which ports are member
Dfotg210-hcd.c979 fotg210->port_c_suspend = fotg210->suspended_ports = in fotg210_reset()
1609 clear_bit(wIndex, &fotg210->suspended_ports); in fotg210_hub_control()
1689 } else if (test_bit(wIndex, &fotg210->suspended_ports)) { in fotg210_hub_control()
1690 clear_bit(wIndex, &fotg210->suspended_ports); in fotg210_hub_control()
1740 set_bit(wIndex, &fotg210->suspended_ports); in fotg210_hub_control()
5244 if (test_bit(0, &fotg210->suspended_ports) && in fotg210_irq()
Dxhci.h1472 u32 suspended_ports; member
Dxhci.c205 xhci->bus_state[i].suspended_ports = 0; in xhci_reset()