Lines Matching refs:num_active_eps
2020 if (xhci->num_active_eps + added_eps > xhci->limit_active_eps) { in xhci_reserve_host_resources()
2024 xhci->num_active_eps, added_eps, in xhci_reserve_host_resources()
2028 xhci->num_active_eps += added_eps; in xhci_reserve_host_resources()
2031 xhci->num_active_eps); in xhci_reserve_host_resources()
2047 xhci->num_active_eps -= num_failed_eps; in xhci_free_host_resources()
2051 xhci->num_active_eps); in xhci_free_host_resources()
2066 xhci->num_active_eps -= num_dropped_eps; in xhci_finish_resource_reservation()
2071 xhci->num_active_eps); in xhci_finish_resource_reservation()
2674 xhci->num_active_eps); in xhci_configure_endpoint()
3425 xhci->num_active_eps -= num_dropped_eps; in xhci_free_device_endpoint_resources()
3431 xhci->num_active_eps); in xhci_free_device_endpoint_resources()
3689 if (xhci->num_active_eps + 1 > xhci->limit_active_eps) { in xhci_reserve_host_control_ep_resources()
3693 xhci->num_active_eps, xhci->limit_active_eps); in xhci_reserve_host_control_ep_resources()
3696 xhci->num_active_eps += 1; in xhci_reserve_host_control_ep_resources()
3699 xhci->num_active_eps); in xhci_reserve_host_control_ep_resources()
3754 xhci->num_active_eps); in xhci_alloc_dev()