Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci.c2361 int old_active_eps) in xhci_check_tt_bw_table() argument
2373 if (old_active_eps) in xhci_check_tt_bw_table()
2375 if (old_active_eps == 0 && tt_info->active_eps != 0) { in xhci_check_tt_bw_table()
2448 int old_active_eps) in xhci_check_bw_table() argument
2486 if (xhci_check_tt_bw_table(xhci, virt_dev, old_active_eps)) { in xhci_check_bw_table()
2781 int old_active_eps) in xhci_update_tt_active_eps() argument
2788 if (old_active_eps == 0 && in xhci_update_tt_active_eps()
2792 } else if (old_active_eps != 0 && in xhci_update_tt_active_eps()
2806 int old_active_eps = 0; in xhci_reserve_bandwidth() local
2809 old_active_eps = virt_dev->tt_info->active_eps; in xhci_reserve_bandwidth()
[all …]
H A Dxhci-mem.c872 int old_active_eps = 0; in xhci_free_virt_device() local
886 old_active_eps = dev->tt_info->active_eps; in xhci_free_virt_device()
911 xhci_update_tt_active_eps(xhci, dev, old_active_eps); in xhci_free_virt_device()
H A Dxhci.h1804 int old_active_eps);