Home
last modified time | relevance | path

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

/openbmc/linux/drivers/macintosh/
H A Dadb-iop.c31 static enum adb_iop_state { enum
35 } adb_iop_state; variable
65 adb_iop_state = idle; in adb_iop_done()
72 if (adb_iop_state == idle) in adb_iop_done()
88 adb_iop_state = awaiting_reply; in adb_iop_complete()
122 if (adb_iop_state == awaiting_reply) { in adb_iop_listen()
179 adb_iop_state = sending; in adb_iop_start()
241 if (adb_iop_state == idle) in adb_iop_write()