Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dehci-hub.c926 clear_bit(wIndex, &ehci->suspended_ports); in ehci_hub_control()
999 } else if (test_bit(wIndex, &ehci->suspended_ports)) { in ehci_hub_control()
1000 clear_bit(wIndex, &ehci->suspended_ports); in ehci_hub_control()
1084 set_bit(wIndex, &ehci->suspended_ports); in ehci_hub_control()
H A Dxhci.c238 xhci->usb2_rhub.bus_state.suspended_ports = 0; in xhci_reset()
241 xhci->usb3_rhub.bus_state.suspended_ports = 0; in xhci_reset()
1254 if (xhci->usb3_rhub.bus_state.suspended_ports || xhci->usb3_rhub.bus_state.bus_suspended) in xhci_resume()
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h156 unsigned long suspended_ports; member
H A Dfotg210-hcd.c947 fotg210->port_c_suspend = fotg210->suspended_ports = in fotg210_reset()
1576 clear_bit(wIndex, &fotg210->suspended_ports); in fotg210_hub_control()
1660 } else if (test_bit(wIndex, &fotg210->suspended_ports)) { in fotg210_hub_control()
1661 clear_bit(wIndex, &fotg210->suspended_ports); in fotg210_hub_control()
1711 set_bit(wIndex, &fotg210->suspended_ports); in fotg210_hub_control()
5194 if (test_bit(0, &fotg210->suspended_ports) && in fotg210_irq()