Lines Matching refs:reply
118 static unsigned char *reply_ptr; /* next byte in reply_buf or req->reply */
119 static bool reading_reply; /* store reply in reply_buf else req->reply */
121 static int reply_len; /* number of bytes received in reply_buf or req->reply */
238 /* Send an ADB request; if sync, poll out the reply 'till it's done */
365 * Request with no reply expected (and empty transceiver buffer):
367 * Request with expected reply packet (or with buffered autopoll packet):
406 * read an autopoll reply from the transceiver buffer.
440 * must read an autopoll reply. The first byte was
460 reply_ptr = req->reply;