Searched refs:BTN_6 (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/drivers/input/joystick/ |
D | spaceball.c | 102 input_report_key(dev, BTN_6, data[1] & 0x02); in spaceball_process_packet() 114 input_report_key(dev, BTN_6, data[2] & 0x20); 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 | 43 case 0xff06: ch_map_key_clear(BTN_6); break; in ch_input_mapping()
|
D | hid-asus.c | 533 case 0xff06: asus_map_key_clear(BTN_6); break; in asus_input_mapping()
|
D | hid-debug.c | 860 [BTN_6] = "Btn6", [BTN_7] = "Btn7",
|
D | wacom_wac.c | 1048 input_report_key(input, BTN_6, (data[9] & 0x40)); 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/dt-bindings/input/ |
D | linux-event-codes.h | 349 #define BTN_6 0x106 macro
|
/Linux-v4.19/include/uapi/linux/ |
D | input-event-codes.h | 349 #define BTN_6 0x106 macro
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | am3517-evm.dts | 76 linux,code = <BTN_6>;
|
D | imx6qdl-gw560x.dtsi | 310 MATRIX_KEY(0x00, 0x02, BTN_6)
|
/Linux-v4.19/sound/usb/caiaq/ |
D | input.c | 59 BTN_6,
|