Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Duhci-hub.c103 if (test_bit(port, &uhci->resuming_ports)) in uhci_finish_suspend()
117 clear_bit(port, &uhci->resuming_ports); in uhci_finish_suspend()
164 if (!test_bit(port, &uhci->resuming_ports)) { in uhci_check_ports()
167 set_bit(port, &uhci->resuming_ports); in uhci_check_ports()
203 if (status || uhci->resuming_ports) { in uhci_hub_status_data()
289 if (test_bit(port, &uhci->resuming_ports)) in uhci_hub_control()
371 &uhci->resuming_ports)) { in uhci_hub_control()
Dxhci-hub.c739 if (test_bit(wIndex, &bus_state->resuming_ports)) { in xhci_get_port_status()
753 set_bit(wIndex, &bus_state->resuming_ports); in xhci_get_port_status()
765 clear_bit(wIndex, &bus_state->resuming_ports); in xhci_get_port_status()
812 test_bit(wIndex, &bus_state->resuming_ports)) && in xhci_get_port_status()
816 clear_bit(wIndex, &bus_state->resuming_ports); in xhci_get_port_status()
828 clear_bit(wIndex, &bus_state->resuming_ports); in xhci_get_port_status()
1153 set_bit(wIndex, &bus_state->resuming_ports); in xhci_hub_control()
1161 clear_bit(wIndex, &bus_state->resuming_ports); in xhci_hub_control()
1244 status = bus_state->resuming_ports; in xhci_hub_status_data()
1290 if (bus_state->resuming_ports || /* USB2 */ in xhci_bus_suspend()
Dehci-hub.c251 if (ehci->resuming_ports) { in ehci_bus_suspend()
629 status = ehci->resuming_ports; in ehci_hub_status_data()
678 if (ehci->resuming_ports) in ehci_hub_status_data()
950 set_bit(wIndex, &ehci->resuming_ports); in ehci_hub_control()
1027 set_bit(wIndex, &ehci->resuming_ports); in ehci_hub_control()
1038 } else if (test_bit(wIndex, &ehci->resuming_ports)) { in ehci_hub_control()
1047 clear_bit(wIndex, &ehci->resuming_ports); in ehci_hub_control()
1114 clear_bit(wIndex, &ehci->resuming_ports); in ehci_hub_control()
Dehci-tegra.c269 set_bit(wIndex-1, &ehci->resuming_ports); in tegra_ehci_hub_control()
282 clear_bit(wIndex-1, &ehci->resuming_ports); in tegra_ehci_hub_control()
Duhci-hcd.c141 uhci->port_c_suspend = uhci->resuming_ports = 0; in finish_reset()
740 uhci->resuming_ports) { in uhci_rh_suspend()
Dfotg210.h158 unsigned long resuming_ports; member
Duhci-hcd.h433 unsigned long resuming_ports; member
Dehci-hcd.c275 ehci->resuming_ports = 0; in ehci_reset()
802 set_bit(i, &ehci->resuming_ports); in ehci_irq()
Dehci.h201 unsigned long resuming_ports; /* which ports have member
Dfotg210-hcd.c980 fotg210->resuming_ports = 0; in fotg210_reset()
1432 status = fotg210->resuming_ports; in fotg210_hub_status_data()
1618 clear_bit(wIndex, &fotg210->resuming_ports); in fotg210_hub_control()
1636 clear_bit(wIndex, &fotg210->resuming_ports); in fotg210_hub_control()
1660 clear_bit(wIndex, &fotg210->resuming_ports); in fotg210_hub_control()
1691 clear_bit(wIndex, &fotg210->resuming_ports); in fotg210_hub_control()
5256 set_bit(0, &fotg210->resuming_ports); in fotg210_irq()
Dxhci.h1476 unsigned long resuming_ports; member
Dxhci-ring.c1587 &bus_state->resuming_ports)) { in handle_port_status()
1591 set_bit(faked_port_index, &bus_state->resuming_ports); in handle_port_status()
Dxhci.c206 xhci->bus_state[i].resuming_ports = 0; in xhci_reset()
/linux-4.4.14/drivers/usb/core/
Dhcd.c1122 if (!(bus->resuming_ports & bit)) { in usb_hcd_start_port_resume()
1123 bus->resuming_ports |= bit; in usb_hcd_start_port_resume()
1144 if (bus->resuming_ports & bit) { in usb_hcd_end_port_resume()
1145 bus->resuming_ports &= ~bit; in usb_hcd_end_port_resume()
/linux-4.4.14/include/linux/
Dusb.h392 unsigned resuming_ports; /* bit array: resuming root-hub ports */ member