Home
last modified time | relevance | path

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

/linux-4.1.27/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()
Dehci-hub.c250 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()
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()
Dxhci-hub.c626 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()
Dfotg210.h151 unsigned long resuming_ports; /* which ports have member
Dfusbh200.h150 unsigned long resuming_ports; /* which ports have member
Duhci-hcd.h433 unsigned long resuming_ports; member
Dehci-hcd.c275 ehci->resuming_ports = 0; in ehci_reset()
801 set_bit(i, &ehci->resuming_ports); in ehci_irq()
Dehci.h201 unsigned long resuming_ports; /* which ports have member
Dfusbh200-hcd.c967 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()
Dfotg210-hcd.c997 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()
Dxhci.h1425 unsigned long resuming_ports; member
Dxhci-ring.c1590 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.1.27/drivers/usb/core/
Dhcd.c1071 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/
Dusb.h387 unsigned resuming_ports; /* bit array: resuming root-hub ports */ member