Lines Matching refs:num_active_eps
2010 if (xhci->num_active_eps + added_eps > xhci->limit_active_eps) { in xhci_reserve_host_resources()
2014 xhci->num_active_eps, added_eps, in xhci_reserve_host_resources()
2018 xhci->num_active_eps += added_eps; in xhci_reserve_host_resources()
2021 xhci->num_active_eps); in xhci_reserve_host_resources()
2037 xhci->num_active_eps -= num_failed_eps; in xhci_free_host_resources()
2041 xhci->num_active_eps); in xhci_free_host_resources()
2056 xhci->num_active_eps -= num_dropped_eps; in xhci_finish_resource_reservation()
2061 xhci->num_active_eps); in xhci_finish_resource_reservation()
2664 xhci->num_active_eps); in xhci_configure_endpoint()
3415 xhci->num_active_eps -= num_dropped_eps; in xhci_free_device_endpoint_resources()
3421 xhci->num_active_eps); in xhci_free_device_endpoint_resources()
3679 if (xhci->num_active_eps + 1 > xhci->limit_active_eps) { in xhci_reserve_host_control_ep_resources()
3683 xhci->num_active_eps, xhci->limit_active_eps); in xhci_reserve_host_control_ep_resources()
3686 xhci->num_active_eps += 1; in xhci_reserve_host_control_ep_resources()
3689 xhci->num_active_eps); in xhci_reserve_host_control_ep_resources()
3744 xhci->num_active_eps); in xhci_alloc_dev()