Lines Matching refs:size_done
526 int size_done; in dwc2_hsotg_write_fifo() local
549 size_done = hs_ep->size_loaded - size_left; in dwc2_hsotg_write_fifo()
552 can_write = hs_ep->fifo_load - size_done; in dwc2_hsotg_write_fifo()
2412 unsigned int size_done; in dwc2_hsotg_handle_outdone() local
2423 size_done = hs_ep->size_loaded - size_left; in dwc2_hsotg_handle_outdone()
2424 size_done += hs_ep->last_load; in dwc2_hsotg_handle_outdone()
2426 req->actual = size_done; in dwc2_hsotg_handle_outdone()
2687 int size_left, size_done; in dwc2_hsotg_complete_in() local
2738 size_done = hs_ep->size_loaded - size_left; in dwc2_hsotg_complete_in()
2739 size_done += hs_ep->last_load; in dwc2_hsotg_complete_in()
2741 if (hs_req->req.actual != size_done) in dwc2_hsotg_complete_in()
2743 __func__, hs_req->req.actual, size_done); in dwc2_hsotg_complete_in()
2745 hs_req->req.actual = size_done; in dwc2_hsotg_complete_in()