Lines Matching refs:actual
340 u32 length = req->req.length - req->req.actual; in fusb300_wrcxf()
342 tmp = req->req.buf + req->req.actual; in fusb300_wrcxf()
352 req->req.actual += SS_CTL_MAX_PACKET_SIZE; in fusb300_wrcxf()
381 req->req.actual += length; in fusb300_wrcxf()
410 if ((req->req.length == req->req.actual) || in ep0_queue()
411 (req->req.actual < ep->ep.maxpacket)) in ep0_queue()
443 req->req.actual = 0; in fusb300_queue()
612 tmp = req->req.buf + req->req.actual; in fusb300_rdfifo()
613 req->req.actual += length; in fusb300_rdfifo()
615 if (req->req.actual > req->req.length) in fusb300_rdfifo()
983 if ((req->req.length == req->req.actual) || (length < ep->ep.maxpacket)) in out_ep_fifo_handler()
1040 if ((req->req.length - req->req.actual) < ep->ep.maxpacket) in fusb300_ep0in()