Lines Matching refs:size_done
525 int size_done; in dwc2_hsotg_write_fifo() local
548 size_done = hs_ep->size_loaded - size_left; in dwc2_hsotg_write_fifo()
551 can_write = hs_ep->fifo_load - size_done; in dwc2_hsotg_write_fifo()
2415 unsigned int size_done; in dwc2_hsotg_handle_outdone() local
2426 size_done = hs_ep->size_loaded - size_left; in dwc2_hsotg_handle_outdone()
2427 size_done += hs_ep->last_load; in dwc2_hsotg_handle_outdone()
2429 req->actual = size_done; in dwc2_hsotg_handle_outdone()
2690 int size_left, size_done; in dwc2_hsotg_complete_in() local
2741 size_done = hs_ep->size_loaded - size_left; in dwc2_hsotg_complete_in()
2742 size_done += hs_ep->last_load; in dwc2_hsotg_complete_in()
2744 if (hs_req->req.actual != size_done) in dwc2_hsotg_complete_in()
2746 __func__, hs_req->req.actual, size_done); in dwc2_hsotg_complete_in()
2748 hs_req->req.actual = size_done; in dwc2_hsotg_complete_in()