Searched refs:BTN_CODE (Results 1 - 2 of 2) sorted by relevance

/external/qemu/android/
H A Dhw-events.h404 BTN_CODE(MISC,0x100) \
405 BTN_CODE(0,0x100) \
406 BTN_CODE(1,0x101) \
407 BTN_CODE(2,0x102) \
408 BTN_CODE(3,0x103) \
409 BTN_CODE(4,0x104) \
410 BTN_CODE(5,0x105) \
411 BTN_CODE(6,0x106) \
412 BTN_CODE(7,0x107) \
413 BTN_CODE(
477 #undef BTN_CODE macro
478 #define BTN_CODE macro
482 #undef BTN_CODE macro
[all...]
H A Dhw-events.c24 #define BTN_CODE(n,v) { "BTN_" STRINGIFY(n), (v) }, macro
55 #undef BTN_CODE macro

Completed in 61 milliseconds