Lines Matching refs:actual
341 buffer = req->req.buf + req->req.actual; in fotg210_start_dma()
347 buffer = req->req.buf + req->req.actual; in fotg210_start_dma()
348 if (req->req.length - req->req.actual > ep->ep.maxpacket) in fotg210_start_dma()
374 req->req.actual += length; in fotg210_start_dma()
388 if ((req->req.length == req->req.actual) || in fotg210_ep0_queue()
389 (req->req.actual < ep->ep.maxpacket)) in fotg210_ep0_queue()
420 req->req.actual = 0; in fotg210_ep_queue()
810 if ((req->req.length - req->req.actual) < ep->ep.maxpacket) in fotg210_ep0out()
830 if ((req->req.length - req->req.actual) < ep->ep.maxpacket) in fotg210_ep0in()
863 if (req->req.length == req->req.actual || in fotg210_out_fifo_handler()
864 req->req.actual < ep->ep.maxpacket) in fotg210_out_fifo_handler()