Lines Matching refs:num_active_eps
2115 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()
3674 xhci->num_active_eps); in xhci_free_device_endpoint_resources()
3939 if (xhci->num_active_eps + 1 > xhci->limit_active_eps) { in xhci_reserve_host_control_ep_resources()
3943 xhci->num_active_eps, xhci->limit_active_eps); in xhci_reserve_host_control_ep_resources()
3946 xhci->num_active_eps += 1; in xhci_reserve_host_control_ep_resources()
3949 xhci->num_active_eps); in xhci_reserve_host_control_ep_resources()
4003 xhci->num_active_eps); in xhci_alloc_dev()