Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/host/
Dxhci.c2115 if (xhci->num_active_eps + added_eps > xhci->limit_active_eps) { in xhci_reserve_host_resources()
2119 xhci->num_active_eps, added_eps, in xhci_reserve_host_resources()
2123 xhci->num_active_eps += added_eps; in xhci_reserve_host_resources()
2126 xhci->num_active_eps); in xhci_reserve_host_resources()
2142 xhci->num_active_eps -= num_failed_eps; in xhci_free_host_resources()
2146 xhci->num_active_eps); in xhci_free_host_resources()
2161 xhci->num_active_eps -= num_dropped_eps; in xhci_finish_resource_reservation()
2166 xhci->num_active_eps); in xhci_finish_resource_reservation()
2779 xhci->num_active_eps); in xhci_configure_endpoint()
3668 xhci->num_active_eps -= num_dropped_eps; in xhci_free_device_endpoint_resources()
[all …]
Dxhci.h1871 unsigned int num_active_eps; member
Dxhci-mem.c1910 xhci->num_active_eps = 0; in xhci_mem_cleanup()