Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci.c2372 if (old_active_eps == 0 && tt_info->active_eps != 0) { in xhci_check_tt_bw_table()
2701 tt_info->active_eps -= 1; in xhci_drop_ep_from_interval_table()
2759 tt_info->active_eps += 1; in xhci_add_ep_to_interval_table()
2786 virt_dev->tt_info->active_eps != 0) { in xhci_update_tt_active_eps()
2790 virt_dev->tt_info->active_eps == 0) { in xhci_update_tt_active_eps()
2806 old_active_eps = virt_dev->tt_info->active_eps; in xhci_reserve_bandwidth()
3951 old_active_eps = virt_dev->tt_info->active_eps; in xhci_discover_or_reset_device()
H A Dxhci.h792 int active_eps; member