Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
Dxhci.c2394 if (old_active_eps == 0 && tt_info->active_eps != 0) { in xhci_check_tt_bw_table()
2728 tt_info->active_eps -= 1; in xhci_drop_ep_from_interval_table()
2789 tt_info->active_eps += 1; in xhci_add_ep_to_interval_table()
2816 virt_dev->tt_info->active_eps != 0) { in xhci_update_tt_active_eps()
2820 virt_dev->tt_info->active_eps == 0) { in xhci_update_tt_active_eps()
2836 old_active_eps = virt_dev->tt_info->active_eps; in xhci_reserve_bandwidth()
3839 old_active_eps = virt_dev->tt_info->active_eps; in xhci_discover_or_reset_device()
Dxhci.h1058 int active_eps; member
Dxhci-mem.c884 old_active_eps = dev->tt_info->active_eps; in xhci_free_virt_device()