Searched refs:old_active_eps (Results 1 – 3 of 3) sorted by relevance
2252 int old_active_eps) in xhci_check_tt_bw_table() argument2264 if (old_active_eps) in xhci_check_tt_bw_table()2266 if (old_active_eps == 0 && tt_info->active_eps != 0) { in xhci_check_tt_bw_table()2339 int old_active_eps) in xhci_check_bw_table() argument2377 if (xhci_check_tt_bw_table(xhci, virt_dev, old_active_eps)) { in xhci_check_bw_table()2674 int old_active_eps) in xhci_update_tt_active_eps() argument2681 if (old_active_eps == 0 && in xhci_update_tt_active_eps()2685 } else if (old_active_eps != 0 && in xhci_update_tt_active_eps()2699 int old_active_eps = 0; in xhci_reserve_bandwidth() local2702 old_active_eps = virt_dev->tt_info->active_eps; in xhci_reserve_bandwidth()[all …]
851 int old_active_eps = 0; in xhci_free_virt_device() local866 old_active_eps = dev->tt_info->active_eps; in xhci_free_virt_device()891 xhci_update_tt_active_eps(xhci, dev, old_active_eps); in xhci_free_virt_device()
1813 int old_active_eps);