Searched refs:resuming_ports (Results 1 – 15 of 15) sorted by relevance
/linux/drivers/usb/host/ |
A D | uhci-hub.c | 104 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()
|
A D | ehci-hub.c | 239 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() 829 set_bit(wIndex, &ehci->resuming_ports); in ehci_hub_control() 906 set_bit(wIndex, &ehci->resuming_ports); in ehci_hub_control() 917 } else if (test_bit(wIndex, &ehci->resuming_ports)) { in ehci_hub_control() 926 clear_bit(wIndex, &ehci->resuming_ports); in ehci_hub_control() 993 clear_bit(wIndex, &ehci->resuming_ports); in ehci_hub_control()
|
A D | xhci-hub.c | 929 if (test_bit(wIndex, &bus_state->resuming_ports)) { in xhci_handle_usb2_port_link_resume() 943 set_bit(wIndex, &bus_state->resuming_ports); in xhci_handle_usb2_port_link_resume() 956 clear_bit(wIndex, &bus_state->resuming_ports); in xhci_handle_usb2_port_link_resume() 1092 clear_bit(portnum, &bus_state->resuming_ports); in xhci_get_usb2_port_status() 1164 test_bit(wIndex, &bus_state->resuming_ports)) && in xhci_get_port_status() 1168 clear_bit(wIndex, &bus_state->resuming_ports); in xhci_get_port_status() 1551 set_bit(wIndex, &bus_state->resuming_ports); in xhci_hub_control() 1560 clear_bit(wIndex, &bus_state->resuming_ports); in xhci_hub_control() 1645 status = bus_state->resuming_ports; in xhci_hub_status_data() 1702 if (bus_state->resuming_ports || /* USB2 */ in xhci_bus_suspend() [all …]
|
A D | uhci-hcd.c | 142 uhci->port_c_suspend = uhci->resuming_ports = 0; in finish_reset() 741 uhci->resuming_ports) { in uhci_rh_suspend()
|
A D | fotg210.h | 159 unsigned long resuming_ports; member
|
A D | ehci-hcd.c | 264 ehci->resuming_ports = 0; in ehci_reset() 829 set_bit(i, &ehci->resuming_ports); in ehci_irq()
|
A D | uhci-hcd.h | 434 unsigned long resuming_ports; member
|
A D | ehci.h | 191 unsigned long resuming_ports; /* which ports have member
|
A D | fotg210-hcd.c | 956 fotg210->resuming_ports = 0; in fotg210_reset() 1407 status = fotg210->resuming_ports; in fotg210_hub_status_data() 1593 clear_bit(wIndex, &fotg210->resuming_ports); in fotg210_hub_control() 1611 clear_bit(wIndex, &fotg210->resuming_ports); in fotg210_hub_control() 1639 clear_bit(wIndex, &fotg210->resuming_ports); in fotg210_hub_control() 1670 clear_bit(wIndex, &fotg210->resuming_ports); in fotg210_hub_control() 5218 set_bit(0, &fotg210->resuming_ports); in fotg210_irq()
|
A D | xhci-ring.c | 1988 } else if (!test_bit(hcd_portnum, &bus_state->resuming_ports)) { in handle_port_status() 1992 set_bit(hcd_portnum, &bus_state->resuming_ports); in handle_port_status()
|
A D | xhci.h | 1710 unsigned long resuming_ports; member
|
A D | xhci.c | 217 xhci->usb2_rhub.bus_state.resuming_ports = 0; in xhci_reset() 220 xhci->usb3_rhub.bus_state.resuming_ports = 0; in xhci_reset()
|
/linux/drivers/usb/core/ |
A D | hcd.c | 1043 if (!(bus->resuming_ports & bit)) { in usb_hcd_start_port_resume() 1044 bus->resuming_ports |= bit; in usb_hcd_start_port_resume() 1065 if (bus->resuming_ports & bit) { in usb_hcd_end_port_resume() 1066 bus->resuming_ports &= ~bit; in usb_hcd_end_port_resume()
|
A D | hub.c | 3852 unsigned long resuming_ports; in report_wakeup_requests() local 3869 resuming_ports = hcd->driver->get_resuming_ports(hcd); in report_wakeup_requests() 3871 if (test_bit(i, &resuming_ports)) { in report_wakeup_requests()
|
/linux/include/linux/ |
A D | usb.h | 462 unsigned resuming_ports; /* bit array: resuming root-hub ports */ member
|
Completed in 74 milliseconds