Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dcardscan.c1000 s->bytes_tx=0; in sane_start()
1180 if(s->bytes_tx == s->bytes_rx){ in sane_read()
1190 s->bytes_tx = 0; in sane_read()
1207 *len = s->bytes_rx - s->bytes_tx; in sane_read()
1212 memcpy(buf,s->buffer+s->bytes_tx,*len); in sane_read()
1213 s->bytes_tx += *len; in sane_read()
1215 DBG (10, "sane_read: %d,%d,%d finish\n", *len,s->bytes_rx,s->bytes_tx); in sane_read()
H A Dcardscan.h108 int bytes_tx; member
H A Dkodak.c1698 if (s->bytes_tx != s->i_bytes) { in sane_start()
1783 s->bytes_tx = 0; in sane_start()
2242 if(s->bytes_tx == s->i_bytes){ in sane_read()
2364 int remain = s->bytes_rx - s->bytes_tx; in read_from_buffer()
2376 s->i_bytes, s->bytes_tx, remain, max_len, bytes); in read_from_buffer()
2384 memcpy(buf,s->buffer+s->bytes_tx,bytes); in read_from_buffer()
2386 s->bytes_tx += *len; in read_from_buffer()
H A Dkodak.h157 int bytes_tx; member
H A Dfujitsu.c7120 s->bytes_tx[0]=0; in sane_start()
7121 s->bytes_tx[1]=0; in sane_start()
7259 s->bytes_tx[s->side] = s->bytes_rx[s->side]; in sane_start()
8057 if(s->eof_rx[s->side] && s->bytes_tx[s->side] == s->bytes_rx[s->side]){ in sane_read()
8065 && (s->bytes_rx[!s->side] > s->bytes_tx[!s->side] in sane_read()
8163 && (s->bytes_rx[!s->side] > s->bytes_tx[!s->side] in sane_read()
8550 s->bytes_tx[SIDE_FRONT], s->lines_rx[SIDE_FRONT]); in read_from_3091duplex()
8558 s->bytes_tx[SIDE_BACK], s->lines_rx[SIDE_BACK]); in read_from_3091duplex()
8697 s->bytes_tot[side], s->bytes_rx[side], s->bytes_tx[side], in read_from_scanner()
9014 s->bytes_tot[side], s->bytes_rx[side], s->bytes_tx[sid in read_from_buffer()
[all...]
H A Dfujitsu.h553 int bytes_tx[2]; member

Completed in 18 milliseconds