/linux-4.4.14/drivers/input/joystick/ |
D | spaceball.c | 102 input_report_key(dev, BTN_2, data[2] & 0x02); in spaceball_process_packet() 114 input_report_key(dev, BTN_2, data[2] & 0x02); in spaceball_process_packet() 238 input_dev->keybit[BIT_WORD(BTN_0)] |= BIT_MASK(BTN_2) | in spaceball_connect()
|
D | magellan.c | 47 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 | 87 static short adi_cm2_key[] = { BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8 };
|
D | gamecon.c | 559 static const short gc_psx_ddr_btn[] = { BTN_0, BTN_1, BTN_2, BTN_3 };
|
/linux-4.4.14/arch/sh/boards/mach-rsk/ |
D | devices-rsk7203.c | 101 .code = BTN_2,
|
/linux-4.4.14/drivers/hid/ |
D | hid-chicony.c | 39 case 0xff02: ch_map_key_clear(BTN_2); break; in ch_input_mapping()
|
D | hid-apple.c | 358 hid_map_usage(hi, usage, bit, max, EV_KEY, BTN_2); in apple_input_mapped() 359 else if (usage->code == BTN_2) in apple_input_mapped()
|
D | wacom_wac.c | 245 input_report_key(input, BTN_2, (data[1] & 0x04)); in wacom_dtus_irq() 655 input_report_key(input, BTN_2, (data[9] & 0x04)); in wacom_remote_irq() 824 input_report_key(input, BTN_2, (data[3] & 0x02)); in wacom_intuos_irq() 847 input_report_key(input, BTN_2, (data[6] & 0x04)); in wacom_intuos_irq() 859 input_report_key(input, BTN_2, (data[4] & 0x02)); in wacom_intuos_irq() 874 input_report_key(input, BTN_2, (data[6] & 0x04)); in wacom_intuos_irq() 939 input_report_key(input, BTN_2, (data[4] & 0x02)); in wacom_intuos_irq() 957 input_report_key(input, BTN_2, (data[2] & 0x01)); in wacom_intuos_irq() 1005 input_report_key(input, BTN_2, (data[6] & 0x02)); in wacom_intuos_irq() 1030 input_report_key(input, BTN_2, (data[5] & 0x04)); in wacom_intuos_irq()
|
D | hid-debug.c | 856 [BTN_2] = "Btn2", [BTN_3] = "Btn3",
|
D | hid-wiimote-modules.c | 59 BTN_2, /* WIIPROTO_KEY_TWO */
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | logicpd-torpedo-37xx-devkit.dts | 39 linux,code = <BTN_2>;
|
/linux-4.4.14/arch/blackfin/mach-bf533/boards/ |
D | blackstamp.c | 346 {BTN_2, GPIO_PF6, 0, "gpio-keys: BTN2"},
|
D | ezkit.c | 373 {BTN_2, GPIO_PF9, 1, "gpio-keys: BTN2"},
|
D | stamp.c | 496 {BTN_2, GPIO_PF8, 0, "gpio-keys: BTN2"},
|
/linux-4.4.14/arch/blackfin/mach-bf561/boards/ |
D | ezkit.c | 361 {BTN_2, GPIO_PF7, 1, "gpio-keys: BTN2"},
|
/linux-4.4.14/arch/arm/boot/dts/include/dt-bindings/input/ |
D | linux-event-codes.h | 344 #define BTN_2 0x102 macro
|
/linux-4.4.14/arch/cris/boot/dts/include/dt-bindings/input/ |
D | linux-event-codes.h | 344 #define BTN_2 0x102 macro
|
/linux-4.4.14/arch/metag/boot/dts/include/dt-bindings/input/ |
D | linux-event-codes.h | 344 #define BTN_2 0x102 macro
|
/linux-4.4.14/arch/arm64/boot/dts/include/dt-bindings/input/ |
D | linux-event-codes.h | 344 #define BTN_2 0x102 macro
|
/linux-4.4.14/include/dt-bindings/input/ |
D | linux-event-codes.h | 344 #define BTN_2 0x102 macro
|
/linux-4.4.14/arch/mips/bcm47xx/ |
D | buttons.c | 28 BCM47XX_GPIO_KEY(6, BTN_2), /* AP mode */
|
/linux-4.4.14/drivers/input/tablet/ |
D | hanwang.c | 118 BTN_0, BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8,
|
/linux-4.4.14/arch/powerpc/boot/dts/include/dt-bindings/input/ |
D | linux-event-codes.h | 344 #define BTN_2 0x102 macro
|
/linux-4.4.14/include/uapi/linux/ |
D | input-event-codes.h | 344 #define BTN_2 0x102 macro
|
/linux-4.4.14/arch/mips/boot/dts/include/dt-bindings/input/ |
D | linux-event-codes.h | 344 #define BTN_2 0x102 macro
|
/linux-4.4.14/drivers/input/mouse/ |
D | alps.c | 344 input_report_key(dev, BTN_2, packet[3] & 4); in alps_process_packet_v1_v2() 2908 dev1->keybit[BIT_WORD(BTN_2)] |= BIT_MASK(BTN_2); in alps_init()
|
/linux-4.4.14/arch/blackfin/mach-bf537/boards/ |
D | stamp.c | 97 {BTN_2, GPIO_PF4, 1, "gpio-keys: BTN2"}, 613 .keycode = BTN_2,
|
/linux-4.4.14/sound/usb/caiaq/ |
D | input.c | 55 BTN_2,
|
/linux-4.4.14/drivers/input/ |
D | mousedev.c | 239 case BTN_2: in mousedev_key_event()
|
/linux-4.4.14/arch/blackfin/mach-bf548/boards/ |
D | ezkit.c | 1786 {BTN_2, GPIO_PB10, 1, "gpio-keys: BTN2"},
|
/linux-4.4.14/drivers/extcon/ |
D | extcon-arizona.c | 121 { .max = 54, .key = BTN_2 },
|