Searched refs:BTN_THUMBL (Results 1 - 15 of 15) sorted by relevance

/linux-master/drivers/hid/
H A Dhid-icade.c77 * { KEY_O, "BTN_THUMBL", 1 },
78 * { KEY_G, "BTN_THUMBL", 0 },
151 [18] = { BTN_THUMBL, 1 },
152 [10] = { BTN_THUMBL, 0 },
H A Dhid-steam.c746 input_set_capability(input, EV_KEY, BTN_THUMBL);
1299 * 10.6 | BTN_THUMBL | joystick clicked
1361 input_event(input, EV_KEY, BTN_THUMBL, !!(b10 & BIT(6)));
1427 * 10.6 | BTN_THUMBL | left joystick clicked
1534 input_event(input, EV_KEY, BTN_THUMBL, !!(b10 & BIT(6)));
H A Dhid-samsung.c288 samsung_kbd_mouse_map_key_clear(BTN_THUMBL);
H A Dhid-sony.c266 [0x02] = BTN_THUMBL, /* L3 */
376 [0x02] = BTN_THUMBL, /* L3 */
403 [0x02] = BTN_THUMBL, /* L3 */
H A Dhid-playstation.c523 BTN_THUMBL, /* L3 */
1368 input_report_key(ds->gamepad, BTN_THUMBL, ds_report->buttons[1] & DS_BUTTONS1_L3);
2240 input_report_key(ds4->gamepad, BTN_THUMBL, ds4_report->buttons[1] & DS_BUTTONS1_L3);
H A Dhid-nintendo.c374 { BTN_THUMBL, JC_BTN_LSTICK, },
427 { BTN_THUMBL, JC_BTN_LSTICK, },
H A Dhid-debug.c901 [BTN_THUMBL] = "BtnThumbL", [BTN_THUMBR] = "BtnThumbR",
H A Dhid-wiimote-modules.c1619 BTN_THUMBL, /* WIIMOD_PRO_KEY_THUMBL */
/linux-master/drivers/input/joystick/
H A Dqwiic-joystick.c58 input_report_key(input, BTN_THUMBL, !data.thumb);
100 input_set_capability(priv->dev, EV_KEY, BTN_THUMBL);
H A Dpsxpad-spi.c248 input_report_key(input, BTN_THUMBL, b_rsp3 & BIT(6));
275 input_report_key(input, BTN_THUMBL, false);
332 input_set_capability(idev, EV_KEY, BTN_THUMBL);
H A Dgamecon.c538 BTN_START, BTN_SELECT, BTN_THUMBL, BTN_THUMBR
636 input_report_key(dev, BTN_THUMBL, ~data[0] & 0x04);
H A Dxpad.c390 BTN_START, BTN_SELECT, BTN_THUMBL, BTN_THUMBR, /* start/back/sticks */
799 input_report_key(dev, BTN_THUMBL, data[2] & BIT(6));
861 input_report_key(dev, BTN_THUMBL, data[2] & BIT(6));
1059 input_report_key(dev, BTN_THUMBL, data[5] & BIT(6));
/linux-master/include/uapi/linux/
H A Dinput-event-codes.h398 #define BTN_THUMBL 0x13d macro
/linux-master/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h398 #define BTN_THUMBL 0x13d macro
/linux-master/include/dt-bindings/input/
H A Dlinux-event-codes.h398 #define BTN_THUMBL 0x13d macro

Completed in 226 milliseconds