/linux-4.1.27/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 | 558 static const short gc_psx_ddr_btn[] = { BTN_0, BTN_1, BTN_2, BTN_3 };
|
/linux-4.1.27/drivers/hid/ |
D | hid-chicony.c | 38 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 | 259 input_report_key(input, BTN_2, (data[1] & 0x04)); in wacom_dtus_irq() 711 input_report_key(input, BTN_2, (data[3] & 0x02)); in wacom_intuos_irq() 734 input_report_key(input, BTN_2, (data[6] & 0x04)); in wacom_intuos_irq() 746 input_report_key(input, BTN_2, (data[4] & 0x02)); in wacom_intuos_irq() 761 input_report_key(input, BTN_2, (data[6] & 0x04)); in wacom_intuos_irq() 826 input_report_key(input, BTN_2, (data[4] & 0x02)); in wacom_intuos_irq() 871 input_report_key(input, BTN_2, (data[6] & 0x02)); in wacom_intuos_irq() 896 input_report_key(input, BTN_2, (data[5] & 0x04)); in wacom_intuos_irq() 2579 __set_bit(BTN_2, input_dev->keybit); in wacom_setup_pad_input_capabilities()
|
D | hid-debug.c | 856 [BTN_2] = "Btn2", [BTN_3] = "Btn3",
|
D | hid-wiimote-modules.c | 59 BTN_2, /* WIIPROTO_KEY_TWO */
|
/linux-4.1.27/arch/sh/boards/mach-rsk/ |
D | devices-rsk7203.c | 101 .code = BTN_2,
|
/linux-4.1.27/arch/arm/boot/dts/include/dt-bindings/input/ |
D | input.h | 277 #define BTN_2 0x102 macro
|
/linux-4.1.27/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.1.27/arch/mips/boot/dts/include/dt-bindings/input/ |
D | input.h | 277 #define BTN_2 0x102 macro
|
/linux-4.1.27/include/dt-bindings/input/ |
D | input.h | 277 #define BTN_2 0x102 macro
|
/linux-4.1.27/arch/powerpc/boot/dts/include/dt-bindings/input/ |
D | input.h | 277 #define BTN_2 0x102 macro
|
/linux-4.1.27/arch/arm64/boot/dts/include/dt-bindings/input/ |
D | input.h | 277 #define BTN_2 0x102 macro
|
/linux-4.1.27/arch/metag/boot/dts/include/dt-bindings/input/ |
D | input.h | 277 #define BTN_2 0x102 macro
|
/linux-4.1.27/arch/blackfin/mach-bf561/boards/ |
D | ezkit.c | 361 {BTN_2, GPIO_PF7, 1, "gpio-keys: BTN2"},
|
/linux-4.1.27/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.1.27/arch/mips/bcm47xx/ |
D | buttons.c | 28 BCM47XX_GPIO_KEY(6, BTN_2), /* AP mode */
|
/linux-4.1.27/include/uapi/linux/ |
D | input.h | 485 #define BTN_2 0x102 macro
|
/linux-4.1.27/drivers/input/mouse/ |
D | alps.c | 344 input_report_key(dev, BTN_2, packet[3] & 4); in alps_process_packet_v1_v2() 2900 dev1->keybit[BIT_WORD(BTN_2)] |= BIT_MASK(BTN_2); in alps_init()
|
/linux-4.1.27/arch/blackfin/mach-bf537/boards/ |
D | stamp.c | 97 {BTN_2, GPIO_PF4, 1, "gpio-keys: BTN2"}, 613 .keycode = BTN_2,
|
/linux-4.1.27/sound/usb/caiaq/ |
D | input.c | 55 BTN_2,
|
/linux-4.1.27/drivers/input/ |
D | mousedev.c | 239 case BTN_2: in mousedev_key_event()
|
/linux-4.1.27/drivers/extcon/ |
D | extcon-arizona.c | 110 { .max = 54, .key = BTN_2 },
|
/linux-4.1.27/arch/blackfin/mach-bf548/boards/ |
D | ezkit.c | 1786 {BTN_2, GPIO_PB10, 1, "gpio-keys: BTN2"},
|