Searched refs:e2_send (Results 1 - 4 of 4) sorted by relevance
/third_party/backends/backend/ |
H A D | epson2-io.c | 46 e2_send(Epson_Scanner * s, void *buf, size_t buf_size, size_t reply_len, in e2_send() function 181 done = e2_send(s, txbuf, txlen, rxlen, &status); in e2_txrx() 307 e2_send(s, params, params_len, in e2_cmd_info_block() 387 e2_send(s, S_ACK, 1, 0, &status); in e2_ack() 395 e2_send(s, S_ACK, 1, reply_len, &status); in e2_ack_next()
|
H A D | epson2-io.h | 26 int e2_send(Epson_Scanner * s, void *buf, size_t buf_size,
|
H A D | epson2-commands.c | 395 e2_send(s, params, 2, 4, &status); in esci_request_status()
|
H A D | epson2-ops.c | 1624 e2_send(s, params, 2, 6 + (s->lcount * s->params.bytes_per_line), in e2_start_std_scan() 1870 e2_send(s, params, 2, 0, &status); in read_info_block()
|
Completed in 5 milliseconds