Searched refs:amount_left_to_req (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.c1634 u32 amount_left_to_req, amount_left_to_write; local
1673 amount_left_to_req = amount_left_to_write = fsg->data_size_from_cmnd;
1690 amount = min(amount_left_to_req, mod_data.buflen);
1718 amount_left_to_req -= amount;
1719 if (amount_left_to_req == 0)

Completed in 54 milliseconds