Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
Dxhci.c2810 struct xhci_root_port_bw_info *rh_bw_info; in xhci_update_tt_active_eps() local
2814 rh_bw_info = &xhci->rh_bw[virt_dev->real_port - 1]; in xhci_update_tt_active_eps()
2817 rh_bw_info->num_active_tts += 1; in xhci_update_tt_active_eps()
2818 rh_bw_info->bw_table.bw_used += TT_HS_OVERHEAD; in xhci_update_tt_active_eps()
2821 rh_bw_info->num_active_tts -= 1; in xhci_update_tt_active_eps()
2822 rh_bw_info->bw_table.bw_used -= TT_HS_OVERHEAD; in xhci_update_tt_active_eps()