Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/macintosh/
Dadb-iop.c42 static enum adb_iop_state { enum
46 } adb_iop_state; variable
72 adb_iop_state = state; in adb_iop_end_req()
90 if ((adb_iop_state == sending) && req && req->reply_expected) { in adb_iop_complete()
91 adb_iop_state = awaiting_reply; in adb_iop_complete()
136 if (req && (adb_iop_state != idle)) { in adb_iop_listen()
143 if ((adb_iop_state == awaiting_reply) && in adb_iop_listen()
198 adb_iop_state = sending; in adb_iop_start()
260 if (adb_iop_state == idle) adb_iop_start(); in adb_iop_write()
272 if (adb_iop_state == idle) adb_iop_start(); in adb_iop_poll()