Searched refs:amount_left (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.c1509 u32 amount_left; local
1537 amount_left = fsg->data_size_from_cmnd;
1538 if (unlikely(amount_left == 0))
1551 amount = min((unsigned int) amount_left, mod_data.buflen);
1599 amount_left -= nread;
1612 if (amount_left == 0)
1879 u32 amount_left; local
1903 amount_left = verification_length << 9;
1916 while (amount_left > 0) {
1924 amount = min((unsigned int) amount_left, mod_dat
[all...]

Completed in 30 milliseconds