Searched refs:BTN_BASE (Results 1 – 13 of 13) sorted by relevance
/linux-6.12.1/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, 26 { BTN_GEAR_DOWN, BTN_GEAR_UP, BTN_BASE, BTN_BASE2, BTN_BASE3,
|
/linux-6.12.1/drivers/input/joystick/ |
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 }};
|
D | grip.c | 45 static int grip_btn_bd[] = { BTN_THUMB, BTN_THUMB2, BTN_TRIGGER, BTN_TOP, BTN_BASE, -1 }; 47 static int grip_btn_dc[] = { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_BA…
|
D | tmdc.c | 60 { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_THUMB2, BTN_PINKIE, 66 BTN_BASE3, BTN_BASE2, BTN_BASE };
|
D | twidjoy.c | 63 { 9, 1, { BTN_BASE } },
|
D | adi.c | 66 static short adi_wmi_key[] = { BTN_TRIGGER, BTN_TOP, BTN_THUMB, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN… 67 static short adi_wmed3d_key[] = { BTN_TRIGGER, BTN_THUMB, BTN_THUMB2, BTN_TOP, BTN_TOP2, BTN_BASE, …
|
D | analog.c | 85 …tn[] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_TL2, BTN_TR2, BTN_SELECT, BTN_START, BTN_MODE, BTN_BASE }; 86 static short analog_joy_btn[] = { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2,
|
D | gf2k.c | 54 static short gf2k_btn_joy[] = { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN…
|
/linux-6.12.1/include/uapi/linux/ |
D | input-event-codes.h | 372 #define BTN_BASE 0x126 macro
|
/linux-6.12.1/include/dt-bindings/input/ |
D | linux-event-codes.h | 372 #define BTN_BASE 0x126 macro
|
/linux-6.12.1/drivers/hid/ |
D | hid-steam.c | 761 input_set_capability(input, EV_KEY, BTN_BASE); in steam_input_register() 1654 input_event(input, EV_KEY, BTN_BASE, !!(b14 & BIT(2))); in steam_do_deck_input_event()
|
D | hid-debug.c | 3283 [BTN_BASE] = "BaseBtn", [BTN_BASE2] = "BaseBtn2",
|
D | wacom_wac.c | 1111 input_report_key(input, BTN_BASE, (data[11] & 0x01)); in wacom_remote_irq() 4082 return BTN_BASE + (n-16); in wacom_numbered_button_to_key()
|