Searched refs:outreq (Results 1 – 3 of 3) sorted by relevance
487 bh->outreq->length = length; in set_bulk_out_req_length()705 bh->outreq, &bh->outreq_busy, &bh->state); in start_out_transfer()977 bh->outreq->length = amount; in do_write()979 bh->outreq->short_not_ok = 1; in do_write()997 if (bh->outreq->status != 0) { in do_write()1004 amount = bh->outreq->actual; in do_write()1046 if (bh->outreq->actual != bh->outreq->length) { in do_write()1635 if (bh->outreq->actual != bh->outreq->length || in throw_away_data()1636 bh->outreq->status != 0) { in throw_away_data()1654 bh->outreq->length = amount; in throw_away_data()[all …]
510 bh->outreq->length = length; in set_bulk_out_req_length()1352 bh->outreq->length = bh->bulk_out_intended_length = in do_write()1354 bh->outreq->short_not_ok = 1; in do_write()1355 start_transfer(fsg, fsg->bulk_out, bh->outreq, in do_write()1371 if (bh->outreq->status != 0) { in do_write()1378 amount = bh->outreq->actual; in do_write()1421 if (bh->outreq->actual != bh->outreq->length) { in do_write()1997 if (bh->outreq->actual != bh->outreq->length || in throw_away_data()1998 bh->outreq->status != 0) { in throw_away_data()2013 bh->outreq->length = bh->bulk_out_intended_length = in throw_away_data()[all …]
298 struct usb_request *outreq; member