Searched full:btn_6 (Results 1 – 14 of 14) sorted by relevance
/linux/drivers/input/joystick/ |
H A D | spaceball.c | 94 input_report_key(dev, BTN_6, data[1] & 0x02); in spaceball_process_packet() 106 input_report_key(dev, BTN_6, data[2] & 0x20); in spaceball_process_packet() 231 BIT_MASK(BTN_5) | BIT_MASK(BTN_6) | in spaceball_connect()
|
H A D | magellan.c | 28 static int magellan_buttons[] = { BTN_0, BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8 };
|
H A D | adi.c | 68 static short adi_cm2_key[] = { BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8 };
|
/linux/Documentation/devicetree/bindings/input/ |
H A D | atmel,captouch.yaml | 56 <BTN_6>, <BTN_7>;
|
/linux/drivers/hid/ |
H A D | hid-chicony.c | 73 case 0xff06: ch_map_key_clear(BTN_6); break; in ch_input_mapping()
|
H A D | hid-asus.c | 888 case 0xff06: asus_map_key_clear(BTN_6); break; in asus_input_mapping()
|
H A D | hid-wiimote-modules.c | 2433 BTN_6, /* WIIMOD_TURNTABLE_KEY_B_LEFT */
|
H A D | hid-logitech-hidpp.c | 3596 __set_bit(BTN_6, input_dev->keybit); in hidpp10_extra_mouse_buttons_populate_input()
|
H A D | wacom_wac.c | 1099 input_report_key(input, BTN_6, (data[9] & 0x40)); in wacom_remote_irq()
|
/linux/arch/arm/boot/dts/ti/omap/ |
H A D | am3517-evm.dts | 78 linux,code = <BTN_6>;
|
/linux/drivers/input/tablet/ |
H A D | hanwang.c | 97 BTN_0, BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8,
|
/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6qdl-gw560x.dtsi | 468 MATRIX_KEY(0x00, 0x02, BTN_6)
|
/linux/include/uapi/linux/ |
H A D | input-event-codes.h | 350 #define BTN_6 0x106 macro
|
/linux/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 350 #define BTN_6 0x106 macro
|