Searched refs:usb2_rhub (Results 1 – 6 of 6) sorted by relevance
1909 xhci->usb2_rhub.num_ports = 0; in xhci_mem_cleanup()1912 kfree(xhci->usb2_rhub.ports); in xhci_mem_cleanup()1922 xhci->usb2_rhub.ports = NULL; in xhci_mem_cleanup()1931 xhci->usb2_rhub.bus_state.bus_suspended = 0; in xhci_mem_cleanup()2143 rhub = &xhci->usb2_rhub; in xhci_add_in_port()2339 if (xhci->usb2_rhub.num_ports + xhci->usb3_rhub.num_ports == in xhci_setup_port_arrays()2345 if (xhci->usb2_rhub.num_ports == 0 && xhci->usb3_rhub.num_ports == 0) { in xhci_setup_port_arrays()2351 xhci->usb2_rhub.num_ports, xhci->usb3_rhub.num_ports); in xhci_setup_port_arrays()2362 if (xhci->usb2_rhub.num_ports > USB_MAXCHILDREN) { in xhci_setup_port_arrays()2366 xhci->usb2_rhub.num_ports = USB_MAXCHILDREN; in xhci_setup_port_arrays()[all …]
289 rhub = &xhci->usb2_rhub; in xhci_usb2_hub_descriptor()646 return &xhci->usb2_rhub; in xhci_get_rhub()696 port = xhci->usb2_rhub.ports[wIndex]; in xhci_port_set_test_mode()730 for (i = 0; i < xhci->usb2_rhub.num_ports; i++) in xhci_enter_test_mode()
215 xhci->usb2_rhub.bus_state.port_c_suspend = 0; in xhci_reset()216 xhci->usb2_rhub.bus_state.suspended_ports = 0; in xhci_reset()217 xhci->usb2_rhub.bus_state.resuming_ports = 0; in xhci_reset()947 port_index = xhci->usb2_rhub.num_ports; in xhci_pending_portevent()948 ports = xhci->usb2_rhub.ports; in xhci_pending_portevent()989 xhci_disable_hub_port_wake(xhci, &xhci->usb2_rhub, do_wakeup); in xhci_suspend()1103 if (time_before(jiffies, xhci->usb2_rhub.bus_state.next_statechange) || in xhci_resume()4484 ports = xhci->usb2_rhub.ports; in xhci_set_usb2_hardware_lpm()5220 xhci->usb2_rhub.hcd = hcd; in xhci_gen_setup()
1815 struct xhci_bus_state *bus_state = &xhci->usb2_rhub.bus_state; in tegra_xusb_check_ports()1828 if (!xhci_hub_ports_suspended(&xhci->usb2_rhub) || in tegra_xusb_check_ports()1903 rhub = &xhci->usb2_rhub; in tegra_xhci_enable_phy_sleepwalk_wake()
667 num_usb_bus = xhci->usb3_rhub.num_ports * 2 + xhci->usb2_rhub.num_ports; in xhci_mtk_sch_init()
1907 struct xhci_hub usb2_rhub; member