Searched refs:suspended_ports (Results 1 – 9 of 9) sorted by relevance
| /linux-4.4.14/drivers/usb/host/ |
| D | xhci-hub.c | 796 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()
|
| D | ehci-hub.c | 1039 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()
|
| D | fotg210.h | 155 unsigned long suspended_ports; member
|
| D | ehci-hcd.c | 274 ehci->port_c_suspend = ehci->suspended_ports = in ehci_reset() 789 if (!(test_bit(i, &ehci->suspended_ports) && in ehci_irq()
|
| D | ehci-tegra.c | 232 set_bit((wIndex & 0xff) - 1, &ehci->suspended_ports); in tegra_ehci_hub_control()
|
| D | ehci.h | 199 unsigned long suspended_ports; /* which ports are member
|
| D | fotg210-hcd.c | 979 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()
|
| D | xhci.h | 1472 u32 suspended_ports; member
|
| D | xhci.c | 205 xhci->bus_state[i].suspended_ports = 0; in xhci_reset()
|