limit_active_eps  167 drivers/usb/host/xhci-pci.c 		xhci->limit_active_eps = 64;
limit_active_eps 2114 drivers/usb/host/xhci.c 	if (xhci->num_active_eps + added_eps > xhci->limit_active_eps) {
limit_active_eps 2119 drivers/usb/host/xhci.c 				xhci->limit_active_eps);
limit_active_eps 3938 drivers/usb/host/xhci.c 	if (xhci->num_active_eps + 1 > xhci->limit_active_eps) {
limit_active_eps 3942 drivers/usb/host/xhci.c 				xhci->num_active_eps, xhci->limit_active_eps);
limit_active_eps 1878 drivers/usb/host/xhci.h 	unsigned int		limit_active_eps;