Searched refs:usb2_rhub (Results 1 – 6 of 6) sorted by relevance
2025 xhci->usb2_rhub.num_ports = 0; in xhci_mem_cleanup()2028 kfree(xhci->usb2_rhub.ports); in xhci_mem_cleanup()2038 xhci->usb2_rhub.ports = NULL; in xhci_mem_cleanup()2047 xhci->usb2_rhub.bus_state.bus_suspended = 0; in xhci_mem_cleanup()2260 rhub = &xhci->usb2_rhub; in xhci_add_in_port()2456 if (xhci->usb2_rhub.num_ports + xhci->usb3_rhub.num_ports == in xhci_setup_port_arrays()2462 if (xhci->usb2_rhub.num_ports == 0 && xhci->usb3_rhub.num_ports == 0) { in xhci_setup_port_arrays()2468 xhci->usb2_rhub.num_ports, xhci->usb3_rhub.num_ports); in xhci_setup_port_arrays()2479 if (xhci->usb2_rhub.num_ports > USB_MAXCHILDREN) { in xhci_setup_port_arrays()2483 xhci->usb2_rhub.num_ports = USB_MAXCHILDREN; in xhci_setup_port_arrays()[all …]
202 rhub = &xhci->usb2_rhub; in xhci_usb2_hub_descriptor()566 return &xhci->usb2_rhub; in xhci_get_rhub()616 port = xhci->usb2_rhub.ports[wIndex]; in xhci_port_set_test_mode()651 for (i = 0; i < xhci->usb2_rhub.num_ports; i++) in xhci_enter_test_mode()
213 xhci->usb2_rhub.bus_state.port_c_suspend = 0; in xhci_reset()214 xhci->usb2_rhub.bus_state.suspended_ports = 0; in xhci_reset()215 xhci->usb2_rhub.bus_state.resuming_ports = 0; in xhci_reset()961 port_index = xhci->usb2_rhub.num_ports; in xhci_pending_portevent()962 ports = xhci->usb2_rhub.ports; in xhci_pending_portevent()1003 xhci_disable_hub_port_wake(xhci, &xhci->usb2_rhub, do_wakeup); in xhci_suspend()1118 if (time_before(jiffies, xhci->usb2_rhub.bus_state.next_statechange) || in xhci_resume()4468 ports = xhci->usb2_rhub.ports; in xhci_set_usb2_hardware_lpm()5214 xhci->usb2_rhub.hcd = hcd; in xhci_gen_setup()
693 num_usb_bus = xhci->usb3_rhub.num_ports * 2 + xhci->usb2_rhub.num_ports; in xhci_mtk_sch_init()
1916 struct xhci_hub usb2_rhub; member
1712 if (!xhci_hub_ports_suspended(&xhci->usb2_rhub) || in tegra_xusb_check_ports()