Home
last modified time | relevance | path

Searched refs:resuming_ports (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/usb/host/
H A Duhci-hub.c104 if (test_bit(port, &uhci->resuming_ports)) in uhci_finish_suspend()
118 clear_bit(port, &uhci->resuming_ports); in uhci_finish_suspend()
165 if (!test_bit(port, &uhci->resuming_ports)) { in uhci_check_ports()
168 set_bit(port, &uhci->resuming_ports); in uhci_check_ports()
204 if (status || uhci->resuming_ports) { in uhci_hub_status_data()
290 if (test_bit(port, &uhci->resuming_ports)) in uhci_hub_control()
372 &uhci->resuming_ports)) { in uhci_hub_control()
H A Dehci-hub.c239 if (ehci->resuming_ports) { in ehci_bus_suspend()
521 return ehci->resuming_ports; in ehci_get_resuming_ports()
638 status = ehci->resuming_ports; in ehci_hub_status_data()
688 if (ehci->resuming_ports) in ehci_hub_status_data()
830 set_bit(wIndex, &ehci->resuming_ports); in ehci_hub_control()
914 set_bit(wIndex, &ehci->resuming_ports); in ehci_hub_control()
925 } else if (test_bit(wIndex, &ehci->resuming_ports)) { in ehci_hub_control()
934 clear_bit(wIndex, &ehci->resuming_ports); in ehci_hub_control()
1001 clear_bit(wIndex, &ehci->resuming_ports); in ehci_hub_control()
H A Duhci-hcd.c142 uhci->port_c_suspend = uhci->resuming_ports = 0; in finish_reset()
740 uhci->resuming_ports) { in uhci_rh_suspend()
H A Duhci-hcd.h434 unsigned long resuming_ports; member
H A Dxhci-ring.c2093 } else if (!test_bit(hcd_portnum, &bus_state->resuming_ports)) { in handle_port_status()
2097 set_bit(hcd_portnum, &bus_state->resuming_ports); in handle_port_status()
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h159 unsigned long resuming_ports; member
H A Dfotg210-hcd.c948 fotg210->resuming_ports = 0; in fotg210_reset()
1399 status = fotg210->resuming_ports; in fotg210_hub_status_data()
1585 clear_bit(wIndex, &fotg210->resuming_ports); in fotg210_hub_control()
1603 clear_bit(wIndex, &fotg210->resuming_ports); in fotg210_hub_control()
1631 clear_bit(wIndex, &fotg210->resuming_ports); in fotg210_hub_control()
1662 clear_bit(wIndex, &fotg210->resuming_ports); in fotg210_hub_control()
5208 set_bit(0, &fotg210->resuming_ports); in fotg210_irq()
/linux/include/linux/
H A Dusb.h488 unsigned resuming_ports; /* bit array: resuming root-hub ports */ member