Searched refs:usb2_rhub (Results 1 – 5 of 5) sorted by relevance
1908 xhci->usb2_rhub.num_ports = 0; in xhci_mem_cleanup()1911 kfree(xhci->usb2_rhub.ports); in xhci_mem_cleanup()1917 xhci->usb2_rhub.ports = NULL; in xhci_mem_cleanup()2127 rhub = &xhci->usb2_rhub; in xhci_add_in_port()2318 if (xhci->usb2_rhub.num_ports + xhci->usb3_rhub.num_ports == in xhci_setup_port_arrays()2324 if (xhci->usb2_rhub.num_ports == 0 && xhci->usb3_rhub.num_ports == 0) { in xhci_setup_port_arrays()2330 xhci->usb2_rhub.num_ports, xhci->usb3_rhub.num_ports); in xhci_setup_port_arrays()2341 if (xhci->usb2_rhub.num_ports > USB_MAXCHILDREN) { in xhci_setup_port_arrays()2345 xhci->usb2_rhub.num_ports = USB_MAXCHILDREN; in xhci_setup_port_arrays()2353 xhci_create_rhub_port_array(xhci, &xhci->usb2_rhub, flags); in xhci_setup_port_arrays()
194 rhub = &xhci->usb2_rhub; in xhci_usb2_hub_descriptor()550 return &xhci->usb2_rhub; in xhci_get_rhub()596 port = xhci->usb2_rhub.ports[wIndex]; in xhci_port_set_test_mode()629 for (i = 0; i < xhci->usb2_rhub.num_ports; i++) in xhci_enter_test_mode()
287 num_usb_bus = xhci->usb3_rhub.num_ports * 2 + xhci->usb2_rhub.num_ports; in xhci_mtk_sch_init()
913 port_index = xhci->usb2_rhub.num_ports; in xhci_disable_port_wake_on_bits()914 ports = xhci->usb2_rhub.ports; in xhci_disable_port_wake_on_bits()942 port_index = xhci->usb2_rhub.num_ports; in xhci_pending_portevent()943 ports = xhci->usb2_rhub.ports; in xhci_pending_portevent()4271 ports = xhci->usb2_rhub.ports; in xhci_set_usb2_hardware_lpm()4988 xhci->usb2_rhub.hcd = hcd; in xhci_gen_setup()
1855 struct xhci_hub usb2_rhub; member