Lines Matching refs:actual

323 	int buf_pos = hs_req->req.actual;  in s3c_hsotg_write_fifo()
459 hs_req->req.actual = buf_pos + to_write; in s3c_hsotg_write_fifo()
566 length = ureq->length - ureq->actual; in s3c_hsotg_start_req()
568 ureq->length, ureq->actual); in s3c_hsotg_start_req()
658 hs_ep->last_load = ureq->actual; in s3c_hsotg_start_req()
768 hs_ep->ep.name, hs_req->req.status, hs_req->req.actual); in s3c_hsotg_handle_unaligned_buf_complete()
773 hs_req->req.actual); in s3c_hsotg_handle_unaligned_buf_complete()
797 req->actual = 0; in s3c_hsotg_ep_queue()
1284 if (req->actual == 0) in s3c_hsotg_complete_setup()
1462 read_ptr = hs_req->req.actual; in s3c_hsotg_rx_data()
1479 hs_req->req.actual += to_read; in s3c_hsotg_rx_data()
1555 req->actual = size_done; in s3c_hsotg_handle_outdone()
1559 if (req->actual < req->length && size_left == 0) { in s3c_hsotg_handle_outdone()
1564 if (req->actual < req->length && req->short_not_ok) { in s3c_hsotg_handle_outdone()
1566 __func__, req->actual, req->length); in s3c_hsotg_handle_outdone()
1820 if (hs_req->req.actual < hs_req->req.length) { in s3c_hsotg_trytx()
1883 if (hs_req->req.actual != size_done) in s3c_hsotg_complete_in()
1885 __func__, hs_req->req.actual, size_done); in s3c_hsotg_complete_in()
1887 hs_req->req.actual = size_done; in s3c_hsotg_complete_in()
1889 hs_req->req.length, hs_req->req.actual, hs_req->req.zero); in s3c_hsotg_complete_in()
1891 if (!size_left && hs_req->req.actual < hs_req->req.length) { in s3c_hsotg_complete_in()
3675 req->req.actual, req->req.status); in ep_show()