Searched refs:BTN_7 (Results 1 – 15 of 15) sorted by relevance
| /linux/drivers/input/joystick/ |
| A D | spaceball.c | 98 input_report_key(dev, BTN_7, data[1] & 0x04); in spaceball_process_packet() 110 input_report_key(dev, BTN_7, data[2] & 0x80); in spaceball_process_packet() 235 BIT_MASK(BTN_7) | BIT_MASK(BTN_8); in spaceball_connect()
|
| A 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 };
|
| A 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/Documentation/devicetree/bindings/input/ |
| A D | atmel,captouch.txt | 34 <BTN_6>, <BTN_7>;
|
| /linux/drivers/hid/ |
| A D | hid-chicony.c | 74 case 0xff07: ch_map_key_clear(BTN_7); break; in ch_input_mapping()
|
| A D | hid-debug.c | 845 [BTN_6] = "Btn6", [BTN_7] = "Btn7",
|
| A D | hid-asus.c | 920 case 0xff07: asus_map_key_clear(BTN_7); break; in asus_input_mapping()
|
| A D | hid-logitech-hidpp.c | 3341 __set_bit(BTN_7, input_dev->keybit); in hidpp10_extra_mouse_buttons_populate_input()
|
| A D | wacom_wac.c | 1095 input_report_key(input, BTN_7, (data[9] & 0x80)); in wacom_remote_irq()
|
| /linux/drivers/input/tablet/ |
| A D | hanwang.c | 100 BTN_0, BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8,
|
| /linux/include/dt-bindings/input/ |
| A D | linux-event-codes.h | 350 #define BTN_7 0x107 macro
|
| /linux/arch/arm/boot/dts/ |
| A D | am3517-evm.dts | 84 linux,code = <BTN_7>;
|
| A D | imx6qdl-gw560x.dtsi | 469 MATRIX_KEY(0x01, 0x03, BTN_7)
|
| /linux/include/uapi/linux/ |
| A D | input-event-codes.h | 350 #define BTN_7 0x107 macro
|
| /linux/sound/usb/caiaq/ |
| A D | input.c | 45 BTN_7,
|
Completed in 40 milliseconds