/linux-4.1.27/drivers/input/joystick/ |
D | spaceball.c | 101 input_report_key(dev, BTN_1, (data[2] & 0x01) || (data[2] & 0x20)); in spaceball_process_packet() 113 input_report_key(dev, BTN_1, data[2] & 0x01); in spaceball_process_packet() 243 input_dev->keybit[BIT_WORD(BTN_0)] |= BIT_MASK(BTN_1) | 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 | 37 case 0xff01: ch_map_key_clear(BTN_1); break; in ch_input_mapping()
|
D | wacom_wac.c | 258 input_report_key(input, BTN_1, (data[1] & 0x02)); in wacom_dtus_irq() 429 input_report_key(pad_input, BTN_1, (data[7] & 0x01)); in wacom_graphire_irq() 710 input_report_key(input, BTN_1, (data[3] & 0x01)); in wacom_intuos_irq() 733 input_report_key(input, BTN_1, (data[6] & 0x02)); in wacom_intuos_irq() 745 input_report_key(input, BTN_1, (data[4] & 0x01)); in wacom_intuos_irq() 760 input_report_key(input, BTN_1, (data[6] & 0x02)); in wacom_intuos_irq() 825 input_report_key(input, BTN_1, (data[4] & 0x01)); in wacom_intuos_irq() 853 input_report_key(input, BTN_1 + i, data[4] & (1 << i)); in wacom_intuos_irq() 870 input_report_key(input, BTN_1, (data[6] & 0x01)); in wacom_intuos_irq() 895 input_report_key(input, BTN_1, (data[5] & 0x02)); in wacom_intuos_irq() [all …]
|
D | hid-apple.c | 357 else if (usage->code == BTN_1) in apple_input_mapped() 360 hid_map_usage(hi, usage, bit, max, EV_KEY, BTN_1); in apple_input_mapped()
|
D | hid-debug.c | 855 [BTN_0] = "Btn0", [BTN_1] = "Btn1",
|
D | hid-wiimote-modules.c | 58 BTN_1, /* WIIPROTO_KEY_ONE */
|
/linux-4.1.27/arch/mips/ath79/ |
D | mach-ap81.c | 63 .code = BTN_1,
|
/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, 233 BTN_1 + i, data[3] & (1 << i)); in hanwang_parse_packet() 247 BTN_1 + i, data[5] & (1 << i)); in hanwang_parse_packet()
|
/linux-4.1.27/arch/sh/boards/mach-rsk/ |
D | devices-rsk7203.c | 96 .code = BTN_1,
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | omap3-overo-palo43-common.dtsi | 48 linux,code = <BTN_1>;
|
D | omap3-overo-gallop43-common.dtsi | 48 linux,code = <BTN_1>;
|
D | omap3-overo-chestnut43-common.dtsi | 48 linux,code = <BTN_1>;
|
/linux-4.1.27/arch/arm/boot/dts/include/dt-bindings/input/ |
D | input.h | 276 #define BTN_1 0x101 macro
|
/linux-4.1.27/arch/blackfin/mach-bf533/boards/ |
D | blackstamp.c | 345 {BTN_1, GPIO_PF5, 0, "gpio-keys: BTN1"},
|
D | ezkit.c | 372 {BTN_1, GPIO_PF8, 1, "gpio-keys: BTN1"},
|
D | stamp.c | 495 {BTN_1, GPIO_PF6, 0, "gpio-keys: BTN1"},
|
/linux-4.1.27/arch/mips/boot/dts/include/dt-bindings/input/ |
D | input.h | 276 #define BTN_1 0x101 macro
|
/linux-4.1.27/include/dt-bindings/input/ |
D | input.h | 276 #define BTN_1 0x101 macro
|
/linux-4.1.27/arch/powerpc/boot/dts/include/dt-bindings/input/ |
D | input.h | 276 #define BTN_1 0x101 macro
|
/linux-4.1.27/arch/arm64/boot/dts/include/dt-bindings/input/ |
D | input.h | 276 #define BTN_1 0x101 macro
|
/linux-4.1.27/arch/metag/boot/dts/include/dt-bindings/input/ |
D | input.h | 276 #define BTN_1 0x101 macro
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | board-overo.c | 352 .code = BTN_1,
|
/linux-4.1.27/arch/blackfin/mach-bf561/boards/ |
D | ezkit.c | 360 {BTN_1, GPIO_PF6, 1, "gpio-keys: BTN1"},
|
/linux-4.1.27/arch/blackfin/mach-bf518/boards/ |
D | tcm-bf518.c | 573 {BTN_1, GPIO_PG13, 1, "gpio-keys: BTN1"},
|
D | ezbrd.c | 651 {BTN_1, GPIO_PG13, 1, "gpio-keys: BTN1"},
|
/linux-4.1.27/arch/mips/bcm47xx/ |
D | buttons.c | 27 BCM47XX_GPIO_KEY(5, BTN_1), /* Repeater mode */
|
/linux-4.1.27/arch/blackfin/mach-bf527/boards/ |
D | ezbrd.c | 694 {BTN_1, GPIO_PG13, 1, "gpio-keys: BTN1"},
|
D | ezkit.c | 1078 {BTN_1, GPIO_PG13, 1, "gpio-keys: BTN1"},
|
/linux-4.1.27/include/uapi/linux/ |
D | input.h | 484 #define BTN_1 0x101 macro
|
/linux-4.1.27/drivers/input/mouse/ |
D | alps.c | 343 input_report_key(dev, BTN_1, packet[0] & 0x10); in alps_process_packet_v1_v2() 2899 dev1->keybit[BIT_WORD(BTN_1)] |= BIT_MASK(BTN_1); in alps_init()
|
D | synaptics.c | 875 input_report_key(dev, BTN_1 + 2 * i, in synaptics_report_ext_buttons()
|
/linux-4.1.27/arch/blackfin/mach-bf537/boards/ |
D | stamp.c | 96 {BTN_1, GPIO_PF3, 1, "gpio-keys: BTN1"}, 608 .keycode = BTN_1,
|
/linux-4.1.27/sound/usb/caiaq/ |
D | input.c | 56 BTN_1,
|
/linux-4.1.27/drivers/input/ |
D | mousedev.c | 236 case BTN_1: in mousedev_key_event()
|
/linux-4.1.27/drivers/extcon/ |
D | extcon-arizona.c | 109 { .max = 28, .key = BTN_1 },
|
/linux-4.1.27/arch/blackfin/mach-bf609/boards/ |
D | ezkit.c | 1708 {BTN_1, GPIO_PE1, 1, "gpio-keys: BTN1"},
|
/linux-4.1.27/arch/blackfin/mach-bf548/boards/ |
D | ezkit.c | 1785 {BTN_1, GPIO_PB9, 1, "gpio-keys: BTN1"},
|