/Linux-v4.19/drivers/input/joystick/ |
D | warrior.c | 69 input_report_key(dev, BTN_TRIGGER, data[3] & 1); in warrior_process_packet() 160 input_dev->keybit[BIT_WORD(BTN_TRIGGER)] = BIT_MASK(BTN_TRIGGER) | in warrior_connect()
|
D | grip.c | 60 static int grip_btn_bd[] = { BTN_THUMB, BTN_THUMB2, BTN_TRIGGER, BTN_TOP, BTN_BASE, -1 }; 61 static int grip_btn_xt[] = { BTN_TRIGGER, BTN_THUMB, BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_… 62 static int grip_btn_dc[] = { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_BA…
|
D | db9.c | 112 static const short db9_multi_btn[] = { BTN_TRIGGER, BTN_THUMB }; 382 input_report_key(dev2, BTN_TRIGGER, ~data & DB9_FIRE1); in db9_timer() 391 input_report_key(dev, BTN_TRIGGER, data & DB9_FIRE1); in db9_timer() 400 input_report_key(dev, BTN_TRIGGER, ~data & DB9_FIRE1); in db9_timer() 409 input_report_key(dev, BTN_TRIGGER, ~data & DB9_FIRE1); in db9_timer()
|
D | tmdc.c | 75 { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_THUMB2, BTN_PINKIE, 78 { BTN_TRIGGER, BTN_C, BTN_B, BTN_A, BTN_THUMB, BTN_X, BTN_Y, BTN_Z, BTN_TOP, BTN_TOP2 }; 80 { BTN_TRIGGER, BTN_THUMB2, BTN_PINKIE, BTN_THUMB, BTN_BASE6, BTN_BASE5, BTN_BASE4,
|
D | sidewinder.c | 98 …{ BTN_TRIGGER, BTN_TOP, BTN_THUMB, BTN_THUMB2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_MODE… 100 …{ BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_SELECT… 101 …{ BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_SELECT… 103 { BTN_TRIGGER, BTN_TOP, BTN_THUMB, BTN_THUMB2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4 }};
|
D | turbografx.c | 70 static int tgfx_buttons[] = { BTN_TRIGGER, BTN_THUMB, BTN_THUMB2, BTN_TOP, BTN_TOP2 }; 106 input_report_key(dev, BTN_TRIGGER, (data1 & TGFX_TRIGGER)); in tgfx_timer()
|
D | a3d.c | 158 input_report_key(dev, BTN_TRIGGER, data[8] & 1); in a3d_read() 333 BIT_MASK(BTN_TRIGGER) | BIT_MASK(BTN_THUMB) | in a3d_connect()
|
D | amijoy.c | 62 input_report_key(amijoy_dev[i], BTN_TRIGGER, button); in amijoy_interrupt()
|
D | gamecon.c | 116 BTN_TL, BTN_TR, BTN_TRIGGER, BTN_START 507 input_report_key(dev, BTN_TRIGGER, s & data[4]); in gc_multi_process_packet() 897 input_set_capability(input_dev, EV_KEY, BTN_TRIGGER); in gc_setup_pad()
|
D | adi.c | 81 static short adi_wmi_key[] = { BTN_TRIGGER, BTN_TOP, BTN_THUMB, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN… 82 static short adi_wmed3d_key[] = { BTN_TRIGGER, BTN_THUMB, BTN_THUMB2, BTN_TOP, BTN_TOP2, BTN_BASE, …
|
D | gf2k.c | 69 static short gf2k_btn_joy[] = { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN…
|
D | analog.c | 104 static short analog_joy_btn[] = { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2,
|
/Linux-v4.19/drivers/input/joystick/iforce/ |
D | iforce-main.c | 31 { BTN_TRIGGER, BTN_TOP, BTN_THUMB, BTN_TOP2, BTN_BASE, 36 { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE,
|
/Linux-v4.19/include/dt-bindings/input/ |
D | linux-event-codes.h | 365 #define BTN_TRIGGER 0x120 macro
|
/Linux-v4.19/include/uapi/linux/ |
D | input-event-codes.h | 365 #define BTN_TRIGGER 0x120 macro
|
/Linux-v4.19/drivers/hid/ |
D | hid-debug.c | 866 [BTN_TRIGGER] = "Trigger", [BTN_THUMB] = "ThumbBtn",
|
/Linux-v4.19/drivers/input/ |
D | mousedev.c | 358 if (test_bit(BTN_TRIGGER, handle->dev->keybit)) in mousedev_event()
|