Searched full:btn_7 (Results  1 – 15 of 15) sorted by relevance
| /linux/drivers/input/joystick/ | 
| H A D | spaceball.c | 95 			input_report_key(dev, BTN_7, data[1] & 0x04);  in spaceball_process_packet()107 			input_report_key(dev, BTN_7, data[2] & 0x80);  in spaceball_process_packet()
 232 				BIT_MASK(BTN_7) | BIT_MASK(BTN_8);  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 | 74 	case 0xff07: ch_map_key_clear(BTN_7);	break;  in ch_input_mapping()
 | 
| H A D | hid-uclogic-core.c | 74 	BTN_7,
 | 
| H A D | hid-asus.c | 1024 		case 0xff07: asus_map_key_clear(BTN_7);	break;  in asus_input_mapping()
 | 
| H A D | hid-wiimote-modules.c | 2434 	BTN_7,			/* WIIMOD_TURNTABLE_KEY_EUPHORIA */
 | 
| H A D | hid-logitech-hidpp.c | 3599 	__set_bit(BTN_7, input_dev->keybit);  in hidpp10_extra_mouse_buttons_populate_input()
 | 
| H A D | hid-debug.c | 3274 	[BTN_6] = "Btn6",			[BTN_7] = "Btn7",
 | 
| H A D | wacom_wac.c | 1101 	input_report_key(input, BTN_7, (data[9] & 0x80));  in wacom_remote_irq()
 | 
| /linux/arch/arm/boot/dts/ti/omap/ | 
| H A D | am3517-evm.dts | 84 			linux,code = <BTN_7>;
 | 
| /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/include/dt-bindings/input/ | 
| H A D | linux-event-codes.h | 352 #define BTN_7			0x107351 #define BTN_7 global()  macro
 
 | 
| /linux/include/uapi/linux/ | 
| H A D | input-event-codes.h | 352 #define BTN_7			0x107351 #define BTN_7 global()  macro
 
 |