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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dtpqic02.c1749 unsigned long bytes_todo, bytes_done, total_bytes_done = 0; local
1790 ("read: return_read_eof==%d, reported_read_eof==%d, total_bytes_done==%lu\n",
1792 total_bytes_done);
1797 if (total_bytes_done > 0) {
1798 return total_bytes_done; /* next time return EOF */
1830 return total_bytes_done;
1844 ***** be set to YES, and we should return total_bytes_done, rather than -ENXIO.
1893 total_bytes_done += bytes_done;
1936 unsigned long bytes_todo, bytes_done, total_bytes_done = 0; local
1992 return total_bytes_done;
[all...]

Completed in 88 milliseconds