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

/linux-4.1.27/drivers/macintosh/
H A Dadb-iop.c41 static enum adb_iop_state { enum
45 } adb_iop_state; variable in typeref:enum:adb_iop_state
71 adb_iop_state = state; adb_iop_end_req()
88 if ((adb_iop_state == sending) && req && req->reply_expected) { adb_iop_complete()
89 adb_iop_state = awaiting_reply; adb_iop_complete()
133 if (req && (adb_iop_state != idle)) { adb_iop_listen()
140 if ((adb_iop_state == awaiting_reply) && adb_iop_listen()
194 adb_iop_state = sending; adb_iop_start()
255 if (adb_iop_state == idle) adb_iop_start(); adb_iop_write()
267 if (adb_iop_state == idle) adb_iop_start(); adb_iop_poll()

Completed in 44 milliseconds