Searched refs:bytes_ep (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dimx_udc.c393 int bytes_ep, bufferspace, count, i; local
395 bytes_ep = imx_fifo_bcount(imx_ep);
404 count = min(bytes_ep, bufferspace);
H A Dpxa27x_udc.c849 int bytes_ep, bufferspace, count, i; local
851 bytes_ep = ep_count_bytes_remain(ep);
858 count = min(bytes_ep, bufferspace);

Completed in 71 milliseconds