Searched refs:amount_left (Results 1 - 2 of 2) 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.c731 u32 amount_left; local
759 amount_left = common->data_size_from_cmnd;
760 if (unlikely(amount_left == 0))
773 amount = min(amount_left, FSG_BUFLEN);
822 amount_left -= nread;
835 if (amount_left == 0)
1080 u32 amount_left; local
1104 amount_left = verification_length << 9;
1117 while (amount_left > 0) {
1125 amount = min(amount_left, FSG_BUFLE
[all...]
H A Dfile_storage.c1034 u32 amount_left; local
1062 amount_left = fsg->data_size_from_cmnd;
1063 if (unlikely(amount_left == 0))
1076 amount = min((unsigned int) amount_left, mod_data.buflen);
1125 amount_left -= nread;
1138 if (amount_left == 0)
1377 u32 amount_left; local
1401 amount_left = verification_length << 9;
1414 while (amount_left > 0) {
1422 amount = min((unsigned int) amount_left, mod_dat
[all...]

Completed in 140 milliseconds