Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/host/
Dxhci.c2246 if (xhci->num_active_eps + added_eps > xhci->limit_active_eps) { in xhci_reserve_host_resources()
2250 xhci->num_active_eps, added_eps, in xhci_reserve_host_resources()
2254 xhci->num_active_eps += added_eps; in xhci_reserve_host_resources()
2257 xhci->num_active_eps); in xhci_reserve_host_resources()
2273 xhci->num_active_eps -= num_failed_eps; in xhci_free_host_resources()
2277 xhci->num_active_eps); in xhci_free_host_resources()
2292 xhci->num_active_eps -= num_dropped_eps; in xhci_finish_resource_reservation()
2297 xhci->num_active_eps); in xhci_finish_resource_reservation()
2910 xhci->num_active_eps); in xhci_configure_endpoint()
3742 xhci->num_active_eps -= num_dropped_eps; in xhci_free_device_endpoint_resources()
[all …]
Dxhci.h1904 unsigned int num_active_eps; member
Dxhci-mem.c1911 xhci->num_active_eps = 0; in xhci_mem_cleanup()