Home
last modified time | relevance | path

Searched refs:rh_bw (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/usb/host/
Dxhci-mem.c807 tt_list_head = &(xhci->rh_bw[virt_dev->real_port - 1].tts); in xhci_free_tt_info()
844 &xhci->rh_bw[virt_dev->real_port - 1].tts); in xhci_alloc_tt_info()
945 tt_list_head = &(xhci->rh_bw[vdev->real_port - 1].tts); in xhci_free_virt_devices_depth_first()
1159 dev->bw_table = &xhci->rh_bw[port_num - 1].bw_table; in xhci_setup_addressable_virt_dev()
1161 struct xhci_root_port_bw_info *rh_bw; in xhci_setup_addressable_virt_dev() local
1164 rh_bw = &xhci->rh_bw[port_num - 1]; in xhci_setup_addressable_virt_dev()
1166 list_for_each_entry(tt_bw, &rh_bw->tts, tt_list) { in xhci_setup_addressable_virt_dev()
1856 for (i = 0; i < num_ports && xhci->rh_bw; i++) { in xhci_mem_cleanup()
1857 struct xhci_interval_bw_table *bwt = &xhci->rh_bw[i].bw_table; in xhci_mem_cleanup()
1893 if (!xhci->rh_bw) in xhci_mem_cleanup()
[all …]
Dxhci.c2386 bw_table = &xhci->rh_bw[virt_dev->real_port - 1].bw_table; in xhci_check_tt_bw_table()
2621 xhci->rh_bw[port_index].num_active_tts; in xhci_check_bw_table()
2814 rh_bw_info = &xhci->rh_bw[virt_dev->real_port - 1]; in xhci_update_tt_active_eps()
Dxhci.h1818 struct xhci_root_port_bw_info *rh_bw; member