Lines Matching refs:size_done
333 int size_done; in dwc2_hsotg_write_fifo() local
356 size_done = hs_ep->size_loaded - size_left; in dwc2_hsotg_write_fifo()
359 can_write = hs_ep->fifo_load - size_done; in dwc2_hsotg_write_fifo()
1556 unsigned size_done; in dwc2_hsotg_handle_outdone() local
1567 size_done = hs_ep->size_loaded - size_left; in dwc2_hsotg_handle_outdone()
1568 size_done += hs_ep->last_load; in dwc2_hsotg_handle_outdone()
1570 req->actual = size_done; in dwc2_hsotg_handle_outdone()
1867 int size_left, size_done; in dwc2_hsotg_complete_in() local
1905 size_done = hs_ep->size_loaded - size_left; in dwc2_hsotg_complete_in()
1906 size_done += hs_ep->last_load; in dwc2_hsotg_complete_in()
1908 if (hs_req->req.actual != size_done) in dwc2_hsotg_complete_in()
1910 __func__, hs_req->req.actual, size_done); in dwc2_hsotg_complete_in()
1912 hs_req->req.actual = size_done; in dwc2_hsotg_complete_in()