Home
last modified time | relevance | path

Searched refs:limit_active_eps (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/usb/host/
Dxhci-pci.c200 xhci->limit_active_eps = 64; in xhci_pci_quirks()
Dxhci.c2246 if (xhci->num_active_eps + added_eps > xhci->limit_active_eps) { in xhci_reserve_host_resources()
2251 xhci->limit_active_eps); in xhci_reserve_host_resources()
4013 if (xhci->num_active_eps + 1 > xhci->limit_active_eps) { in xhci_reserve_host_control_ep_resources()
4017 xhci->num_active_eps, xhci->limit_active_eps); in xhci_reserve_host_control_ep_resources()
Dxhci.h1905 unsigned int limit_active_eps; member