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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dfile_storage.c526 struct usb_request *outreq; member in struct:fsg_buffhd
643 bh->outreq->length = length;
1724 bh->outreq->length = bh->bulk_out_intended_length =
1726 bh->outreq->short_not_ok = 1;
1727 start_transfer(fsg, fsg->bulk_out, bh->outreq,
1743 if (bh->outreq->status != 0) {
1750 amount = bh->outreq->actual;
1793 if (bh->outreq->actual != bh->outreq->length) {
2312 if (bh->outreq
[all...]

Completed in 28 milliseconds