Searched refs:suspended_ports (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/usb/host/ |
H A D | xhci-hub.c | 1020 bus_state->suspended_ports &= ~(1 << wIndex); in xhci_handle_usb2_port_link_resume() 1086 bus_state->suspended_ports &= ~(1 << portnum); in xhci_get_usb3_port_status() 1115 if (bus_state->suspended_ports & (1 << portnum)) { in xhci_get_usb2_port_status() 1116 bus_state->suspended_ports &= ~(1 << portnum); in xhci_get_usb2_port_status() 1143 bus_state->suspended_ports &= ~(1 << portnum); in xhci_get_usb2_port_status() 1359 bus_state->suspended_ports |= 1 << wIndex; in xhci_hub_control() 1490 bus_state->suspended_ports |= 1 << wIndex; in xhci_hub_control()
|
H A D | ehci-hub.c | 926 clear_bit(wIndex, &ehci->suspended_ports); in ehci_hub_control() 999 } else if (test_bit(wIndex, &ehci->suspended_ports)) { in ehci_hub_control() 1000 clear_bit(wIndex, &ehci->suspended_ports); in ehci_hub_control() 1084 set_bit(wIndex, &ehci->suspended_ports); in ehci_hub_control()
|
H A D | xhci.c | 246 xhci->usb2_rhub.bus_state.suspended_ports = 0; in xhci_reset() 249 xhci->usb3_rhub.bus_state.suspended_ports = 0; in xhci_reset() 1165 if (xhci->usb3_rhub.bus_state.suspended_ports || in xhci_resume()
|
H A D | xhci.h | 1433 u32 suspended_ports; member
|
/linux/drivers/usb/fotg210/ |
H A D | fotg210-hcd.h | 156 unsigned long suspended_ports; member
|
H A D | fotg210-hcd.c | 947 fotg210->port_c_suspend = fotg210->suspended_ports = in fotg210_reset() 1576 clear_bit(wIndex, &fotg210->suspended_ports); in fotg210_hub_control() 1660 } else if (test_bit(wIndex, &fotg210->suspended_ports)) { in fotg210_hub_control() 1661 clear_bit(wIndex, &fotg210->suspended_ports); in fotg210_hub_control() 1711 set_bit(wIndex, &fotg210->suspended_ports); in fotg210_hub_control() 5195 if (test_bit(0, &fotg210->suspended_ports) && in fotg210_irq()
|
/linux/drivers/usb/chipidea/ |
H A D | host.c | 313 set_bit(port_index, &ehci->suspended_ports); in ci_ehci_hub_control()
|