Lines Matching refs:num_active_eps
2128 if (xhci->num_active_eps + added_eps > xhci->limit_active_eps) { in xhci_reserve_host_resources()
2132 xhci->num_active_eps, added_eps, in xhci_reserve_host_resources()
2136 xhci->num_active_eps += added_eps; in xhci_reserve_host_resources()
2139 xhci->num_active_eps); in xhci_reserve_host_resources()
2155 xhci->num_active_eps -= num_failed_eps; in xhci_free_host_resources()
2159 xhci->num_active_eps); in xhci_free_host_resources()
2174 xhci->num_active_eps -= num_dropped_eps; in xhci_finish_resource_reservation()
2179 xhci->num_active_eps); in xhci_finish_resource_reservation()
2792 xhci->num_active_eps); in xhci_configure_endpoint()
3700 xhci->num_active_eps -= num_dropped_eps; in xhci_free_device_endpoint_resources()
3706 xhci->num_active_eps); in xhci_free_device_endpoint_resources()
3977 if (xhci->num_active_eps + 1 > xhci->limit_active_eps) { in xhci_reserve_host_control_ep_resources()
3981 xhci->num_active_eps, xhci->limit_active_eps); in xhci_reserve_host_control_ep_resources()
3984 xhci->num_active_eps += 1; in xhci_reserve_host_control_ep_resources()
3987 xhci->num_active_eps); in xhci_reserve_host_control_ep_resources()
4041 xhci->num_active_eps); in xhci_alloc_dev()