Searched refs:usb_amount_left (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/gadget/
H A Dfile_storage.c827 u32 usb_amount_left; member in struct:fsg_dev
1884 fsg->usb_amount_left -= amount;
2436 fsg->usb_amount_left = nkeep + fsg->residue;
2437 while (fsg->usb_amount_left > 0) {
2445 nsend = min(fsg->usb_amount_left, (u32) mod_data.buflen);
2452 fsg->usb_amount_left -= nsend;
2465 fsg->usb_amount_left > 0) {
2483 if (bh->state == BUF_STATE_EMPTY && fsg->usb_amount_left > 0) {
2484 amount = min(fsg->usb_amount_left,
2494 fsg->usb_amount_left
[all...]

Completed in 33 milliseconds