/linux-4.1.27/drivers/input/joystick/ |
D | spaceball.c | 103 input_report_key(dev, BTN_3, data[2] & 0x04); in spaceball_process_packet() 115 input_report_key(dev, BTN_3, data[2] & 0x04); in spaceball_process_packet() 239 BIT_MASK(BTN_3) | BIT_MASK(BTN_4) | 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 | 39 case 0xff03: ch_map_key_clear(BTN_3); break; in ch_input_mapping()
|
D | wacom_wac.c | 260 input_report_key(input, BTN_3, (data[1] & 0x08)); in wacom_dtus_irq() 712 input_report_key(input, BTN_3, (data[3] & 0x04)); in wacom_intuos_irq() 735 input_report_key(input, BTN_3, (data[6] & 0x08)); in wacom_intuos_irq() 747 input_report_key(input, BTN_3, (data[4] & 0x04)); in wacom_intuos_irq() 762 input_report_key(input, BTN_3, (data[6] & 0x08)); in wacom_intuos_irq() 827 input_report_key(input, BTN_3, (data[4] & 0x04)); in wacom_intuos_irq() 872 input_report_key(input, BTN_3, (data[6] & 0x04)); in wacom_intuos_irq() 897 input_report_key(input, BTN_3, (data[5] & 0x08)); in wacom_intuos_irq() 2580 __set_bit(BTN_3, input_dev->keybit); in wacom_setup_pad_input_capabilities()
|
D | hid-debug.c | 856 [BTN_2] = "Btn2", [BTN_3] = "Btn3",
|
/linux-4.1.27/arch/arm/boot/dts/include/dt-bindings/input/ |
D | input.h | 278 #define BTN_3 0x103 macro
|
/linux-4.1.27/arch/mips/boot/dts/include/dt-bindings/input/ |
D | input.h | 278 #define BTN_3 0x103 macro
|
/linux-4.1.27/include/dt-bindings/input/ |
D | input.h | 278 #define BTN_3 0x103 macro
|
/linux-4.1.27/arch/powerpc/boot/dts/include/dt-bindings/input/ |
D | input.h | 278 #define BTN_3 0x103 macro
|
/linux-4.1.27/arch/arm64/boot/dts/include/dt-bindings/input/ |
D | input.h | 278 #define BTN_3 0x103 macro
|
/linux-4.1.27/arch/metag/boot/dts/include/dt-bindings/input/ |
D | input.h | 278 #define BTN_3 0x103 macro
|
/linux-4.1.27/arch/blackfin/mach-bf533/boards/ |
D | ezkit.c | 374 {BTN_3, GPIO_PF10, 1, "gpio-keys: BTN3"},
|
/linux-4.1.27/arch/blackfin/mach-bf561/boards/ |
D | ezkit.c | 362 {BTN_3, GPIO_PF8, 1, "gpio-keys: BTN3"},
|
/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/include/uapi/linux/ |
D | input.h | 486 #define BTN_3 0x103 macro
|
/linux-4.1.27/drivers/input/mouse/ |
D | alps.c | 345 input_report_key(dev, BTN_3, packet[0] & 0x20); in alps_process_packet_v1_v2() 2901 dev1->keybit[BIT_WORD(BTN_3)] |= BIT_MASK(BTN_3); in alps_init()
|
/linux-4.1.27/arch/blackfin/mach-bf537/boards/ |
D | stamp.c | 98 {BTN_3, GPIO_PF5, 1, "gpio-keys: BTN3"}, 618 .keycode = BTN_3,
|
/linux-4.1.27/sound/usb/caiaq/ |
D | input.c | 54 BTN_3,
|
/linux-4.1.27/drivers/input/ |
D | mousedev.c | 244 case BTN_3: in mousedev_key_event()
|
/linux-4.1.27/drivers/extcon/ |
D | extcon-arizona.c | 111 { .max = 100, .key = BTN_3 },
|
/linux-4.1.27/arch/blackfin/mach-bf548/boards/ |
D | ezkit.c | 1787 {BTN_3, GPIO_PB11, 1, "gpio-keys: BTN3"},
|