old_active_eps    881 drivers/usb/host/xhci-mem.c 	int old_active_eps = 0;
old_active_eps    896 drivers/usb/host/xhci-mem.c 		old_active_eps = dev->tt_info->active_eps;
old_active_eps    917 drivers/usb/host/xhci-mem.c 	xhci_update_tt_active_eps(xhci, dev, old_active_eps);
old_active_eps   2203 drivers/usb/host/xhci.c 		int old_active_eps)
old_active_eps   2215 drivers/usb/host/xhci.c 	if (old_active_eps)
old_active_eps   2217 drivers/usb/host/xhci.c 	if (old_active_eps == 0 && tt_info->active_eps != 0) {
old_active_eps   2290 drivers/usb/host/xhci.c 		int old_active_eps)
old_active_eps   2328 drivers/usb/host/xhci.c 		if (xhci_check_tt_bw_table(xhci, virt_dev, old_active_eps)) {
old_active_eps   2631 drivers/usb/host/xhci.c 		int old_active_eps)
old_active_eps   2638 drivers/usb/host/xhci.c 	if (old_active_eps == 0 &&
old_active_eps   2642 drivers/usb/host/xhci.c 	} else if (old_active_eps != 0 &&
old_active_eps   2656 drivers/usb/host/xhci.c 	int old_active_eps = 0;
old_active_eps   2659 drivers/usb/host/xhci.c 		old_active_eps = virt_dev->tt_info->active_eps;
old_active_eps   2699 drivers/usb/host/xhci.c 	if (!xhci_check_bw_table(xhci, virt_dev, old_active_eps)) {
old_active_eps   2703 drivers/usb/host/xhci.c 		xhci_update_tt_active_eps(xhci, virt_dev, old_active_eps);
old_active_eps   3704 drivers/usb/host/xhci.c 	int old_active_eps = 0;
old_active_eps   3723 drivers/usb/host/xhci.c 		old_active_eps = virt_dev->tt_info->active_eps;
old_active_eps   3842 drivers/usb/host/xhci.c 	xhci_update_tt_active_eps(xhci, virt_dev, old_active_eps);
old_active_eps   1991 drivers/usb/host/xhci.h 		int old_active_eps);