Searched refs:suspended_ports (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/usb/host/ |
A D | ehci-hub.c | 918 clear_bit(wIndex, &ehci->suspended_ports); in ehci_hub_control() 991 } else if (test_bit(wIndex, &ehci->suspended_ports)) { in ehci_hub_control() 992 clear_bit(wIndex, &ehci->suspended_ports); in ehci_hub_control() 1076 set_bit(wIndex, &ehci->suspended_ports); in ehci_hub_control()
|
A D | xhci-hub.c | 989 bus_state->suspended_ports &= ~(1 << wIndex); in xhci_handle_usb2_port_link_resume() 1054 bus_state->suspended_ports &= ~(1 << portnum); in xhci_get_usb3_port_status() 1093 if (bus_state->suspended_ports & (1 << portnum)) { in xhci_get_usb2_port_status() 1094 bus_state->suspended_ports &= ~(1 << portnum); in xhci_get_usb2_port_status() 1327 bus_state->suspended_ports |= 1 << wIndex; in xhci_hub_control() 1464 bus_state->suspended_ports |= 1 << wIndex; in xhci_hub_control()
|
A D | fotg210.h | 156 unsigned long suspended_ports; member
|
A D | ehci-hcd.c | 263 ehci->port_c_suspend = ehci->suspended_ports = in ehci_reset() 816 if (!(test_bit(i, &ehci->suspended_ports) && in ehci_irq()
|
A D | ehci.h | 189 unsigned long suspended_ports; /* which ports are member
|
A D | fotg210-hcd.c | 955 fotg210->port_c_suspend = fotg210->suspended_ports = in fotg210_reset() 1584 clear_bit(wIndex, &fotg210->suspended_ports); in fotg210_hub_control() 1668 } else if (test_bit(wIndex, &fotg210->suspended_ports)) { in fotg210_hub_control() 1669 clear_bit(wIndex, &fotg210->suspended_ports); in fotg210_hub_control() 1719 set_bit(wIndex, &fotg210->suspended_ports); in fotg210_hub_control() 5206 if (test_bit(0, &fotg210->suspended_ports) && in fotg210_irq()
|
A D | xhci.h | 1706 u32 suspended_ports; member
|
A D | xhci.c | 216 xhci->usb2_rhub.bus_state.suspended_ports = 0; in xhci_reset() 219 xhci->usb3_rhub.bus_state.suspended_ports = 0; in xhci_reset()
|
/linux/drivers/usb/chipidea/ |
A D | host.c | 299 set_bit(port_index, &ehci->suspended_ports); in ci_ehci_hub_control()
|
Completed in 46 milliseconds