/Linux-v4.19/drivers/input/joystick/ |
D | spaceball.c | 98 input_report_key(dev, BTN_2, data[2] & 0x02); in spaceball_process_packet() 110 input_report_key(dev, BTN_2, data[2] & 0x02); in spaceball_process_packet() 237 input_dev->keybit[BIT_WORD(BTN_0)] |= BIT_MASK(BTN_2) | in spaceball_connect()
|
D | magellan.c | 43 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 | 83 static short adi_cm2_key[] = { BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8 };
|
D | gamecon.c | 555 static const short gc_psx_ddr_btn[] = { BTN_0, BTN_1, BTN_2, BTN_3 };
|
/Linux-v4.19/drivers/media/rc/keymaps/ |
D | rc-hisi-tv-demo.c | 47 { 0x000000c7, BTN_2},
|
/Linux-v4.19/arch/sh/boards/mach-rsk/ |
D | devices-rsk7203.c | 101 .code = BTN_2,
|
/Linux-v4.19/drivers/hid/ |
D | hid-chicony.c | 39 case 0xff02: ch_map_key_clear(BTN_2); break; in ch_input_mapping()
|
D | hid-apple.c | 361 hid_map_usage(hi, usage, bit, max, EV_KEY, BTN_2); in apple_input_mapped() 362 else if (usage->code == BTN_2) in apple_input_mapped()
|
D | hid-asus.c | 529 case 0xff02: asus_map_key_clear(BTN_2); break; in asus_input_mapping()
|
D | hid-debug.c | 858 [BTN_2] = "Btn2", [BTN_3] = "Btn3",
|
D | hid-wiimote-modules.c | 59 BTN_2, /* WIIPROTO_KEY_TWO */ 2197 BTN_2, /* WIIMOD_GUITAR_KEY_R */
|
D | wacom_wac.c | 270 input_report_key(input, BTN_2, (data[1] & 0x04)); in wacom_dtus_irq() 1044 input_report_key(input, BTN_2, (data[9] & 0x04)); in wacom_remote_irq()
|
/Linux-v4.19/Documentation/devicetree/bindings/input/ |
D | atmel,captouch.txt | 32 <BTN_2>, <BTN_3>,
|
/Linux-v4.19/arch/mips/boot/dts/img/ |
D | pistachio_marduk.dts | 71 linux,code = <0x102>; /* BTN_2 */
|
/Linux-v4.19/drivers/input/tablet/ |
D | hanwang.c | 114 BTN_0, BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8,
|
/Linux-v4.19/include/dt-bindings/input/ |
D | linux-event-codes.h | 345 #define BTN_2 0x102 macro
|
/Linux-v4.19/include/uapi/linux/ |
D | input-event-codes.h | 345 #define BTN_2 0x102 macro
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | am3517-evm.dts | 52 linux,code = <BTN_2>;
|
D | logicpd-torpedo-baseboard.dtsi | 30 linux,code = <BTN_2>;
|
D | imx6qdl-gw560x.dtsi | 306 MATRIX_KEY(0x01, 0x01, BTN_2)
|
/Linux-v4.19/arch/mips/bcm47xx/ |
D | buttons.c | 35 BCM47XX_GPIO_KEY(6, BTN_2), /* AP mode */
|
/Linux-v4.19/drivers/input/mouse/ |
D | alps.c | 351 input_report_key(dev, BTN_2, packet[3] & 4); in alps_process_packet_v1_v2() 3067 dev1->keybit[BIT_WORD(BTN_2)] |= BIT_MASK(BTN_2); in alps_init()
|
/Linux-v4.19/sound/usb/caiaq/ |
D | input.c | 55 BTN_2,
|
/Linux-v4.19/drivers/input/ |
D | mousedev.c | 240 case BTN_2: in mousedev_key_event()
|
/Linux-v4.19/drivers/extcon/ |
D | extcon-arizona.c | 124 { .max = 54, .key = BTN_2 },
|