Searched refs:rhub_port (Results 1 – 4 of 4) sorted by relevance
782 if (!virt_dev->rhub_port) { in xhci_free_tt_info()787 tt_list_head = &(xhci->rh_bw[virt_dev->rhub_port->hw_portnum].tts); in xhci_free_tt_info()824 &xhci->rh_bw[virt_dev->rhub_port->hw_portnum].tts); in xhci_alloc_tt_info()898 if (dev->rhub_port && dev->rhub_port->slot_id == slot_id) in xhci_free_virt_device()899 dev->rhub_port->slot_id = 0; in xhci_free_virt_device()921 if (!vdev->rhub_port) { in xhci_free_virt_devices_depth_first()926 tt_list_head = &(xhci->rh_bw[vdev->rhub_port->hw_portnum].tts); in xhci_free_virt_devices_depth_first()1114 dev->rhub_port = xhci_find_rhub_port(xhci, udev); in xhci_setup_addressable_virt_dev()1115 if (!dev->rhub_port) in xhci_setup_addressable_virt_dev()1119 dev->rhub_port->slot_id = udev->slot_id; in xhci_setup_addressable_virt_dev()[all …]
135 if (!virt_dev->rhub_port) { in get_bw_info()142 bw_index = (virt_dev->rhub_port->hw_portnum) * 2; in get_bw_info()144 bw_index = (virt_dev->rhub_port->hw_portnum) * 2 + 1; in get_bw_info()147 bw_index = virt_dev->rhub_port->hw_portnum + xhci->usb3_rhub.num_ports; in get_bw_info()
2276 bw_table = &xhci->rh_bw[virt_dev->rhub_port->hw_portnum].bw_table; in xhci_check_tt_bw_table()2394 virt_dev->rhub_port->hw_portnum + 1); in xhci_check_bw_table()2407 virt_dev->rhub_port->hw_portnum + 1); in xhci_check_bw_table()2509 xhci->rh_bw[virt_dev->rhub_port->hw_portnum].num_active_tts; in xhci_check_bw_table()2696 rh_bw_info = &xhci->rh_bw[virt_dev->rhub_port->hw_portnum]; in xhci_update_tt_active_eps()
743 struct xhci_port *rhub_port; member