Searched refs:resuming_ports (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/drivers/usb/host/ |
D | uhci-hub.c | 103 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()
|
D | xhci-hub.c | 739 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()
|
D | ehci-hub.c | 251 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()
|
D | ehci-tegra.c | 269 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()
|
D | uhci-hcd.c | 141 uhci->port_c_suspend = uhci->resuming_ports = 0; in finish_reset() 740 uhci->resuming_ports) { in uhci_rh_suspend()
|
D | fotg210.h | 158 unsigned long resuming_ports; member
|
D | uhci-hcd.h | 433 unsigned long resuming_ports; member
|
D | ehci-hcd.c | 275 ehci->resuming_ports = 0; in ehci_reset() 802 set_bit(i, &ehci->resuming_ports); in ehci_irq()
|
D | ehci.h | 201 unsigned long resuming_ports; /* which ports have member
|
D | fotg210-hcd.c | 980 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()
|
D | xhci.h | 1476 unsigned long resuming_ports; member
|
D | xhci-ring.c | 1587 &bus_state->resuming_ports)) { in handle_port_status() 1591 set_bit(faked_port_index, &bus_state->resuming_ports); in handle_port_status()
|
D | xhci.c | 206 xhci->bus_state[i].resuming_ports = 0; in xhci_reset()
|
/linux-4.4.14/drivers/usb/core/ |
D | hcd.c | 1122 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/ |
D | usb.h | 392 unsigned resuming_ports; /* bit array: resuming root-hub ports */ member
|