Searched refs:adb_iop_state (Results 1 – 1 of 1) sorted by relevance
42 static enum adb_iop_state { enum46 } adb_iop_state; variable72 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()