Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/host/
H A Dxhci.c2272 int old_active_eps) in xhci_check_tt_bw_table() argument
2284 if (old_active_eps) in xhci_check_tt_bw_table()
2286 if (old_active_eps == 0 && tt_info->active_eps != 0) { in xhci_check_tt_bw_table()
2359 int old_active_eps) in xhci_check_bw_table() argument
2692 int old_active_eps) in xhci_update_tt_active_eps() argument
2699 if (old_active_eps == 0 && in xhci_update_tt_active_eps()
2703 } else if (old_active_eps != 0 && in xhci_update_tt_active_eps()
2717 int old_active_eps = 0; in xhci_reserve_bandwidth() local
2720 old_active_eps = virt_dev->tt_info->active_eps; in xhci_reserve_bandwidth()
3772 int old_active_eps = 0; in xhci_discover_or_reset_device() local
[all …]
H A Dxhci-mem.c843 int old_active_eps = 0; in xhci_free_virt_device() local
858 old_active_eps = dev->tt_info->active_eps; in xhci_free_virt_device()
883 xhci_update_tt_active_eps(xhci, dev, old_active_eps); in xhci_free_virt_device()
H A Dxhci.h1797 int old_active_eps);