Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
687 if (ehci->resuming_ports) in ehci_hub_status_data()
967 set_bit(wIndex, &ehci->resuming_ports); in ehci_hub_control()
1044 set_bit(wIndex, &ehci->resuming_ports); in ehci_hub_control()
1055 } else if (test_bit(wIndex, &ehci->resuming_ports)) { in ehci_hub_control()
1064 clear_bit(wIndex, &ehci->resuming_ports); in ehci_hub_control()
1131 clear_bit(wIndex, &ehci->resuming_ports); in ehci_hub_control()
H A Dxhci-hub.c848 if (test_bit(wIndex, &bus_state->resuming_ports)) { in xhci_handle_usb2_port_link_resume()
862 set_bit(wIndex, &bus_state->resuming_ports); in xhci_handle_usb2_port_link_resume()
875 clear_bit(wIndex, &bus_state->resuming_ports); in xhci_handle_usb2_port_link_resume()
1014 clear_bit(portnum, &bus_state->resuming_ports); in xhci_get_usb2_port_status()
1086 test_bit(wIndex, &bus_state->resuming_ports)) && in xhci_get_port_status()
1090 clear_bit(wIndex, &bus_state->resuming_ports); in xhci_get_port_status()
1473 set_bit(wIndex, &bus_state->resuming_ports); in xhci_hub_control()
1482 clear_bit(wIndex, &bus_state->resuming_ports); in xhci_hub_control()
1567 status = bus_state->resuming_ports; in xhci_hub_status_data()
1624 if (bus_state->resuming_ports || /* USB2 */ in xhci_bus_suspend()
[all …]
H A Dehci-tegra.c253 set_bit(wIndex-1, &ehci->resuming_ports); in tegra_ehci_hub_control()
266 clear_bit(wIndex-1, &ehci->resuming_ports); in tegra_ehci_hub_control()
H A Duhci-hcd.c142 uhci->port_c_suspend = uhci->resuming_ports = 0; in finish_reset()
743 uhci->resuming_ports) { in uhci_rh_suspend()
H A Dfotg210.h159 unsigned long resuming_ports; member
H A Dehci-hcd.c263 ehci->resuming_ports = 0; in ehci_reset()
837 set_bit(i, &ehci->resuming_ports); in ehci_irq()
H A Duhci-hcd.h438 unsigned long resuming_ports; member
H A Dehci.h191 unsigned long resuming_ports; /* which ports have member
H A Dfotg210-hcd.c955 fotg210->resuming_ports = 0; in fotg210_reset()
1406 status = fotg210->resuming_ports; in fotg210_hub_status_data()
1592 clear_bit(wIndex, &fotg210->resuming_ports); in fotg210_hub_control()
1610 clear_bit(wIndex, &fotg210->resuming_ports); in fotg210_hub_control()
1638 clear_bit(wIndex, &fotg210->resuming_ports); in fotg210_hub_control()
1669 clear_bit(wIndex, &fotg210->resuming_ports); in fotg210_hub_control()
5215 set_bit(0, &fotg210->resuming_ports); in fotg210_irq()
H A Dxhci-ring.c1982 } else if (!test_bit(hcd_portnum, &bus_state->resuming_ports)) { in handle_port_status()
1986 set_bit(hcd_portnum, &bus_state->resuming_ports); in handle_port_status()
H A Dxhci.h1718 unsigned long resuming_ports; member
H A Dxhci.c215 xhci->usb2_rhub.bus_state.resuming_ports = 0; in xhci_reset()
218 xhci->usb3_rhub.bus_state.resuming_ports = 0; in xhci_reset()
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dhcd.c1049 if (!(bus->resuming_ports & bit)) { in usb_hcd_start_port_resume()
1050 bus->resuming_ports |= bit; in usb_hcd_start_port_resume()
1071 if (bus->resuming_ports & bit) { in usb_hcd_end_port_resume()
1072 bus->resuming_ports &= ~bit; in usb_hcd_end_port_resume()
H A Dhub.c3784 unsigned long resuming_ports; in report_wakeup_requests() local
3801 resuming_ports = hcd->driver->get_resuming_ports(hcd); in report_wakeup_requests()
3803 if (test_bit(i, &resuming_ports)) { in report_wakeup_requests()
/OK3568_Linux_fs/kernel/include/linux/
H A Dusb.h473 unsigned resuming_ports; /* bit array: resuming root-hub ports */ member