Home
last modified time | relevance | path

Searched refs:BTN_2 (Results 1 – 25 of 25) sorted by relevance

/Linux-v4.19/drivers/input/joystick/
Dspaceball.c98 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()
Dmagellan.c43 static int magellan_buttons[] = { BTN_0, BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8 };
Dadi.c83 static short adi_cm2_key[] = { BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8 };
Dgamecon.c555 static const short gc_psx_ddr_btn[] = { BTN_0, BTN_1, BTN_2, BTN_3 };
/Linux-v4.19/drivers/media/rc/keymaps/
Drc-hisi-tv-demo.c47 { 0x000000c7, BTN_2},
/Linux-v4.19/arch/sh/boards/mach-rsk/
Ddevices-rsk7203.c101 .code = BTN_2,
/Linux-v4.19/drivers/hid/
Dhid-chicony.c39 case 0xff02: ch_map_key_clear(BTN_2); break; in ch_input_mapping()
Dhid-apple.c361 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()
Dhid-asus.c529 case 0xff02: asus_map_key_clear(BTN_2); break; in asus_input_mapping()
Dhid-debug.c858 [BTN_2] = "Btn2", [BTN_3] = "Btn3",
Dhid-wiimote-modules.c59 BTN_2, /* WIIPROTO_KEY_TWO */
2197 BTN_2, /* WIIMOD_GUITAR_KEY_R */
Dwacom_wac.c270 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/
Datmel,captouch.txt32 <BTN_2>, <BTN_3>,
/Linux-v4.19/arch/mips/boot/dts/img/
Dpistachio_marduk.dts71 linux,code = <0x102>; /* BTN_2 */
/Linux-v4.19/drivers/input/tablet/
Dhanwang.c114 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/
Dlinux-event-codes.h345 #define BTN_2 0x102 macro
/Linux-v4.19/include/uapi/linux/
Dinput-event-codes.h345 #define BTN_2 0x102 macro
/Linux-v4.19/arch/arm/boot/dts/
Dam3517-evm.dts52 linux,code = <BTN_2>;
Dlogicpd-torpedo-baseboard.dtsi30 linux,code = <BTN_2>;
Dimx6qdl-gw560x.dtsi306 MATRIX_KEY(0x01, 0x01, BTN_2)
/Linux-v4.19/arch/mips/bcm47xx/
Dbuttons.c35 BCM47XX_GPIO_KEY(6, BTN_2), /* AP mode */
/Linux-v4.19/drivers/input/mouse/
Dalps.c351 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/
Dinput.c55 BTN_2,
/Linux-v4.19/drivers/input/
Dmousedev.c240 case BTN_2: in mousedev_key_event()
/Linux-v4.19/drivers/extcon/
Dextcon-arizona.c124 { .max = 54, .key = BTN_2 },