Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/macintosh/
Dadb-iop.c40 static enum adb_iop_state { enum
44 } adb_iop_state; variable
71 adb_iop_state = state; in adb_iop_end_req()
88 if ((adb_iop_state == sending) && req && req->reply_expected) { in adb_iop_complete()
89 adb_iop_state = awaiting_reply; in adb_iop_complete()
133 if (req && (adb_iop_state != idle)) { in adb_iop_listen()
140 if ((adb_iop_state == awaiting_reply) && in adb_iop_listen()
195 adb_iop_state = sending; in adb_iop_start()
260 if (adb_iop_state == idle) in adb_iop_write()
273 if (adb_iop_state == idle) in adb_iop_poll()