Home
last modified time | relevance | path

Searched refs:rh_bw (Results 1 – 3 of 3) 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()
1154 dev->bw_table = &xhci->rh_bw[dev->rhub_port->hw_portnum].bw_table; in xhci_setup_addressable_virt_dev()
1156 struct xhci_root_port_bw_info *rh_bw; in xhci_setup_addressable_virt_dev() local
1159 rh_bw = &xhci->rh_bw[dev->rhub_port->hw_portnum]; in xhci_setup_addressable_virt_dev()
1161 list_for_each_entry(tt_bw, &rh_bw->tts, tt_list) { in xhci_setup_addressable_virt_dev()
1920 for (i = 0; i < xhci->max_ports && xhci->rh_bw; i++) { in xhci_mem_cleanup()
1921 struct xhci_interval_bw_table *bwt = &xhci->rh_bw[i].bw_table; in xhci_mem_cleanup()
1962 if (!xhci->rh_bw) in xhci_mem_cleanup()
[all …]
H A Dxhci.c2367 bw_table = &xhci->rh_bw[virt_dev->rhub_port->hw_portnum].bw_table; in xhci_check_tt_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()
H A Dxhci.h1556 struct xhci_root_port_bw_info *rh_bw; member