Home
last modified time | relevance | path

Searched refs:suspended_ports (Results 1 – 3 of 3) 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()
/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()
5196 if (test_bit(0, &fotg210->suspended_ports) && in fotg210_irq()