/linux-4.1.27/drivers/input/joystick/iforce/ |
D | iforce-main.c | 36 BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_BASE5, BTN_A, BTN_B, BTN_C, -1 }; 40 BTN_BASE2, BTN_BASE3, BTN_BASE4, -1 }; 44 BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_BASE5, BTN_A, BTN_B, BTN_C, -1 }; 48 BTN_BASE2, BTN_BASE3, BTN_BASE4, -1 }; 51 { BTN_GEAR_DOWN, BTN_GEAR_UP, BTN_BASE, BTN_BASE2, BTN_BASE3,
|
/linux-4.1.27/drivers/input/joystick/ |
D | sidewinder.c | 102 …{ BTN_TRIGGER, BTN_TOP, BTN_THUMB, BTN_THUMB2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_MODE… 104 …{ BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_SELECT… 105 …{ BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_SELECT… 107 { BTN_TRIGGER, BTN_TOP, BTN_THUMB, BTN_THUMB2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4 }};
|
D | tmdc.c | 79 { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_THUMB2, BTN_PINKIE, 85 BTN_BASE3, BTN_BASE2, BTN_BASE };
|
D | twidjoy.c | 81 { 12, 1, { BTN_BASE2 } },
|
D | adi.c | 85 static short adi_wmi_key[] = { BTN_TRIGGER, BTN_TOP, BTN_THUMB, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN… 86 … adi_wmed3d_key[] = { BTN_TRIGGER, BTN_THUMB, BTN_THUMB2, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2 };
|
D | gf2k.c | 73 static short gf2k_btn_joy[] = { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN…
|
D | grip.c | 66 static int grip_btn_dc[] = { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_BA…
|
D | analog.c | 108 static short analog_joy_btn[] = { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2,
|
/linux-4.1.27/arch/arm/boot/dts/include/dt-bindings/input/ |
D | input.h | 304 #define BTN_BASE2 0x127 macro
|
/linux-4.1.27/arch/mips/boot/dts/include/dt-bindings/input/ |
D | input.h | 304 #define BTN_BASE2 0x127 macro
|
/linux-4.1.27/include/dt-bindings/input/ |
D | input.h | 304 #define BTN_BASE2 0x127 macro
|
/linux-4.1.27/arch/powerpc/boot/dts/include/dt-bindings/input/ |
D | input.h | 304 #define BTN_BASE2 0x127 macro
|
/linux-4.1.27/arch/arm64/boot/dts/include/dt-bindings/input/ |
D | input.h | 304 #define BTN_BASE2 0x127 macro
|
/linux-4.1.27/arch/metag/boot/dts/include/dt-bindings/input/ |
D | input.h | 304 #define BTN_BASE2 0x127 macro
|
/linux-4.1.27/include/uapi/linux/ |
D | input.h | 512 #define BTN_BASE2 0x127 macro
|
/linux-4.1.27/drivers/hid/ |
D | hid-debug.c | 867 [BTN_BASE] = "BaseBtn", [BTN_BASE2] = "BaseBtn2",
|
D | wacom_wac.c | 886 input_report_key(input, BTN_BASE2, (data[8] & 0x80)); in wacom_intuos_irq() 2543 __set_bit(BTN_BASE2, input_dev->keybit); in wacom_setup_pad_input_capabilities()
|