Home
last modified time | relevance | path

Searched refs:limit_active_eps (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-pci.c203 xhci->limit_active_eps = 64; in xhci_pci_quirks()
H A Dxhci.c2162 if (xhci->num_active_eps + added_eps > xhci->limit_active_eps) { in xhci_reserve_host_resources()
2167 xhci->limit_active_eps); in xhci_reserve_host_resources()
4016 if (xhci->num_active_eps + 1 > xhci->limit_active_eps) { in xhci_reserve_host_control_ep_resources()
4020 xhci->num_active_eps, xhci->limit_active_eps); in xhci_reserve_host_control_ep_resources()
H A Dxhci.h1905 unsigned int limit_active_eps; member
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-pci.c394 xhci->limit_active_eps = 64; in xhci_pci_quirks()
H A Dxhci.c2141 if (xhci->num_active_eps + added_eps > xhci->limit_active_eps) { in xhci_reserve_host_resources()
2146 xhci->limit_active_eps); in xhci_reserve_host_resources()
3906 if (xhci->num_active_eps + 1 > xhci->limit_active_eps) { in xhci_reserve_host_control_ep_resources()
3910 xhci->num_active_eps, xhci->limit_active_eps); in xhci_reserve_host_control_ep_resources()
H A Dxhci.h1912 unsigned int limit_active_eps; member

Completed in 25 milliseconds