/linux-5.19.10/drivers/input/joystick/ |
D | warrior.c | 58 input_report_key(dev, BTN_THUMB, (data[3] >> 1) & 1); in warrior_process_packet() 149 BIT_MASK(BTN_THUMB) | BIT_MASK(BTN_TOP) | BIT_MASK(BTN_TOP2); in warrior_connect()
|
D | grip.c | 48 static int grip_btn_bd[] = { BTN_THUMB, BTN_THUMB2, BTN_TRIGGER, BTN_TOP, BTN_BASE, -1 }; 49 static int grip_btn_xt[] = { BTN_TRIGGER, BTN_THUMB, BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_… 50 static int grip_btn_dc[] = { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_BA…
|
D | tmdc.c | 63 { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_THUMB2, BTN_PINKIE, 66 { BTN_TRIGGER, BTN_C, BTN_B, BTN_A, BTN_THUMB, BTN_X, BTN_Y, BTN_Z, BTN_TOP, BTN_TOP2 }; 68 { BTN_TRIGGER, BTN_THUMB2, BTN_PINKIE, BTN_THUMB, BTN_BASE6, BTN_BASE5, BTN_BASE4,
|
D | sidewinder.c | 86 …{ BTN_TRIGGER, BTN_TOP, BTN_THUMB, BTN_THUMB2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_MODE… 88 …{ BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_SELECT… 89 …{ BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_SELECT… 91 { BTN_TRIGGER, BTN_TOP, BTN_THUMB, BTN_THUMB2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4 }};
|
D | turbografx.c | 58 static int tgfx_buttons[] = { BTN_TRIGGER, BTN_THUMB, BTN_THUMB2, BTN_TOP, BTN_TOP2 }; 95 input_report_key(dev, BTN_THUMB, (data2 & TGFX_THUMB )); in tgfx_timer()
|
D | a3d.c | 147 input_report_key(dev, BTN_THUMB, data[8] & 2); in a3d_read() 321 BIT_MASK(BTN_TRIGGER) | BIT_MASK(BTN_THUMB) | in a3d_connect()
|
D | adi.c | 69 static short adi_wmi_key[] = { BTN_TRIGGER, BTN_TOP, BTN_THUMB, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN… 70 static short adi_wmed3d_key[] = { BTN_TRIGGER, BTN_THUMB, BTN_THUMB2, BTN_TOP, BTN_TOP2, BTN_BASE, …
|
D | gf2k.c | 57 static short gf2k_btn_joy[] = { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN…
|
D | db9.c | 100 static const short db9_multi_btn[] = { BTN_TRIGGER, BTN_THUMB }; 398 input_report_key(dev, BTN_THUMB, ~data & DB9_FIRE2); in db9_timer()
|
D | gamecon.c | 487 input_report_key(dev, BTN_THUMB, s & data[5]); in gc_multi_process_packet() 883 input_set_capability(input_dev, EV_KEY, BTN_THUMB); in gc_setup_pad()
|
D | analog.c | 89 static short analog_joy_btn[] = { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2,
|
/linux-5.19.10/drivers/input/joystick/iforce/ |
D | iforce-main.c | 17 { BTN_TRIGGER, BTN_TOP, BTN_THUMB, BTN_TOP2, BTN_BASE, 22 { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE,
|
/linux-5.19.10/drivers/hid/ |
D | hid-steam.c | 445 input_set_capability(input, EV_KEY, BTN_THUMB); in steam_input_register() 986 input_event(input, EV_KEY, BTN_THUMB, lpad_touched || lpad_and_joy); in steam_do_input_event()
|
D | hid-debug.c | 888 [BTN_TRIGGER] = "Trigger", [BTN_THUMB] = "ThumbBtn",
|
/linux-5.19.10/include/uapi/linux/ |
D | input-event-codes.h | 367 #define BTN_THUMB 0x121 macro
|
/linux-5.19.10/include/dt-bindings/input/ |
D | linux-event-codes.h | 367 #define BTN_THUMB 0x121 macro
|
/linux-5.19.10/drivers/char/ |
D | sonypi.c | 455 { SONYPI_EVENT_THUMBPHRASE_PRESSED, BTN_THUMB },
|
/linux-5.19.10/drivers/platform/x86/ |
D | sony-laptop.c | 331 BTN_THUMB, /* 42 SONYPI_EVENT_THUMBPHRASE_PRESSED */
|