Searched refs:adb_iop_state (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/macintosh/
H A Dadb-iop.c31 static enum adb_iop_state { enum
35 } adb_iop_state; variable in typeref:enum:adb_iop_state
65 adb_iop_state = idle;
72 if (adb_iop_state == idle)
88 adb_iop_state = awaiting_reply;
122 if (adb_iop_state == awaiting_reply) {
179 adb_iop_state = sending;
241 if (adb_iop_state == idle)

Completed in 118 milliseconds