Lines Matching refs:size_done
472 int size_done; in dwc2_hsotg_write_fifo() local
495 size_done = hs_ep->size_loaded - size_left; in dwc2_hsotg_write_fifo()
498 can_write = hs_ep->fifo_load - size_done; in dwc2_hsotg_write_fifo()
2274 unsigned int size_done; in dwc2_hsotg_handle_outdone() local
2285 size_done = hs_ep->size_loaded - size_left; in dwc2_hsotg_handle_outdone()
2286 size_done += hs_ep->last_load; in dwc2_hsotg_handle_outdone()
2288 req->actual = size_done; in dwc2_hsotg_handle_outdone()
2554 int size_left, size_done; in dwc2_hsotg_complete_in() local
2605 size_done = hs_ep->size_loaded - size_left; in dwc2_hsotg_complete_in()
2606 size_done += hs_ep->last_load; in dwc2_hsotg_complete_in()
2608 if (hs_req->req.actual != size_done) in dwc2_hsotg_complete_in()
2610 __func__, hs_req->req.actual, size_done); in dwc2_hsotg_complete_in()
2612 hs_req->req.actual = size_done; in dwc2_hsotg_complete_in()