same_ep           499 drivers/usb/host/max3421-hcd.c 	int old_epnum, same_ep, rcvtog, sndtog;
same_ep           506 drivers/usb/host/max3421-hcd.c 	same_ep = (dev == old_dev && epnum == old_epnum);
same_ep           507 drivers/usb/host/max3421-hcd.c 	if (same_ep && !force_toggles)
same_ep           510 drivers/usb/host/max3421-hcd.c 	if (old_dev && !same_ep) {