Searched refs:BTN_2 (Results 1 – 25 of 28) sorted by relevance
12
| /Linux-v5.4/drivers/input/joystick/ |
| D | spaceball.c | 86 input_report_key(dev, BTN_2, data[2] & 0x02); in spaceball_process_packet() 98 input_report_key(dev, BTN_2, data[2] & 0x02); in spaceball_process_packet() 225 input_dev->keybit[BIT_WORD(BTN_0)] |= BIT_MASK(BTN_2) | in spaceball_connect()
|
| D | magellan.c | 31 static int magellan_buttons[] = { BTN_0, BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8 };
|
| D | adi.c | 71 static short adi_cm2_key[] = { BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8 };
|
| D | gamecon.c | 543 static const short gc_psx_ddr_btn[] = { BTN_0, BTN_1, BTN_2, BTN_3 };
|
| /Linux-v5.4/drivers/media/rc/keymaps/ |
| D | rc-hisi-tv-demo.c | 43 { 0x000000c7, BTN_2},
|
| /Linux-v5.4/arch/sh/boards/mach-rsk/ |
| D | devices-rsk7203.c | 98 .code = BTN_2,
|
| /Linux-v5.4/drivers/hid/ |
| D | hid-chicony.c | 36 case 0xff02: ch_map_key_clear(BTN_2); break; in ch_input_mapping()
|
| D | hid-apple.c | 365 hid_map_usage(hi, usage, bit, max, EV_KEY, BTN_2); in apple_input_mapped() 366 else if (usage->code == BTN_2) in apple_input_mapped()
|
| D | hid-asus.c | 746 case 0xff02: asus_map_key_clear(BTN_2); break; in asus_input_mapping()
|
| D | hid-debug.c | 841 [BTN_2] = "Btn2", [BTN_3] = "Btn3",
|
| D | hid-wiimote-modules.c | 56 BTN_2, /* WIIPROTO_KEY_TWO */ 2194 BTN_2, /* WIIMOD_GUITAR_KEY_R */
|
| /Linux-v5.4/Documentation/devicetree/bindings/input/ |
| D | atmel,captouch.txt | 32 <BTN_2>, <BTN_3>,
|
| /Linux-v5.4/arch/mips/boot/dts/img/ |
| D | pistachio_marduk.dts | 68 linux,code = <0x102>; /* BTN_2 */
|
| /Linux-v5.4/arch/arm/boot/dts/ |
| D | socfpga_cyclone5_vining_fpga.dts | 52 linux,code = <BTN_2>;
|
| D | am3517-evm.dts | 54 linux,code = <BTN_2>;
|
| D | logicpd-torpedo-baseboard.dtsi | 26 linux,code = <BTN_2>;
|
| D | imx6qdl-gw560x.dtsi | 307 MATRIX_KEY(0x01, 0x01, BTN_2)
|
| /Linux-v5.4/drivers/input/tablet/ |
| D | hanwang.c | 100 BTN_0, BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8,
|
| /Linux-v5.4/arch/arm64/boot/dts/amlogic/ |
| D | meson-sm1-sei610.dts | 49 linux,code = <BTN_2>;
|
| /Linux-v5.4/include/dt-bindings/input/ |
| D | linux-event-codes.h | 345 #define BTN_2 0x102 macro
|
| /Linux-v5.4/include/uapi/linux/ |
| D | input-event-codes.h | 345 #define BTN_2 0x102 macro
|
| /Linux-v5.4/arch/mips/bcm47xx/ |
| D | buttons.c | 35 BCM47XX_GPIO_KEY(6, BTN_2), /* AP mode */
|
| /Linux-v5.4/drivers/input/mouse/ |
| D | alps.c | 349 input_report_key(dev, BTN_2, packet[3] & 4); in alps_process_packet_v1_v2() 3082 dev1->keybit[BIT_WORD(BTN_2)] |= BIT_MASK(BTN_2); in alps_init()
|
| /Linux-v5.4/sound/usb/caiaq/ |
| D | input.c | 42 BTN_2,
|
| /Linux-v5.4/drivers/input/ |
| D | mousedev.c | 237 case BTN_2: in mousedev_key_event()
|
12