Searched refs:bulk_out_intended_length (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.c480 bh->bulk_out_intended_length = length;
584 if (req->status || req->actual != bh->bulk_out_intended_length)
587 bh->bulk_out_intended_length);
957 bh->bulk_out_intended_length = amount;
1626 bh->bulk_out_intended_length = amount;
H A Dfile_storage.c410 bh->bulk_out_intended_length = length;
637 if (req->status || req->actual != bh->bulk_out_intended_length)
640 bh->bulk_out_intended_length);
1256 bh->outreq->length = bh->bulk_out_intended_length =
1911 bh->outreq->length = bh->bulk_out_intended_length =
H A Dstorage_common.c337 unsigned int bulk_out_intended_length; member in struct:fsg_buffhd

Completed in 52 milliseconds