bytes_ep          796 drivers/usb/gadget/udc/pxa27x_udc.c 	int bytes_ep, bufferspace, count, i;
bytes_ep          798 drivers/usb/gadget/udc/pxa27x_udc.c 	bytes_ep = ep_count_bytes_remain(ep);
bytes_ep          805 drivers/usb/gadget/udc/pxa27x_udc.c 		count = min(bytes_ep, bufferspace);