Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dxhci.c2034 int old_active_eps) in xhci_check_tt_bw_table() argument
2046 if (old_active_eps) in xhci_check_tt_bw_table()
2048 if (old_active_eps == 0 && tt_info->active_eps != 0) { in xhci_check_tt_bw_table()
2121 int old_active_eps) in xhci_check_bw_table() argument
2158 if (xhci_check_tt_bw_table(xhci, virt_dev, old_active_eps)) { in xhci_check_bw_table()
2456 int old_active_eps) in xhci_update_tt_active_eps() argument
2463 if (old_active_eps == 0 && in xhci_update_tt_active_eps()
2467 } else if (old_active_eps != 0 && in xhci_update_tt_active_eps()
2481 int old_active_eps = 0; in xhci_reserve_bandwidth() local
2484 old_active_eps = virt_dev->tt_info->active_eps; in xhci_reserve_bandwidth()
[all …]
Dxhci-mem.c878 int old_active_eps = 0; in xhci_free_virt_device() local
890 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()
Dxhci.h1649 int old_active_eps);