/kernel/linux/linux-5.10/drivers/input/joystick/ |
H A D | warrior.c | 57 input_report_key(dev, BTN_TRIGGER, data[3] & 1); in warrior_process_packet() 148 input_dev->keybit[BIT_WORD(BTN_TRIGGER)] = BIT_MASK(BTN_TRIGGER) | in warrior_connect()
|
H A 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 }};
|
H A D | db9.c | 100 static const short db9_multi_btn[] = { BTN_TRIGGER, BTN_THUMB }; 370 input_report_key(dev2, BTN_TRIGGER, ~data & DB9_FIRE1); in db9_timer() 379 input_report_key(dev, BTN_TRIGGER, data & DB9_FIRE1); in db9_timer() 388 input_report_key(dev, BTN_TRIGGER, ~data & DB9_FIRE1); in db9_timer() 397 input_report_key(dev, BTN_TRIGGER, ~data & DB9_FIRE1); in db9_timer()
|
H A 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,
|
H A 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_SELECT, BTN_START, BTN_MODE, -1 }; 50 static int grip_btn_dc[] = { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_BASE5, -1 };
|
H A D | turbografx.c | 58 static int tgfx_buttons[] = { BTN_TRIGGER, BTN_THUMB, BTN_THUMB2, BTN_TOP, BTN_TOP2 }; 94 input_report_key(dev, BTN_TRIGGER, (data1 & TGFX_TRIGGER)); in tgfx_timer()
|
H A D | amijoy.c | 50 input_report_key(amijoy_dev[i], BTN_TRIGGER, button); in amijoy_interrupt()
|
H A D | a3d.c | 146 input_report_key(dev, BTN_TRIGGER, data[8] & 1); in a3d_read() 321 BIT_MASK(BTN_TRIGGER) | BIT_MASK(BTN_THUMB) | in a3d_connect()
|
H A D | gamecon.c | 104 BTN_TL, BTN_TR, BTN_TRIGGER, BTN_START 495 input_report_key(dev, BTN_TRIGGER, s & data[4]); in gc_multi_process_packet() 887 input_set_capability(input_dev, EV_KEY, BTN_TRIGGER); in gc_setup_pad()
|
H A D | adi.c | 69 static short adi_wmi_key[] = { BTN_TRIGGER, BTN_TOP, BTN_THUMB, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_EXTRA }; 70 static short adi_wmed3d_key[] = { BTN_TRIGGER, BTN_THUMB, BTN_THUMB2, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2 };
|
H A D | gf2k.c | 57 static short gf2k_btn_joy[] = { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4 };
|
/kernel/linux/linux-6.6/drivers/input/joystick/ |
H A D | warrior.c | 54 input_report_key(dev, BTN_TRIGGER, data[3] & 1); in warrior_process_packet() 145 input_dev->keybit[BIT_WORD(BTN_TRIGGER)] = BIT_MASK(BTN_TRIGGER) | in warrior_connect()
|
H A D | sidewinder.c | 83 { BTN_TRIGGER, BTN_TOP, BTN_THUMB, BTN_THUMB2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_MODE }, 85 { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_SELECT }, 86 { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_SELECT }, 88 { BTN_TRIGGER, BTN_TOP, BTN_THUMB, BTN_THUMB2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4 }};
|
H A D | db9.c | 97 static const short db9_multi_btn[] = { BTN_TRIGGER, BTN_THUMB }; 367 input_report_key(dev2, BTN_TRIGGER, ~data & DB9_FIRE1); in db9_timer() 376 input_report_key(dev, BTN_TRIGGER, data & DB9_FIRE1); in db9_timer() 385 input_report_key(dev, BTN_TRIGGER, ~data & DB9_FIRE1); in db9_timer() 394 input_report_key(dev, BTN_TRIGGER, ~data & DB9_FIRE1); in db9_timer()
|
H A D | grip.c | 45 static int grip_btn_bd[] = { BTN_THUMB, BTN_THUMB2, BTN_TRIGGER, BTN_TOP, BTN_BASE, -1 }; 46 static int grip_btn_xt[] = { BTN_TRIGGER, BTN_THUMB, BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_SELECT, BTN_START, BTN_MODE, -1 }; 47 static int grip_btn_dc[] = { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_BASE5, -1 };
|
H A D | tmdc.c | 60 { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_THUMB2, BTN_PINKIE, 63 { BTN_TRIGGER, BTN_C, BTN_B, BTN_A, BTN_THUMB, BTN_X, BTN_Y, BTN_Z, BTN_TOP, BTN_TOP2 }; 65 { BTN_TRIGGER, BTN_THUMB2, BTN_PINKIE, BTN_THUMB, BTN_BASE6, BTN_BASE5, BTN_BASE4,
|
H A D | turbografx.c | 55 static int tgfx_buttons[] = { BTN_TRIGGER, BTN_THUMB, BTN_THUMB2, BTN_TOP, BTN_TOP2 }; 91 input_report_key(dev, BTN_TRIGGER, (data1 & TGFX_TRIGGER)); in tgfx_timer()
|
H A D | amijoy.c | 47 input_report_key(amijoy_dev[i], BTN_TRIGGER, button); in amijoy_interrupt()
|
H A D | a3d.c | 143 input_report_key(dev, BTN_TRIGGER, data[8] & 1); in a3d_read() 318 BIT_MASK(BTN_TRIGGER) | BIT_MASK(BTN_THUMB) | in a3d_connect()
|
H A D | gamecon.c | 101 BTN_TL, BTN_TR, BTN_TRIGGER, BTN_START 492 input_report_key(dev, BTN_TRIGGER, s & data[4]); in gc_multi_process_packet() 884 input_set_capability(input_dev, EV_KEY, BTN_TRIGGER); in gc_setup_pad()
|
H A D | adi.c | 66 static short adi_wmi_key[] = { BTN_TRIGGER, BTN_TOP, BTN_THUMB, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_EXTRA }; 67 static short adi_wmed3d_key[] = { BTN_TRIGGER, BTN_THUMB, BTN_THUMB2, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2 };
|
H A D | gf2k.c | 54 static short gf2k_btn_joy[] = { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4 };
|
/kernel/linux/linux-5.10/drivers/input/joystick/iforce/ |
H A 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,
|
/kernel/linux/linux-6.6/drivers/input/joystick/iforce/ |
H A 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,
|
/kernel/linux/linux-5.10/scripts/dtc/include-prefixes/dt-bindings/input/ |
H A D | linux-event-codes.h | 366 #define BTN_TRIGGER 0x120 macro
|