Home
last modified time | relevance | path

Searched refs:outreq (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/usb/gadget/
Df_mass_storage.c423 bh->outreq->length = length; in set_bulk_out_req_length()
901 bh->outreq->length = amount; in do_write()
903 bh->outreq->short_not_ok = 1; in do_write()
904 START_TRANSFER_OR(common, bulk_out, bh->outreq, in do_write()
922 if (bh->outreq->status != 0) { in do_write()
928 amount = bh->outreq->actual; in do_write()
967 if (bh->outreq->actual != bh->outreq->length) { in do_write()
1462 if (bh->outreq->actual != bh->outreq->length || in throw_away_data()
1463 bh->outreq->status != 0) { in throw_away_data()
1479 bh->outreq->length = amount; in throw_away_data()
[all …]
Dstorage_common.c340 struct usb_request *outreq; member