Home
last modified time | relevance | path

Searched refs:xmon_adb_keycode (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/arch/ppc/xmon/
Dstart.c291 int xmon_adb_keycode; variable
319 xmon_adb_keycode = -1; in xmon_get_adb_key()
330 } while (xmon_adb_keycode == -1); in xmon_get_adb_key()
331 k = xmon_adb_keycode; in xmon_get_adb_key()
/linux-2.4.37.9/drivers/macintosh/
Dvia-cuda.c606 extern int xmon_wants_key, xmon_adb_keycode; in cuda_input()
608 xmon_adb_keycode = buf[3]; in cuda_input()
Dvia-pmu.c1246 extern int xmon_wants_key, xmon_adb_keycode; in pmu_handle_data()
1248 xmon_adb_keycode = data[2]; in pmu_handle_data()