Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-hub.c908 bus_state->suspended_ports &= ~(1 << wIndex); in xhci_handle_usb2_port_link_resume()
973 bus_state->suspended_ports &= ~(1 << portnum); in xhci_get_usb3_port_status()
1015 if (bus_state->suspended_ports & (1 << portnum)) { in xhci_get_usb2_port_status()
1016 bus_state->suspended_ports &= ~(1 << portnum); in xhci_get_usb2_port_status()
1249 bus_state->suspended_ports |= 1 << wIndex; in xhci_hub_control()
1386 bus_state->suspended_ports |= 1 << wIndex; in xhci_hub_control()
H A Dehci-hub.c1056 clear_bit(wIndex, &ehci->suspended_ports); in ehci_hub_control()
1129 } else if (test_bit(wIndex, &ehci->suspended_ports)) { in ehci_hub_control()
1130 clear_bit(wIndex, &ehci->suspended_ports); in ehci_hub_control()
1214 set_bit(wIndex, &ehci->suspended_ports); in ehci_hub_control()
H A Dfotg210.h156 unsigned long suspended_ports; member
H A Dehci-hcd.c262 ehci->port_c_suspend = ehci->suspended_ports = in ehci_reset()
824 if (!(test_bit(i, &ehci->suspended_ports) && in ehci_irq()
H A Dehci.h189 unsigned long suspended_ports; /* which ports are member
H A Dehci-tegra.c216 set_bit((wIndex & 0xff) - 1, &ehci->suspended_ports); in tegra_ehci_hub_control()
H A Dfotg210-hcd.c954 fotg210->port_c_suspend = fotg210->suspended_ports = in fotg210_reset()
1583 clear_bit(wIndex, &fotg210->suspended_ports); in fotg210_hub_control()
1667 } else if (test_bit(wIndex, &fotg210->suspended_ports)) { in fotg210_hub_control()
1668 clear_bit(wIndex, &fotg210->suspended_ports); in fotg210_hub_control()
1718 set_bit(wIndex, &fotg210->suspended_ports); in fotg210_hub_control()
5203 if (test_bit(0, &fotg210->suspended_ports) && in fotg210_irq()
H A Dxhci.h1714 u32 suspended_ports; member
H A Dxhci.c214 xhci->usb2_rhub.bus_state.suspended_ports = 0; in xhci_reset()
217 xhci->usb3_rhub.bus_state.suspended_ports = 0; in xhci_reset()
/OK3568_Linux_fs/kernel/drivers/usb/chipidea/
H A Dhost.c284 set_bit(port_index, &ehci->suspended_ports); in ci_ehci_hub_control()