tag | line | file | source code |
total_bytes_done | 1815 | drivers/char/tpqic02.c | unsigned long bytes_todo, bytes_done, total_bytes_done = 0; |
total_bytes_done | 1852 | drivers/char/tpqic02.c | printk("read: return_read_eof==%d, reported_read_eof==%d, total_bytes_done==%d\n", return_read_eof, reported_read_eof, total_bytes_done); |
total_bytes_done | 1856 | drivers/char/tpqic02.c | if (total_bytes_done>0) { |
total_bytes_done | 1857 | drivers/char/tpqic02.c | return total_bytes_done; /* next time return EOF */ |
total_bytes_done | 1889 | drivers/char/tpqic02.c | return total_bytes_done; |
total_bytes_done | 1942 | drivers/char/tpqic02.c | total_bytes_done += bytes_done; |
total_bytes_done | 1985 | drivers/char/tpqic02.c | unsigned long bytes_todo, bytes_done, total_bytes_done = 0; |
total_bytes_done | 2036 | drivers/char/tpqic02.c | return total_bytes_done; |
total_bytes_done | 2044 | drivers/char/tpqic02.c | return total_bytes_done; |
total_bytes_done | 2105 | drivers/char/tpqic02.c | total_bytes_done += bytes_done; |
total_bytes_done | 2110 | drivers/char/tpqic02.c | printk(TPQIC_NAME ": status_bytes_wr %x, buf %x, total_bytes_done %x, count %x\n", status_bytes_wr, buf, total_bytes_done, count); |