Lines Matching refs:num_active_eps
2304 if (xhci->num_active_eps + added_eps > xhci->limit_active_eps) { in xhci_reserve_host_resources()
2308 xhci->num_active_eps, added_eps, in xhci_reserve_host_resources()
2312 xhci->num_active_eps += added_eps; in xhci_reserve_host_resources()
2315 xhci->num_active_eps); in xhci_reserve_host_resources()
2331 xhci->num_active_eps -= num_failed_eps; in xhci_free_host_resources()
2335 xhci->num_active_eps); in xhci_free_host_resources()
2350 xhci->num_active_eps -= num_dropped_eps; in xhci_finish_resource_reservation()
2355 xhci->num_active_eps); in xhci_finish_resource_reservation()
2968 xhci->num_active_eps); in xhci_configure_endpoint()
3800 xhci->num_active_eps -= num_dropped_eps; in xhci_free_device_endpoint_resources()
3806 xhci->num_active_eps); in xhci_free_device_endpoint_resources()
4082 if (xhci->num_active_eps + 1 > xhci->limit_active_eps) { in xhci_reserve_host_control_ep_resources()
4086 xhci->num_active_eps, xhci->limit_active_eps); in xhci_reserve_host_control_ep_resources()
4089 xhci->num_active_eps += 1; in xhci_reserve_host_control_ep_resources()
4092 xhci->num_active_eps); in xhci_reserve_host_control_ep_resources()
4146 xhci->num_active_eps); in xhci_alloc_dev()