amount_left_to_req  753 drivers/usb/gadget/function/f_mass_storage.c 	u32			amount_left_to_req, amount_left_to_write;
amount_left_to_req  800 drivers/usb/gadget/function/f_mass_storage.c 	amount_left_to_req = common->data_size_from_cmnd;
amount_left_to_req  814 drivers/usb/gadget/function/f_mass_storage.c 			amount = min(amount_left_to_req, FSG_BUFLEN);
amount_left_to_req  830 drivers/usb/gadget/function/f_mass_storage.c 			amount_left_to_req -= amount;
amount_left_to_req  831 drivers/usb/gadget/function/f_mass_storage.c 			if (amount_left_to_req == 0)