HomeSort by: relevance | last modified time | path
    Searched defs:ADB_ACTION_OUT (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/macppc/dev/
adb_direct.c 98 #define ADB_ACTION_OUT 0x3 /* sending out a command */
437 adbActionState = ADB_ACTION_OUT;
471 case ADB_ACTION_OUT:
628 adbActionState = ADB_ACTION_OUT; /* set next state */
  /src/sys/arch/mac68k/dev/
adb_direct.c 109 #define ADB_ACTION_OUT 0x3 /* sending out a command */
504 adbActionState = ADB_ACTION_OUT;
538 case ADB_ACTION_OUT:
695 adbActionState = ADB_ACTION_OUT; /* set next state */
763 adbActionState = ADB_ACTION_OUT; /* set next state */
924 adbActionState = ADB_ACTION_OUT; /* set next state */
949 case ADB_ACTION_OUT:
1010 adbActionState = ADB_ACTION_OUT; /* set next state */
1133 adbActionState = ADB_ACTION_OUT; /* set next state */
1336 adbActionState = ADB_ACTION_OUT; /* set next state *
    [all...]

Completed in 14 milliseconds