Home
last modified time | relevance | path

Searched refs:adb_iop_state (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/macintosh/
Dadb-iop.c40 static enum adb_iop_state { enum
44 } adb_iop_state; variable
70 adb_iop_state = state; in adb_iop_end_req()
87 if ((adb_iop_state == sending) && req && req->reply_expected) { in adb_iop_complete()
88 adb_iop_state = awaiting_reply; in adb_iop_complete()
132 if (req && (adb_iop_state != idle)) { in adb_iop_listen()
139 if ((adb_iop_state == awaiting_reply) && in adb_iop_listen()
193 adb_iop_state = sending; in adb_iop_start()
254 if (adb_iop_state == idle) adb_iop_start(); in adb_iop_write()
266 if (adb_iop_state == idle) adb_iop_start(); in adb_iop_poll()