Lines Matching refs:outreq
426 bh->outreq->length = length; in set_bulk_out_req_length()
911 bh->outreq->length = amount; in do_write()
913 bh->outreq->short_not_ok = 1; in do_write()
914 START_TRANSFER_OR(common, bulk_out, bh->outreq, in do_write()
932 if (bh->outreq->status != 0) { in do_write()
938 amount = bh->outreq->actual; in do_write()
977 if (bh->outreq->actual != bh->outreq->length) { in do_write()
1477 if (bh->outreq->actual != bh->outreq->length || in throw_away_data()
1478 bh->outreq->status != 0) { in throw_away_data()
1495 bh->outreq->length = amount; in throw_away_data()
1497 bh->outreq->short_not_ok = 1; in throw_away_data()
1498 START_TRANSFER_OR(common, bulk_out, bh->outreq, in throw_away_data()
2084 struct usb_request *req = bh->outreq; in received_cbw()
2161 bh->outreq->short_not_ok = 1; in get_next_command()
2162 START_TRANSFER_OR(common, bulk_out, bh->outreq, in get_next_command()
2231 if (bh->outreq) { in do_set_interface()
2232 usb_ep_free_request(fsg->bulk_out, bh->outreq); in do_set_interface()
2233 bh->outreq = NULL; in do_set_interface()
2287 rc = alloc_request(common, fsg->bulk_out, &bh->outreq); in do_set_interface()
2290 bh->inreq->buf = bh->outreq->buf = bh->buf; in do_set_interface()
2291 bh->inreq->context = bh->outreq->context = bh; in do_set_interface()
2293 bh->outreq->complete = bulk_out_complete; in do_set_interface()
2338 bh->outreq); in handle_exception()