bulk_out_intended_length 366 drivers/usb/gadget/function/f_mass_storage.c bh->bulk_out_intended_length = length; bulk_out_intended_length 465 drivers/usb/gadget/function/f_mass_storage.c if (req->status || req->actual != bh->bulk_out_intended_length) bulk_out_intended_length 467 drivers/usb/gadget/function/f_mass_storage.c req->status, req->actual, bh->bulk_out_intended_length); bulk_out_intended_length 881 drivers/usb/gadget/function/f_mass_storage.c amount = min(amount, bh->bulk_out_intended_length); bulk_out_intended_length 921 drivers/usb/gadget/function/f_mass_storage.c if (bh->outreq->actual < bh->bulk_out_intended_length) { bulk_out_intended_length 1486 drivers/usb/gadget/function/f_mass_storage.c if (bh->outreq->actual < bh->bulk_out_intended_length || bulk_out_intended_length 153 drivers/usb/gadget/function/storage_common.h unsigned int bulk_out_intended_length;