Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci.c2536 struct xhci_root_port_bw_info *rh_bw_info; in xhci_update_tt_active_eps() local
2540 rh_bw_info = &xhci->rh_bw[virt_dev->real_port - 1]; in xhci_update_tt_active_eps()
2543 rh_bw_info->num_active_tts += 1; in xhci_update_tt_active_eps()
2544 rh_bw_info->bw_table.bw_used += TT_HS_OVERHEAD; in xhci_update_tt_active_eps()
2547 rh_bw_info->num_active_tts -= 1; in xhci_update_tt_active_eps()
2548 rh_bw_info->bw_table.bw_used -= TT_HS_OVERHEAD; in xhci_update_tt_active_eps()