Searched refs:resuming_ports (Results 1 – 17 of 17) sorted by relevance
/linux-4.1.27/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 | ehci-hub.c | 250 if (ehci->resuming_ports) { in ehci_bus_suspend() 628 status = ehci->resuming_ports; in ehci_hub_status_data() 677 if (ehci->resuming_ports) in ehci_hub_status_data() 949 set_bit(wIndex, &ehci->resuming_ports); in ehci_hub_control() 1026 set_bit(wIndex, &ehci->resuming_ports); in ehci_hub_control() 1037 } else if (test_bit(wIndex, &ehci->resuming_ports)) { in ehci_hub_control() 1046 clear_bit(wIndex, &ehci->resuming_ports); in ehci_hub_control() 1113 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 | xhci-hub.c | 626 clear_bit(wIndex, &bus_state->resuming_ports); in xhci_get_port_status() 1087 status = bus_state->resuming_ports; in xhci_hub_status_data() 1133 if (bus_state->resuming_ports || /* USB2 */ in xhci_bus_suspend()
|
D | fotg210.h | 151 unsigned long resuming_ports; /* which ports have member
|
D | fusbh200.h | 150 unsigned long resuming_ports; /* which ports have member
|
D | uhci-hcd.h | 433 unsigned long resuming_ports; member
|
D | ehci-hcd.c | 275 ehci->resuming_ports = 0; in ehci_reset() 801 set_bit(i, &ehci->resuming_ports); in ehci_irq()
|
D | ehci.h | 201 unsigned long resuming_ports; /* which ports have member
|
D | fusbh200-hcd.c | 967 fusbh200->resuming_ports = 0; in fusbh200_reset() 1430 status = fusbh200->resuming_ports; in fusbh200_hub_status_data() 1625 clear_bit(wIndex, &fusbh200->resuming_ports); in fusbh200_hub_control() 1644 clear_bit(wIndex, &fusbh200->resuming_ports); in fusbh200_hub_control() 1667 clear_bit(wIndex, &fusbh200->resuming_ports); in fusbh200_hub_control() 1697 clear_bit(wIndex, &fusbh200->resuming_ports); in fusbh200_hub_control() 5362 set_bit(0, &fusbh200->resuming_ports); in fusbh200_irq()
|
D | fotg210-hcd.c | 997 fotg210->resuming_ports = 0; in fotg210_reset() 1472 status = fotg210->resuming_ports; in fotg210_hub_status_data() 1669 clear_bit(wIndex, &fotg210->resuming_ports); in fotg210_hub_control() 1688 clear_bit(wIndex, &fotg210->resuming_ports); in fotg210_hub_control() 1712 clear_bit(wIndex, &fotg210->resuming_ports); in fotg210_hub_control() 1743 clear_bit(wIndex, &fotg210->resuming_ports); in fotg210_hub_control() 5453 set_bit(0, &fotg210->resuming_ports); in fotg210_irq()
|
D | xhci.h | 1425 unsigned long resuming_ports; member
|
D | xhci-ring.c | 1590 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.1.27/drivers/usb/core/ |
D | hcd.c | 1071 if (!(bus->resuming_ports & bit)) { in usb_hcd_start_port_resume() 1072 bus->resuming_ports |= bit; in usb_hcd_start_port_resume() 1093 if (bus->resuming_ports & bit) { in usb_hcd_end_port_resume() 1094 bus->resuming_ports &= ~bit; in usb_hcd_end_port_resume()
|
/linux-4.1.27/include/linux/ |
D | usb.h | 387 unsigned resuming_ports; /* bit array: resuming root-hub ports */ member
|