Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/macintosh/
Dadb-iop.c29 static enum adb_iop_state { enum
33 } adb_iop_state; variable
58 adb_iop_state = idle; in adb_iop_done()
65 if (adb_iop_state == idle) in adb_iop_done()
82 adb_iop_state = awaiting_reply; in adb_iop_complete()
110 if (adb_iop_state == awaiting_reply) { in adb_iop_listen()
161 adb_iop_state = sending; in adb_iop_start()
223 if (adb_iop_state == idle) in adb_iop_write()