Home
last modified time | relevance | path

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

/drivers/usb/host/
Dxhci.c2304 if (xhci->num_active_eps + added_eps > xhci->limit_active_eps) { in xhci_reserve_host_resources()
2308 xhci->num_active_eps, added_eps, in xhci_reserve_host_resources()
2312 xhci->num_active_eps += added_eps; in xhci_reserve_host_resources()
2315 xhci->num_active_eps); in xhci_reserve_host_resources()
2331 xhci->num_active_eps -= num_failed_eps; in xhci_free_host_resources()
2335 xhci->num_active_eps); in xhci_free_host_resources()
2350 xhci->num_active_eps -= num_dropped_eps; in xhci_finish_resource_reservation()
2355 xhci->num_active_eps); in xhci_finish_resource_reservation()
2968 xhci->num_active_eps); in xhci_configure_endpoint()
3800 xhci->num_active_eps -= num_dropped_eps; in xhci_free_device_endpoint_resources()
[all …]
Dxhci.h1922 unsigned int num_active_eps; member
Dxhci-mem.c1926 xhci->num_active_eps = 0; in xhci_mem_cleanup()