Home
last modified time | relevance | path

Searched refs:BTN_THUMB (Results 1 – 23 of 23) 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,
/linux-4.4.14/drivers/input/joystick/
Dwarrior.c74 input_report_key(dev, BTN_THUMB, (data[3] >> 1) & 1); in warrior_process_packet()
165 BIT_MASK(BTN_THUMB) | BIT_MASK(BTN_TOP) | BIT_MASK(BTN_TOP2); in warrior_connect()
Dgrip.c64 static int grip_btn_bd[] = { BTN_THUMB, BTN_THUMB2, BTN_TRIGGER, BTN_TOP, BTN_BASE, -1 };
65 static int grip_btn_xt[] = { BTN_TRIGGER, BTN_THUMB, BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_…
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,
82 { BTN_TRIGGER, BTN_C, BTN_B, BTN_A, BTN_THUMB, BTN_X, BTN_Y, BTN_Z, BTN_TOP, BTN_TOP2 };
84 { BTN_TRIGGER, BTN_THUMB2, BTN_PINKIE, BTN_THUMB, BTN_BASE6, BTN_BASE5, BTN_BASE4,
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 }};
Dturbografx.c74 static int tgfx_buttons[] = { BTN_TRIGGER, BTN_THUMB, BTN_THUMB2, BTN_TOP, BTN_TOP2 };
111 input_report_key(dev, BTN_THUMB, (data2 & TGFX_THUMB )); in tgfx_timer()
Da3d.c163 input_report_key(dev, BTN_THUMB, data[8] & 2); in a3d_read()
337 BIT_MASK(BTN_TRIGGER) | BIT_MASK(BTN_THUMB) | in a3d_connect()
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…
Ddb9.c116 static const short db9_multi_btn[] = { BTN_TRIGGER, BTN_THUMB };
409 input_report_key(dev, BTN_THUMB, ~data & DB9_FIRE2); in db9_timer()
Dgamecon.c503 input_report_key(dev, BTN_THUMB, s & data[5]); in gc_multi_process_packet()
895 __set_bit(BTN_THUMB, input_dev->keybit); in gc_setup_pad()
Danalog.c108 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.h365 #define BTN_THUMB 0x121 macro
/linux-4.4.14/arch/cris/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h365 #define BTN_THUMB 0x121 macro
/linux-4.4.14/arch/metag/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h365 #define BTN_THUMB 0x121 macro
/linux-4.4.14/arch/arm64/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h365 #define BTN_THUMB 0x121 macro
/linux-4.4.14/include/dt-bindings/input/
Dlinux-event-codes.h365 #define BTN_THUMB 0x121 macro
/linux-4.4.14/arch/powerpc/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h365 #define BTN_THUMB 0x121 macro
/linux-4.4.14/include/uapi/linux/
Dinput-event-codes.h365 #define BTN_THUMB 0x121 macro
/linux-4.4.14/arch/mips/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h365 #define BTN_THUMB 0x121 macro
/linux-4.4.14/drivers/hid/
Dhid-debug.c864 [BTN_TRIGGER] = "Trigger", [BTN_THUMB] = "ThumbBtn",
/linux-4.4.14/drivers/char/
Dsonypi.c469 { SONYPI_EVENT_THUMBPHRASE_PRESSED, BTN_THUMB },
/linux-4.4.14/drivers/platform/x86/
Dsony-laptop.c345 BTN_THUMB, /* 42 SONYPI_EVENT_THUMBPHRASE_PRESSED */