Searched refs:BTN_5 (Results 1 – 16 of 16) sorted by relevance
/Linux-v4.19/drivers/input/joystick/ |
D | spaceball.c | 101 input_report_key(dev, BTN_5, data[1] & 0x01); in spaceball_process_packet() 113 input_report_key(dev, BTN_5, data[2] & 0x10); in spaceball_process_packet() 239 BIT_MASK(BTN_5) | BIT_MASK(BTN_6) | 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 | 42 case 0xff05: ch_map_key_clear(BTN_5); break; in ch_input_mapping()
|
D | hid-asus.c | 532 case 0xff05: asus_map_key_clear(BTN_5); break; in asus_input_mapping()
|
D | hid-debug.c | 859 [BTN_4] = "Btn4", [BTN_5] = "Btn5",
|
D | hid-wiimote-modules.c | 2200 BTN_5, /* WIIMOD_GUITAR_KEY_O */
|
D | wacom_wac.c | 1047 input_report_key(input, BTN_5, (data[9] & 0x20)); 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, 245 BTN_5 + i, data[6] & (1 << i)); in hanwang_parse_packet()
|
/Linux-v4.19/include/dt-bindings/input/ |
D | linux-event-codes.h | 348 #define BTN_5 0x105 macro
|
/Linux-v4.19/include/uapi/linux/ |
D | input-event-codes.h | 348 #define BTN_5 0x105 macro
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | am3517-evm.dts | 70 linux,code = <BTN_5>;
|
D | imx6qdl-gw560x.dtsi | 309 MATRIX_KEY(0x00, 0x03, BTN_5)
|
/Linux-v4.19/sound/usb/caiaq/ |
D | input.c | 60 BTN_5,
|
/Linux-v4.19/drivers/extcon/ |
D | extcon-arizona.c | 127 { .max = 430, .key = BTN_5 },
|