Home
last modified time | relevance | path

Searched refs:BTN_BASE (Results 1 – 18 of 18) sorted by relevance

/linux-4.4.14/drivers/input/joystick/iforce/
Diforce-main.c35 { BTN_TRIGGER, BTN_TOP, BTN_THUMB, BTN_TOP2, BTN_BASE,
39 { BTN_TRIGGER, BTN_TOP, BTN_THUMB, BTN_TOP2, BTN_BASE,
43 { BTN_TRIGGER, BTN_TOP, BTN_THUMB, BTN_TOP2, BTN_BASE,
47 { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE,
51 { BTN_GEAR_DOWN, BTN_GEAR_UP, BTN_BASE, BTN_BASE2, BTN_BASE3,
/linux-4.4.14/drivers/input/joystick/
Dsidewinder.c102 …{ 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 }};
Dgrip.c64 static int grip_btn_bd[] = { BTN_THUMB, BTN_THUMB2, BTN_TRIGGER, BTN_TOP, BTN_BASE, -1 };
66 static int grip_btn_dc[] = { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_BA…
Dtmdc.c79 { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_THUMB2, BTN_PINKIE,
85 BTN_BASE3, BTN_BASE2, BTN_BASE };
Dtwidjoy.c78 { 9, 1, { BTN_BASE } },
Dadi.c85 static short adi_wmi_key[] = { BTN_TRIGGER, BTN_TOP, BTN_THUMB, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN…
86 static short adi_wmed3d_key[] = { BTN_TRIGGER, BTN_THUMB, BTN_THUMB2, BTN_TOP, BTN_TOP2, BTN_BASE, …
Dgf2k.c73 static short gf2k_btn_joy[] = { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN…
Danalog.c107 …tn[] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_TL2, BTN_TR2, BTN_SELECT, BTN_START, BTN_MODE, BTN_BASE };
108 static short analog_joy_btn[] = { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2,
/linux-4.4.14/arch/arm/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h370 #define BTN_BASE 0x126 macro
/linux-4.4.14/arch/cris/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h370 #define BTN_BASE 0x126 macro
/linux-4.4.14/arch/metag/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h370 #define BTN_BASE 0x126 macro
/linux-4.4.14/arch/arm64/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h370 #define BTN_BASE 0x126 macro
/linux-4.4.14/include/dt-bindings/input/
Dlinux-event-codes.h370 #define BTN_BASE 0x126 macro
/linux-4.4.14/arch/powerpc/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h370 #define BTN_BASE 0x126 macro
/linux-4.4.14/include/uapi/linux/
Dinput-event-codes.h370 #define BTN_BASE 0x126 macro
/linux-4.4.14/arch/mips/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h370 #define BTN_BASE 0x126 macro
/linux-4.4.14/drivers/hid/
Dhid-debug.c867 [BTN_BASE] = "BaseBtn", [BTN_BASE2] = "BaseBtn2",
Dwacom_wac.c671 input_report_key(input, BTN_BASE, (data[11] & 0x01)); in wacom_remote_irq()
1019 input_report_key(input, BTN_BASE, (data[8] & 0x40)); in wacom_intuos_irq()
2817 __set_bit(BTN_BASE + (i-16), input_dev->keybit); in wacom_setup_numbered_buttons()