Lines Matching refs:reply_len
46 e2_send(Epson_Scanner * s, void *buf, size_t buf_size, size_t reply_len,
50 __func__, (u_long) buf_size, (u_long) reply_len);
77 if (reply_len == 0) {
84 reply_len, status);
290 unsigned char params_len, size_t reply_len,
298 __func__, params_len, (u_long) reply_len, (void *) buf);
306 /* send command, we expect the info block + reply_len back */
308 reply_len ? reply_len + 4 : 0, &status);
325 /* if a reply_len has been specified and the actual
328 if (reply_len && (len != reply_len)) {
330 __func__, (u_long) reply_len, (u_long) len);
392 e2_ack_next(Epson_Scanner * s, size_t reply_len)
395 e2_send(s, S_ACK, 1, reply_len, &status);