Searched refs:outreq (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Df_mass_storage.c484 bh->outreq->length = length;
956 bh->outreq->length = amount;
958 bh->outreq->short_not_ok = 1;
959 START_TRANSFER_OR(common, bulk_out, bh->outreq,
978 if (bh->outreq->status != 0) {
985 amount = bh->outreq->actual;
1028 if (bh->outreq->actual != bh->outreq->length) {
1608 if (bh->outreq->actual != bh->outreq
[all...]
H A Dfile_storage.c414 bh->outreq->length = length;
1256 bh->outreq->length = bh->bulk_out_intended_length =
1258 bh->outreq->short_not_ok = 1;
1259 start_transfer(fsg, fsg->bulk_out, bh->outreq,
1275 if (bh->outreq->status != 0) {
1282 amount = bh->outreq->actual;
1325 if (bh->outreq->actual != bh->outreq->length) {
1895 if (bh->outreq->actual != bh->outreq
[all...]
H A Dstorage_common.c341 struct usb_request *outreq; member in struct:fsg_buffhd

Completed in 95 milliseconds