Searched refs:BTN_4 (Results 1 – 17 of 17) sorted by relevance
/Linux-v4.19/drivers/input/joystick/ |
D | spaceball.c | 100 input_report_key(dev, BTN_4, data[2] & 0x08); in spaceball_process_packet() 112 input_report_key(dev, BTN_4, data[2] & 0x08); 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 };
|
/Linux-v4.19/drivers/hid/ |
D | hid-chicony.c | 41 case 0xff04: ch_map_key_clear(BTN_4); break; in ch_input_mapping()
|
D | hid-asus.c | 531 case 0xff04: asus_map_key_clear(BTN_4); break; in asus_input_mapping()
|
D | hid-debug.c | 859 [BTN_4] = "Btn4", [BTN_5] = "Btn5",
|
D | hid-wiimote-modules.c | 2199 BTN_4, /* WIIMOD_GUITAR_KEY_B */
|
D | wacom_wac.c | 1046 input_report_key(input, BTN_4, (data[9] & 0x10)); in wacom_remote_irq()
|
/Linux-v4.19/Documentation/devicetree/bindings/input/ |
D | atmel,captouch.txt | 33 <BTN_4>, <BTN_5>,
|
/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 | 347 #define BTN_4 0x104 macro
|
/Linux-v4.19/include/uapi/linux/ |
D | input-event-codes.h | 347 #define BTN_4 0x104 macro
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | am3517-evm.dts | 64 linux,code = <BTN_4>;
|
D | imx6qdl-gw560x.dtsi | 308 MATRIX_KEY(0x02, 0x00, BTN_4)
|
/Linux-v4.19/sound/usb/caiaq/ |
D | input.c | 53 BTN_4, /* 8 softkeys */
|
/Linux-v4.19/drivers/input/ |
D | mousedev.c | 249 case BTN_4: in mousedev_key_event()
|
/Linux-v4.19/drivers/extcon/ |
D | extcon-arizona.c | 126 { .max = 186, .key = BTN_4 },
|