Searched refs:BTN_7 (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/drivers/input/joystick/ |
D | spaceball.c | 103 input_report_key(dev, BTN_7, data[1] & 0x04); in spaceball_process_packet() 115 input_report_key(dev, BTN_7, data[2] & 0x80); in spaceball_process_packet() 240 BIT_MASK(BTN_7) | BIT_MASK(BTN_8); 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 | 44 case 0xff07: ch_map_key_clear(BTN_7); break; in ch_input_mapping()
|
D | hid-asus.c | 534 case 0xff07: asus_map_key_clear(BTN_7); break; in asus_input_mapping()
|
D | hid-debug.c | 860 [BTN_6] = "Btn6", [BTN_7] = "Btn7",
|
D | wacom_wac.c | 1049 input_report_key(input, BTN_7, (data[9] & 0x80)); in wacom_remote_irq()
|
/Linux-v4.19/Documentation/devicetree/bindings/input/ |
D | atmel,captouch.txt | 34 <BTN_6>, <BTN_7>;
|
/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/uapi/linux/ |
D | input-event-codes.h | 350 #define BTN_7 0x107 macro
|
/Linux-v4.19/include/dt-bindings/input/ |
D | linux-event-codes.h | 350 #define BTN_7 0x107 macro
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | am3517-evm.dts | 82 linux,code = <BTN_7>;
|
D | imx6qdl-gw560x.dtsi | 311 MATRIX_KEY(0x01, 0x03, BTN_7)
|
/Linux-v4.19/sound/usb/caiaq/ |
D | input.c | 58 BTN_7,
|