Searched refs:BTN_3 (Results 1 – 20 of 20) sorted by relevance
/Linux-v4.19/drivers/input/joystick/ |
D | spaceball.c | 99 input_report_key(dev, BTN_3, data[2] & 0x04); in spaceball_process_packet() 111 input_report_key(dev, BTN_3, data[2] & 0x04); in spaceball_process_packet() 238 BIT_MASK(BTN_3) | BIT_MASK(BTN_4) | 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/hid/ |
D | hid-chicony.c | 40 case 0xff03: ch_map_key_clear(BTN_3); break; in ch_input_mapping()
|
D | hid-asus.c | 530 case 0xff03: asus_map_key_clear(BTN_3); break; in asus_input_mapping()
|
D | hid-debug.c | 858 [BTN_2] = "Btn2", [BTN_3] = "Btn3",
|
D | wacom_wac.c | 271 input_report_key(input, BTN_3, (data[1] & 0x08)); in wacom_dtus_irq() 1045 input_report_key(input, BTN_3, (data[9] & 0x08)); in wacom_remote_irq()
|
D | hid-wiimote-modules.c | 2198 BTN_3, /* WIIMOD_GUITAR_KEY_Y */
|
/Linux-v4.19/Documentation/devicetree/bindings/input/ |
D | atmel,captouch.txt | 32 <BTN_2>, <BTN_3>,
|
/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 | 346 #define BTN_3 0x103 macro
|
/Linux-v4.19/include/uapi/linux/ |
D | input-event-codes.h | 346 #define BTN_3 0x103 macro
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | am3517-evm.dts | 58 linux,code = <BTN_3>;
|
D | logicpd-torpedo-baseboard.dtsi | 37 linux,code = <BTN_3>;
|
D | imx6qdl-gw560x.dtsi | 307 MATRIX_KEY(0x01, 0x00, BTN_3)
|
/Linux-v4.19/drivers/input/mouse/ |
D | alps.c | 352 input_report_key(dev, BTN_3, packet[0] & 0x20); in alps_process_packet_v1_v2() 3068 dev1->keybit[BIT_WORD(BTN_3)] |= BIT_MASK(BTN_3); in alps_init()
|
/Linux-v4.19/sound/usb/caiaq/ |
D | input.c | 54 BTN_3,
|
/Linux-v4.19/drivers/input/ |
D | mousedev.c | 245 case BTN_3: in mousedev_key_event()
|
/Linux-v4.19/drivers/extcon/ |
D | extcon-arizona.c | 125 { .max = 100, .key = BTN_3 },
|