Lines Matching refs:adbActionState
193 int adbActionState = ADB_ACTION_NOTREADY; variable
299 if (adbActionState == ADB_ACTION_IN) { in adb_cuda_tickle()
303 adbActionState = ADB_ACTION_IDLE; in adb_cuda_tickle()
350 switch (adbActionState) { in adb_intr_cuda()
366 adbActionState = ADB_ACTION_IN; in adb_intr_cuda()
425 adbActionState = ADB_ACTION_IDLE; in adb_intr_cuda()
437 adbActionState = ADB_ACTION_OUT; in adb_intr_cuda()
448 adbActionState = ADB_ACTION_IDLE; in adb_intr_cuda()
487 adbActionState = ADB_ACTION_IDLE; /* new state */ in adb_intr_cuda()
520 adbActionState = ADB_ACTION_IDLE; /* signal bus is idle */ in adb_intr_cuda()
572 if (adbActionState == ADB_ACTION_NOTREADY) in send_adb_cuda()
578 if ((adbActionState == ADB_ACTION_IDLE) && /* ADB available? */ in send_adb_cuda()
628 adbActionState = ADB_ACTION_OUT; /* set next state */ in send_adb_cuda()
640 while ((adbActionState != ADB_ACTION_IDLE) || (ADB_INTR_IS_ON) in send_adb_cuda()
946 adbActionState = ADB_ACTION_IDLE; /* used by all types of in adb_hw_setup()