Lines Matching refs:num_active_eps
2057 if (xhci->num_active_eps + added_eps > xhci->limit_active_eps) { in xhci_reserve_host_resources()
2061 xhci->num_active_eps, added_eps, in xhci_reserve_host_resources()
2065 xhci->num_active_eps += added_eps; in xhci_reserve_host_resources()
2068 xhci->num_active_eps); in xhci_reserve_host_resources()
2084 xhci->num_active_eps -= num_failed_eps; in xhci_free_host_resources()
2088 xhci->num_active_eps); in xhci_free_host_resources()
2103 xhci->num_active_eps -= num_dropped_eps; in xhci_finish_resource_reservation()
2108 xhci->num_active_eps); in xhci_finish_resource_reservation()
2721 xhci->num_active_eps); in xhci_configure_endpoint()
3537 xhci->num_active_eps -= num_dropped_eps; in xhci_free_device_endpoint_resources()
3543 xhci->num_active_eps); in xhci_free_device_endpoint_resources()
3806 if (xhci->num_active_eps + 1 > xhci->limit_active_eps) { in xhci_reserve_host_control_ep_resources()
3810 xhci->num_active_eps, xhci->limit_active_eps); in xhci_reserve_host_control_ep_resources()
3813 xhci->num_active_eps += 1; in xhci_reserve_host_control_ep_resources()
3816 xhci->num_active_eps); in xhci_reserve_host_control_ep_resources()
3870 xhci->num_active_eps); in xhci_alloc_dev()