Searched refs:BTN_2 (Results 1 – 25 of 41) sorted by relevance
12
| /Linux-v5.10/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 };
|
| /Linux-v5.10/drivers/media/rc/keymaps/ |
| D | rc-hisi-tv-demo.c | 43 { 0x000000c7, BTN_2},
|
| /Linux-v5.10/arch/sh/boards/mach-rsk/ |
| D | devices-rsk7203.c | 98 .code = BTN_2,
|
| /Linux-v5.10/drivers/hid/ |
| D | hid-chicony.c | 36 case 0xff02: ch_map_key_clear(BTN_2); break; in ch_input_mapping()
|
| D | hid-apple.c | 396 hid_map_usage(hi, usage, bit, max, EV_KEY, BTN_2); in apple_input_mapped() 397 else if (usage->code == BTN_2) in apple_input_mapped()
|
| /Linux-v5.10/Documentation/devicetree/bindings/input/ |
| D | atmel,captouch.txt | 32 <BTN_2>, <BTN_3>,
|
| /Linux-v5.10/arch/mips/boot/dts/img/ |
| D | pistachio_marduk.dts | 68 linux,code = <0x102>; /* BTN_2 */
|
| /Linux-v5.10/arch/arm/boot/dts/ |
| D | socfpga_cyclone5_vining_fpga.dts | 52 linux,code = <BTN_2>;
|
| D | imx6qdl-gw5907.dtsi | 44 linux,code = <BTN_2>;
|
| D | imx6qdl-gw5913.dtsi | 44 linux,code = <BTN_2>;
|
| D | am3517-evm.dts | 54 linux,code = <BTN_2>;
|
| D | imx6qdl-gw560x.dtsi | 112 linux,code = <BTN_2>; 466 MATRIX_KEY(0x01, 0x01, BTN_2)
|
| D | imx6qdl-gw552x.dtsi | 45 linux,code = <BTN_2>;
|
| D | logicpd-torpedo-baseboard.dtsi | 26 linux,code = <BTN_2>;
|
| D | imx6qdl-gw5912.dtsi | 45 linux,code = <BTN_2>;
|
| D | imx6qdl-gw51xx.dtsi | 42 linux,code = <BTN_2>;
|
| D | imx6qdl-gw5910.dtsi | 47 linux,code = <BTN_2>;
|
| D | imx6qdl-gw52xx.dtsi | 53 linux,code = <BTN_2>;
|
| /Linux-v5.10/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.10/arch/mips/bcm47xx/ |
| D | buttons.c | 35 BCM47XX_GPIO_KEY(6, BTN_2), /* AP mode */
|
| /Linux-v5.10/include/uapi/linux/ |
| D | input-event-codes.h | 345 #define BTN_2 0x102 macro
|
| /Linux-v5.10/include/dt-bindings/input/ |
| D | linux-event-codes.h | 345 #define BTN_2 0x102 macro
|
| /Linux-v5.10/arch/arm64/boot/dts/amlogic/ |
| D | meson-sm1-sei610.dts | 69 linux,code = <BTN_2>;
|
12