Searched refs:BTN_8 (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/drivers/input/joystick/ |
D | spaceball.c | 104 input_report_key(dev, BTN_8, data[1] & 0x10); in spaceball_process_packet() 116 input_report_key(dev, BTN_8, data[1] & 0x01); in spaceball_process_packet() 240 BIT_MASK(BTN_7) | BIT_MASK(BTN_8); in spaceball_connect() 244 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 | 45 case 0xff08: ch_map_key_clear(BTN_8); break; in ch_input_mapping()
|
D | hid-asus.c | 535 case 0xff08: asus_map_key_clear(BTN_8); break; in asus_input_mapping()
|
D | hid-debug.c | 861 [BTN_8] = "Btn8", [BTN_9] = "Btn9",
|
D | wacom_wac.c | 1051 input_report_key(input, BTN_8, (data[10] & 0x01)); in wacom_remote_irq()
|
/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 | 351 #define BTN_8 0x108 macro
|
/Linux-v4.19/include/uapi/linux/ |
D | input-event-codes.h | 351 #define BTN_8 0x108 macro
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | am3517-evm.dts | 88 linux,code = <BTN_8>;
|
D | imx6qdl-gw560x.dtsi | 312 MATRIX_KEY(0x01, 0x02, BTN_8)
|
/Linux-v4.19/sound/usb/caiaq/ |
D | input.c | 57 BTN_8,
|