Searched refs:BTN_TL2 (Results 1 - 18 of 18) sorted by relevance

/linux-master/drivers/input/joystick/
H A Dpsxpad-spi.c246 input_report_key(input, BTN_TL2, b_rsp4 & BIT(7));
273 input_report_key(input, BTN_TL2, b_rsp4 & BIT(7));
330 input_set_capability(idev, EV_KEY, BTN_TL2);
H A Dcobra.c26 static int cobra_btn[] = { BTN_START, BTN_SELECT, BTN_TL, BTN_TR, BTN_X, BTN_Y, BTN_Z, BTN_A, BTN_B, BTN_C, BTN_TL2, BTN_TR2, 0 };
H A Dinteract.c50 { BTN_TR, BTN_X, BTN_Y, BTN_Z, BTN_A, BTN_B, BTN_C, BTN_TL, BTN_TL2, BTN_TR2, BTN_MODE, BTN_SELECT, -1 };
H A Dgf2k.c55 static short gf2k_btn_pad[] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_TL2, BTN_TR2, BTN_START, BTN_SELECT };
H A Dgrip.c44 static int grip_btn_gpp[] = { BTN_START, BTN_SELECT, BTN_TR2, BTN_Y, 0, BTN_TL2, BTN_A, BTN_B, BTN_X, 0, BTN_TL, BTN_TR, -1 };
H A Dxpad.c409 BTN_TL2, BTN_TR2, /* triggers left/right */
775 input_report_key(dev, BTN_TL2, data[10]);
889 input_report_key(dev, BTN_TL2, data[4]);
1078 input_report_key(dev, BTN_TL2,
H A Dgamecon.c537 BTN_TL, BTN_TR, BTN_TL2, BTN_TR2, BTN_A, BTN_B, BTN_X, BTN_Y,
H A Danalog.c85 static short analog_pad_btn[] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_TL2, BTN_TR2, BTN_SELECT, BTN_START, BTN_MODE, BTN_BASE };
/linux-master/drivers/hid/
H A Dhid-steam.c731 input_set_capability(input, EV_KEY, BTN_TL2);
1278 * 8.1 | BTN_TL2 | left trigger fully pressed
1348 input_event(input, EV_KEY, BTN_TL2, !!(b8 & BIT(1)));
1406 * 8.1 | BTN_TL2 | left trigger fully pressed
1522 input_event(input, EV_KEY, BTN_TL2, !!(b8 & BIT(1)));
H A Dhid-samsung.c273 samsung_kbd_mouse_map_key_clear(BTN_TL2);
H A Dhid-nintendo.c372 { BTN_TL2, JC_BTN_ZL, },
412 { BTN_TL2, JC_BTN_SR_R, },
423 { BTN_TL2, JC_BTN_ZL, },
451 { BTN_TL2, JC_BTN_ZL, },
479 { BTN_TL2, JC_BTN_ZL, }, /* Z */
H A Dhid-sony.c273 [0x09] = BTN_TL2, /* L2 */
383 [0x09] = BTN_TL2, /* L2 */
410 [0x09] = BTN_TL2, /* L2 */
H A Dhid-playstation.c519 BTN_TL2, /* L2 */
1364 input_report_key(ds->gamepad, BTN_TL2, ds_report->buttons[1] & DS_BUTTONS1_L2);
2236 input_report_key(ds4->gamepad, BTN_TL2, ds4_report->buttons[1] & DS_BUTTONS1_L2);
H A Dhid-debug.c898 [BTN_TR] = "BtnTR", [BTN_TL2] = "BtnTL2",
H A Dhid-wiimote-modules.c1031 BTN_TL2, /* WIIMOD_CLASSIC_KEY_ZL */
1617 BTN_TL2, /* WIIMOD_PRO_KEY_ZL */
/linux-master/include/uapi/linux/
H A Dinput-event-codes.h393 #define BTN_TL2 0x138 macro
/linux-master/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h393 #define BTN_TL2 0x138 macro
/linux-master/include/dt-bindings/input/
H A Dlinux-event-codes.h393 #define BTN_TL2 0x138 macro

Completed in 195 milliseconds