Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.c2666 struct xhci_root_port_bw_info *rh_bw_info; in xhci_update_tt_active_eps() local
2670 rh_bw_info = &xhci->rh_bw[virt_dev->real_port - 1]; in xhci_update_tt_active_eps()
2673 rh_bw_info->num_active_tts += 1; in xhci_update_tt_active_eps()
2674 rh_bw_info->bw_table.bw_used += TT_HS_OVERHEAD; in xhci_update_tt_active_eps()
2677 rh_bw_info->num_active_tts -= 1; in xhci_update_tt_active_eps()
2678 rh_bw_info->bw_table.bw_used -= TT_HS_OVERHEAD; in xhci_update_tt_active_eps()