Searched refs:adb_iop_state (Results 1 – 1 of 1) sorted by relevance
40 static enum adb_iop_state { enum44 } adb_iop_state; variable70 adb_iop_state = state; in adb_iop_end_req()87 if ((adb_iop_state == sending) && req && req->reply_expected) { in adb_iop_complete()88 adb_iop_state = awaiting_reply; in adb_iop_complete()132 if (req && (adb_iop_state != idle)) { in adb_iop_listen()139 if ((adb_iop_state == awaiting_reply) && in adb_iop_listen()193 adb_iop_state = sending; in adb_iop_start()254 if (adb_iop_state == idle) adb_iop_start(); in adb_iop_write()266 if (adb_iop_state == idle) adb_iop_start(); in adb_iop_poll()