Searched refs:usb_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.c611 u32 usb_amount_left; member in struct:fsg_dev
1717 fsg->usb_amount_left -= amount;
2274 fsg->usb_amount_left = nkeep + fsg->residue;
2275 while (fsg->usb_amount_left > 0) {
2283 nsend = min(fsg->usb_amount_left, (u32) mod_data.buflen);
2290 fsg->usb_amount_left -= nsend;
2303 fsg->usb_amount_left > 0) {
2322 if (bh->state == BUF_STATE_EMPTY && fsg->usb_amount_left > 0) {
2323 amount = min(fsg->usb_amount_left,
2334 fsg->usb_amount_left
[all...]

Completed in 57 milliseconds