/linux-4.4.14/drivers/input/joystick/ |
D | spaceball.c | 125 input_report_key(dev, BTN_MODE, data[1] & 0x20); in spaceball_process_packet() 236 BIT_MASK(BTN_MODE); in spaceball_connect()
|
D | sidewinder.c | 102 …{ 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()
|
D | twidjoy.c | 76 { 6, 3, { BTN_SELECT, BTN_START, BTN_MODE } },
|
D | guillemot.c | 51 { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_MODE, BTN_SELECT, -1 };
|
D | interact.c | 69 …{ BTN_TR, BTN_X, BTN_Y, BTN_Z, BTN_A, BTN_B, BTN_C, BTN_TL, BTN_TL2, BTN_TR2, BTN_MODE, BTN_SELECT…
|
D | xpad.c | 248 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()
|
D | db9.c | 117 … 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()
|
D | grip.c | 65 …RIGGER, BTN_THUMB, BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_SELECT, BTN_START, BTN_MODE, -1 };
|
D | adi.c | 84 …] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_START, BTN_MODE, BTN_SELECT };
|
D | analog.c | 107 …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/ |
D | linux-event-codes.h | 395 #define BTN_MODE 0x13c macro
|
/linux-4.4.14/arch/cris/boot/dts/include/dt-bindings/input/ |
D | linux-event-codes.h | 395 #define BTN_MODE 0x13c macro
|
/linux-4.4.14/arch/metag/boot/dts/include/dt-bindings/input/ |
D | linux-event-codes.h | 395 #define BTN_MODE 0x13c macro
|
/linux-4.4.14/arch/arm64/boot/dts/include/dt-bindings/input/ |
D | linux-event-codes.h | 395 #define BTN_MODE 0x13c macro
|
/linux-4.4.14/include/dt-bindings/input/ |
D | linux-event-codes.h | 395 #define BTN_MODE 0x13c macro
|
/linux-4.4.14/arch/powerpc/boot/dts/include/dt-bindings/input/ |
D | linux-event-codes.h | 395 #define BTN_MODE 0x13c macro
|
/linux-4.4.14/include/uapi/linux/ |
D | input-event-codes.h | 395 #define BTN_MODE 0x13c macro
|
/linux-4.4.14/arch/mips/boot/dts/include/dt-bindings/input/ |
D | linux-event-codes.h | 395 #define BTN_MODE 0x13c macro
|
/linux-4.4.14/Documentation/input/ |
D | gamepad.txt | 152 and meaning. Such buttons are mapped as BTN_MODE. Examples are the Nintendo
|
/linux-4.4.14/drivers/hid/ |
D | hid-wiimote-modules.c | 62 BTN_MODE, /* WIIPROTO_KEY_HOME */ 1042 BTN_MODE, /* WIIMOD_CLASSIC_KEY_HOME */ 1598 BTN_MODE, /* WIIMOD_PRO_KEY_HOME */
|
D | hid-debug.c | 876 [BTN_START] = "BtnStart", [BTN_MODE] = "BtnMode",
|