Home
last modified time | relevance | path

Searched refs:BTN_BASE (Results 1 – 12 of 12) sorted by relevance

/linux-5.19.10/drivers/input/joystick/iforce/
Diforce-main.c17 { 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-5.19.10/drivers/input/joystick/
Dsidewinder.c86 …{ 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 }};
Dgrip.c48 static int grip_btn_bd[] = { BTN_THUMB, BTN_THUMB2, BTN_TRIGGER, BTN_TOP, BTN_BASE, -1 };
50 static int grip_btn_dc[] = { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_BA…
Dtmdc.c63 { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_THUMB2, BTN_PINKIE,
69 BTN_BASE3, BTN_BASE2, BTN_BASE };
Dtwidjoy.c66 { 9, 1, { BTN_BASE } },
Dadi.c69 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, …
Danalog.c88 …tn[] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_TL2, BTN_TR2, BTN_SELECT, BTN_START, BTN_MODE, BTN_BASE };
89 static short analog_joy_btn[] = { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2,
Dgf2k.c57 static short gf2k_btn_joy[] = { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN…
/linux-5.19.10/include/uapi/linux/
Dinput-event-codes.h372 #define BTN_BASE 0x126 macro
/linux-5.19.10/include/dt-bindings/input/
Dlinux-event-codes.h372 #define BTN_BASE 0x126 macro
/linux-5.19.10/drivers/hid/
Dhid-debug.c891 [BTN_BASE] = "BaseBtn", [BTN_BASE2] = "BaseBtn2",
Dwacom_wac.c1116 input_report_key(input, BTN_BASE, (data[11] & 0x01)); in wacom_remote_irq()
3998 return BTN_BASE + (n-16); in wacom_numbered_button_to_key()