Searched refs:BTN_8 (Results 1 – 13 of 13) sorted by relevance
/linux-5.19.10/drivers/input/joystick/ |
D | spaceball.c | 99 input_report_key(dev, BTN_8, data[1] & 0x10); in spaceball_process_packet() 111 input_report_key(dev, BTN_8, data[1] & 0x01); in spaceball_process_packet() 235 BIT_MASK(BTN_7) | BIT_MASK(BTN_8); in spaceball_connect() 239 BIT_MASK(BTN_8); in spaceball_connect()
|
D | magellan.c | 31 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 | 71 static short adi_cm2_key[] = { BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8 };
|
/linux-5.19.10/drivers/hid/ |
D | hid-chicony.c | 75 case 0xff08: ch_map_key_clear(BTN_8); break; in ch_input_mapping()
|
D | hid-debug.c | 883 [BTN_8] = "Btn8", [BTN_9] = "Btn9",
|
D | hid-asus.c | 921 case 0xff08: asus_map_key_clear(BTN_8); break; in asus_input_mapping()
|
D | wacom_wac.c | 1107 input_report_key(input, BTN_8, (data[10] & 0x01)); in wacom_remote_irq()
|
/linux-5.19.10/drivers/input/tablet/ |
D | hanwang.c | 100 BTN_0, BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8,
|
/linux-5.19.10/include/uapi/linux/ |
D | input-event-codes.h | 352 #define BTN_8 0x108 macro
|
/linux-5.19.10/include/dt-bindings/input/ |
D | linux-event-codes.h | 352 #define BTN_8 0x108 macro
|
/linux-5.19.10/arch/arm/boot/dts/ |
D | am3517-evm.dts | 90 linux,code = <BTN_8>;
|
D | imx6qdl-gw560x.dtsi | 470 MATRIX_KEY(0x01, 0x02, BTN_8)
|
/linux-5.19.10/sound/usb/caiaq/ |
D | input.c | 44 BTN_8,
|