Home
last modified time | relevance | path

Searched refs:BTN_MODE (Results 1 – 21 of 21) sorted by relevance

/linux-4.4.14/drivers/input/joystick/
Dspaceball.c125 input_report_key(dev, BTN_MODE, data[1] & 0x20); in spaceball_process_packet()
236 BIT_MASK(BTN_MODE); in spaceball_connect()
Dsidewinder.c102 …{ BTN_TRIGGER, BTN_TOP, BTN_THUMB, BTN_THUMB2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_MODE
103 { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_START, BTN_MODE },
106 { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_START, BTN_MODE, BTN_SELECT },
391 input_report_key(dev, BTN_MODE, !GB(38,1)); in sw_parse()
Dtwidjoy.c76 { 6, 3, { BTN_SELECT, BTN_START, BTN_MODE } },
Dguillemot.c51 { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_MODE, BTN_SELECT, -1 };
Dinteract.c69 …{ BTN_TR, BTN_X, BTN_Y, BTN_Z, BTN_A, BTN_B, BTN_C, BTN_TL, BTN_TL2, BTN_TR2, BTN_MODE, BTN_SELECT…
Dxpad.c248 BTN_MODE, /* The big X button */
470 input_report_key(dev, BTN_MODE, data[3] & 0x04); in xpad360_process_packet()
629 input_report_key(dev, BTN_MODE, data[4] & 0x01); in xpadone_process_packet()
Ddb9.c117 … const short db9_genesis_btn[] = { BTN_START, BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_MODE };
477 input_report_key(dev, BTN_MODE, ~data & DB9_RIGHT); in db9_timer()
Dgrip.c65 …RIGGER, BTN_THUMB, BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_SELECT, BTN_START, BTN_MODE, -1 };
Dadi.c84 …] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_START, BTN_MODE, BTN_SELECT };
Danalog.c107 …tn[] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_TL2, BTN_TR2, BTN_SELECT, BTN_START, BTN_MODE, BTN_BASE };
/linux-4.4.14/arch/arm/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h395 #define BTN_MODE 0x13c macro
/linux-4.4.14/arch/cris/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h395 #define BTN_MODE 0x13c macro
/linux-4.4.14/arch/metag/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h395 #define BTN_MODE 0x13c macro
/linux-4.4.14/arch/arm64/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h395 #define BTN_MODE 0x13c macro
/linux-4.4.14/include/dt-bindings/input/
Dlinux-event-codes.h395 #define BTN_MODE 0x13c macro
/linux-4.4.14/arch/powerpc/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h395 #define BTN_MODE 0x13c macro
/linux-4.4.14/include/uapi/linux/
Dinput-event-codes.h395 #define BTN_MODE 0x13c macro
/linux-4.4.14/arch/mips/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h395 #define BTN_MODE 0x13c macro
/linux-4.4.14/Documentation/input/
Dgamepad.txt152 and meaning. Such buttons are mapped as BTN_MODE. Examples are the Nintendo
/linux-4.4.14/drivers/hid/
Dhid-wiimote-modules.c62 BTN_MODE, /* WIIPROTO_KEY_HOME */
1042 BTN_MODE, /* WIIMOD_CLASSIC_KEY_HOME */
1598 BTN_MODE, /* WIIMOD_PRO_KEY_HOME */
Dhid-debug.c876 [BTN_START] = "BtnStart", [BTN_MODE] = "BtnMode",