Searched refs:suspended_ports (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
D | xhci-hub.c | 657 bus_state->suspended_ports &= ~(1 << wIndex); in xhci_get_port_status() 670 && (bus_state->suspended_ports & (1 << wIndex))) { in xhci_get_port_status() 671 bus_state->suspended_ports &= ~(1 << wIndex); in xhci_get_port_status() 849 bus_state->suspended_ports |= 1 << wIndex; in xhci_hub_control() 911 bus_state->suspended_ports |= 1 << wIndex; in xhci_hub_control()
|
D | ehci-hub.c | 1038 clear_bit(wIndex, &ehci->suspended_ports); in ehci_hub_control() 1111 } else if (test_bit(wIndex, &ehci->suspended_ports)) { in ehci_hub_control() 1112 clear_bit(wIndex, &ehci->suspended_ports); in ehci_hub_control() 1190 set_bit(wIndex, &ehci->suspended_ports); in ehci_hub_control()
|
D | fotg210.h | 149 unsigned long suspended_ports; /* which ports are member
|
D | fusbh200.h | 148 unsigned long suspended_ports; /* which ports are member
|
D | ehci-hcd.c | 274 ehci->port_c_suspend = ehci->suspended_ports = in ehci_reset() 788 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 | fusbh200-hcd.c | 966 fusbh200->port_c_suspend = fusbh200->suspended_ports = in fusbh200_reset() 1616 clear_bit(wIndex, &fusbh200->suspended_ports); in fusbh200_hub_control() 1695 } else if (test_bit(wIndex, &fusbh200->suspended_ports)) { in fusbh200_hub_control() 1696 clear_bit(wIndex, &fusbh200->suspended_ports); in fusbh200_hub_control() 1745 set_bit(wIndex, &fusbh200->suspended_ports); in fusbh200_hub_control() 5350 if (test_bit(0, &fusbh200->suspended_ports) && in fusbh200_irq()
|
D | fotg210-hcd.c | 996 fotg210->port_c_suspend = fotg210->suspended_ports = in fotg210_reset() 1660 clear_bit(wIndex, &fotg210->suspended_ports); in fotg210_hub_control() 1741 } else if (test_bit(wIndex, &fotg210->suspended_ports)) { in fotg210_hub_control() 1742 clear_bit(wIndex, &fotg210->suspended_ports); in fotg210_hub_control() 1792 set_bit(wIndex, &fotg210->suspended_ports); in fotg210_hub_control() 5441 if (test_bit(0, &fotg210->suspended_ports) && in fotg210_irq()
|
D | xhci.h | 1421 u32 suspended_ports; member
|
D | xhci.c | 205 xhci->bus_state[i].suspended_ports = 0; in xhci_reset()
|