Searched refs:limit_active_eps (Results 1 – 3 of 3) sorted by relevance
212 xhci->limit_active_eps = 64; in xhci_pci_quirks()
2245 if (xhci->num_active_eps + added_eps > xhci->limit_active_eps) { in xhci_reserve_host_resources()2250 xhci->limit_active_eps); in xhci_reserve_host_resources()4018 if (xhci->num_active_eps + 1 > xhci->limit_active_eps) { in xhci_reserve_host_control_ep_resources()4022 xhci->num_active_eps, xhci->limit_active_eps); in xhci_reserve_host_control_ep_resources()
1905 unsigned int limit_active_eps; member
Completed in 22 milliseconds