Home
last modified time | relevance | path

Searched refs:usb2_rhub (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mem.c2025 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 …]
H A Dxhci-hub.c202 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()
H A Dxhci.c213 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()
H A Dxhci-mtk-sch.c693 num_usb_bus = xhci->usb3_rhub.num_ports * 2 + xhci->usb2_rhub.num_ports; in xhci_mtk_sch_init()
H A Dxhci.h1916 struct xhci_hub usb2_rhub; member
H A Dxhci-tegra.c1712 if (!xhci_hub_ports_suspended(&xhci->usb2_rhub) || in tegra_xusb_check_ports()