Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dxhci-mem.c787 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()
926 tt_list_head = &(xhci->rh_bw[vdev->rhub_port->hw_portnum].tts); in xhci_free_virt_devices_depth_first()
1120 slot_ctx->dev_info2 |= cpu_to_le32(ROOT_HUB_PORT(dev->rhub_port->hw_portnum + 1)); in xhci_setup_addressable_virt_dev()
1122 udev->slot_id, dev->rhub_port->hw_portnum, dev->rhub_port->hcd_portnum); in xhci_setup_addressable_virt_dev()
1131 dev->bw_table = &xhci->rh_bw[dev->rhub_port->hw_portnum].bw_table; in xhci_setup_addressable_virt_dev()
1136 rh_bw = &xhci->rh_bw[dev->rhub_port->hw_portnum]; in xhci_setup_addressable_virt_dev()
2171 xhci->hw_ports[i].hw_portnum = i; in xhci_setup_port_arrays()
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()
Dxhci.c2276 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()
4290 return rhub->ports[port1 - 1]->hw_portnum + 1; in xhci_find_raw_port_number()
Dxhci.h1457 int hw_portnum; member