Lines Matching refs:adb_request
87 static int macii_send_request(struct adb_request *req, int sync);
88 static int macii_write(struct adb_request *req);
110 static struct adb_request *current_req; /* first request struct in the queue */
111 static struct adb_request *last_req; /* last request struct in the queue */
192 static struct adb_request req; in macii_queue_poll()
203 adb_request(&req, NULL, ADBREQ_NOSEND, 1, ADB_READREG(next_device, 0)); in macii_queue_poll()
219 static int macii_send_request(struct adb_request *req, int sync) in macii_send_request()
235 static int macii_write(struct adb_request *req) in macii_write()
269 static struct adb_request req; in macii_autopoll()
285 adb_request(&req, NULL, ADBREQ_NOSEND, 1, in macii_autopoll()
314 static struct adb_request req; in macii_reset_bus()
317 adb_request(&req, NULL, ADBREQ_NOSEND, 1, ADB_BUSRESET); in macii_reset_bus()
329 struct adb_request *req; in macii_start()
370 struct adb_request *req; in macii_interrupt()