Lines Matching refs:actual
317 int buf_pos = hs_req->req.actual; in dwc2_hsotg_write_fifo()
453 hs_req->req.actual = buf_pos + to_write; in dwc2_hsotg_write_fifo()
560 length = ureq->length - ureq->actual; in dwc2_hsotg_start_req()
562 ureq->length, ureq->actual); in dwc2_hsotg_start_req()
652 hs_ep->last_load = ureq->actual; in dwc2_hsotg_start_req()
762 hs_ep->ep.name, hs_req->req.status, hs_req->req.actual); in dwc2_hsotg_handle_unaligned_buf_complete()
767 hs_req->req.actual); in dwc2_hsotg_handle_unaligned_buf_complete()
798 req->actual = 0; in dwc2_hsotg_ep_queue()
1286 if (req->actual == 0) in dwc2_hsotg_complete_setup()
1464 read_ptr = hs_req->req.actual; in dwc2_hsotg_rx_data()
1481 hs_req->req.actual += to_read; in dwc2_hsotg_rx_data()
1570 req->actual = size_done; in dwc2_hsotg_handle_outdone()
1574 if (req->actual < req->length && size_left == 0) { in dwc2_hsotg_handle_outdone()
1579 if (req->actual < req->length && req->short_not_ok) { in dwc2_hsotg_handle_outdone()
1581 __func__, req->actual, req->length); in dwc2_hsotg_handle_outdone()
1845 if (hs_req->req.actual < hs_req->req.length) { in dwc2_hsotg_trytx()
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()
1914 hs_req->req.length, hs_req->req.actual, hs_req->req.zero); in dwc2_hsotg_complete_in()
1916 if (!size_left && hs_req->req.actual < hs_req->req.length) { in dwc2_hsotg_complete_in()