Lines Matching refs:outreq
341 bh->outreq->length = length; in set_bulk_out_req_length()
561 if (start_transfer(common->fsg, common->fsg->bulk_out, bh->outreq)) in start_out_transfer()
838 if (bh->outreq->status != 0) { in do_write()
846 amount = bh->outreq->actual; in do_write()
898 if (bh->outreq->actual < bh->bulk_out_intended_length) { in do_write()
1536 if (bh->outreq->actual < bh->bulk_out_intended_length || in throw_away_data()
1537 bh->outreq->status != 0) { in throw_away_data()
2168 struct usb_request *req = bh->outreq; in received_cbw()
2306 if (bh->outreq) { in do_set_interface()
2307 usb_ep_free_request(fsg->bulk_out, bh->outreq); in do_set_interface()
2308 bh->outreq = NULL; in do_set_interface()
2362 rc = alloc_request(common, fsg->bulk_out, &bh->outreq); in do_set_interface()
2365 bh->inreq->buf = bh->outreq->buf = bh->buf; in do_set_interface()
2366 bh->inreq->context = bh->outreq->context = bh; in do_set_interface()
2368 bh->outreq->complete = bulk_out_complete; in do_set_interface()
2444 bh->outreq); in handle_exception()