Home
last modified time | relevance | path

Searched refs:hw_portnum (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci-mem.c810 tt_list_head = &(xhci->rh_bw[virt_dev->rhub_port->hw_portnum].tts); in xhci_free_tt_info()
847 &xhci->rh_bw[virt_dev->rhub_port->hw_portnum].tts); in xhci_alloc_tt_info()
949 tt_list_head = &(xhci->rh_bw[vdev->rhub_port->hw_portnum].tts); in xhci_free_virt_devices_depth_first()
1143 slot_ctx->dev_info2 |= cpu_to_le32(ROOT_HUB_PORT(dev->rhub_port->hw_portnum + 1)); in xhci_setup_addressable_virt_dev()
1145 udev->slot_id, dev->rhub_port->hw_portnum, dev->rhub_port->hcd_portnum); in xhci_setup_addressable_virt_dev()
1154 dev->bw_table = &xhci->rh_bw[dev->rhub_port->hw_portnum].bw_table; in xhci_setup_addressable_virt_dev()
1159 rh_bw = &xhci->rh_bw[dev->rhub_port->hw_portnum]; in xhci_setup_addressable_virt_dev()
2201 xhci->hw_ports[i].hw_portnum = i; in xhci_setup_port_arrays()
H A Dxhci-mtk-sch.c142 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()
H A Dxhci.c2367 bw_table = &xhci->rh_bw[virt_dev->rhub_port->hw_portnum].bw_table; in xhci_check_tt_bw_table()
2485 virt_dev->rhub_port->hw_portnum + 1); in xhci_check_bw_table()
2498 virt_dev->rhub_port->hw_portnum + 1); in xhci_check_bw_table()
2600 xhci->rh_bw[virt_dev->rhub_port->hw_portnum].num_active_tts; in xhci_check_bw_table()
2787 rh_bw_info = &xhci->rh_bw[virt_dev->rhub_port->hw_portnum]; in xhci_update_tt_active_eps()
4510 return rhub->ports[port1 - 1]->hw_portnum + 1; in xhci_find_raw_port_number()
H A Dxhci.h1476 int hw_portnum; member