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