/linux-4.4.14/drivers/input/joystick/ |
D | spaceball.c | 233 input_dev->keybit[BIT_WORD(BTN_0)] |= BIT_MASK(BTN_9); in spaceball_connect() 238 input_dev->keybit[BIT_WORD(BTN_0)] |= BIT_MASK(BTN_2) | in spaceball_connect() 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 | gamecon.c | 559 static const short gc_psx_ddr_btn[] = { BTN_0, BTN_1, BTN_2, BTN_3 };
|
/linux-4.4.14/arch/mips/bcm47xx/ |
D | buttons.c | 26 BCM47XX_GPIO_KEY(4, BTN_0), /* Router mode */ 137 BCM47XX_GPIO_KEY(5, BTN_0), /* Router / AP mode swtich */ 144 BCM47XX_GPIO_KEY(5, BTN_0), /* Router / AP mode swtich */ 151 BCM47XX_GPIO_KEY(5, BTN_0), /* Router / AP mode swtich */
|
/linux-4.4.14/arch/mips/ath79/ |
D | mach-ap81.c | 56 .code = BTN_0,
|
/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, 230 input_report_key(input_dev, BTN_0, data[2]); in hanwang_parse_packet() 244 input_report_key(input_dev, BTN_0, data[5] & 0x01); in hanwang_parse_packet()
|
/linux-4.4.14/drivers/input/misc/ |
D | powermate.c | 109 input_report_key(pm->input, BTN_0, pm->data[0] & 0x01); in powermate_irq() 370 input_dev->keybit[BIT_WORD(BTN_0)] = BIT_MASK(BTN_0); in powermate_probe()
|
D | rb532_button.c | 18 #define RB532_BTN_KSYM BTN_0
|
/linux-4.4.14/arch/sh/boards/mach-rsk/ |
D | devices-rsk7203.c | 91 .code = BTN_0,
|
/linux-4.4.14/Documentation/input/ |
D | input-programming.txt | 25 input_report_key(button_dev, BTN_0, inb(BUTTON_PORT) & 1); 47 button_dev->keybit[BIT_WORD(BTN_0)] = BIT_MASK(BTN_0); 87 type events, and from those only BTN_0 event code. Thus we only set these 91 set_bit(BTN_0, button_dev.keybit);
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | omap3-overo-palo43-common.dtsi | 42 linux,code = <BTN_0>;
|
D | omap3-overo-palo35-common.dtsi | 42 linux,code = <BTN_0>;
|
D | omap3-overo-gallop43-common.dtsi | 42 linux,code = <BTN_0>;
|
D | omap3-overo-chestnut43-common.dtsi | 42 linux,code = <BTN_0>;
|
D | omap3-overo-alto35-common.dtsi | 49 linux,code = <BTN_0>;
|
D | bcm4709-buffalo-wxr-1900dhp.dts | 118 linux,code = <BTN_0>;
|
D | bcm4708-buffalo-wzr-1750dhp.dts | 127 linux,code = <BTN_0>;
|
D | logicpd-torpedo-37xx-devkit.dts | 25 linux,code = <BTN_0>;
|
D | imx51-apf51dev.dts | 65 linux,code = <256>; /* BTN_0 */
|
D | omap4-duovero-parlor.dts | 37 linux,code = <BTN_0>;
|
D | imx6qdl-cubox-i.dtsi | 117 linux,code = <BTN_0>;
|
D | dra7-evm.dts | 139 linux,code = <BTN_0>;
|
/linux-4.4.14/drivers/mfd/ |
D | ucb1x00-assabet.c | 52 buttons[i].code = BTN_0 + i; in ucb1x00_assabet_add()
|
/linux-4.4.14/arch/mips/alchemy/ |
D | board-mtx1.c | 114 .code = BTN_0,
|
/linux-4.4.14/drivers/hid/ |
D | wacom_wac.c | 243 input_report_key(input, BTN_0, (data[1] & 0x01)); in wacom_dtus_irq() 414 input_report_key(pad_input, BTN_0, (data[7] & 0x02)); in wacom_graphire_irq() 653 input_report_key(input, BTN_0, (data[9] & 0x01)); in wacom_remote_irq() 822 input_report_key(input, BTN_0, (data[2] & 0x01)); in wacom_intuos_irq() 845 input_report_key(input, BTN_0, (data[6] & 0x01)); in wacom_intuos_irq() 857 input_report_key(input, BTN_0, (data[3] & 0x01)); in wacom_intuos_irq() 872 input_report_key(input, BTN_0, (data[6] & 0x01)); in wacom_intuos_irq() 947 input_report_key(input, BTN_0, (data[3] & 0x01)); /* Center */ in wacom_intuos_irq() 967 input_report_key(input, BTN_0, (data[1] & 0x01)); /* Center */ in wacom_intuos_irq() 979 input_report_key(input, BTN_0, (data[3] & 0x01)); in wacom_intuos_irq() [all …]
|
D | hid-ntrig.c | 880 __clear_bit(BTN_0, input->keybit); in ntrig_input_configured()
|
D | hid-debug.c | 855 [BTN_0] = "Btn0", [BTN_1] = "Btn1",
|
D | hid-sony.c | 887 [0x0f] = BTN_0, /* cross */
|
/linux-4.4.14/sound/core/ |
D | jack.c | 108 jack->key[i] = BTN_0 + i; in snd_jack_dev_register()
|
/linux-4.4.14/arch/blackfin/mach-bf533/boards/ |
D | blackstamp.c | 344 {BTN_0, GPIO_PF4, 0, "gpio-keys: BTN0"},
|
D | ezkit.c | 371 {BTN_0, GPIO_PF7, 1, "gpio-keys: BTN0"},
|
D | stamp.c | 494 {BTN_0, GPIO_PF5, 0, "gpio-keys: BTN0"},
|
/linux-4.4.14/arch/blackfin/mach-bf561/boards/ |
D | ezkit.c | 359 {BTN_0, GPIO_PF5, 1, "gpio-keys: BTN0"},
|
/linux-4.4.14/arch/arm/mach-omap1/ |
D | board-htcherald.c | 265 {BTN_0, HTCHERALD_GPIO_POWER, 1, "POWER", EV_KEY, 1, 20},
|
/linux-4.4.14/arch/arm/boot/dts/include/dt-bindings/input/ |
D | linux-event-codes.h | 342 #define BTN_0 0x100 macro
|
/linux-4.4.14/arch/cris/boot/dts/include/dt-bindings/input/ |
D | linux-event-codes.h | 342 #define BTN_0 0x100 macro
|
/linux-4.4.14/arch/metag/boot/dts/include/dt-bindings/input/ |
D | linux-event-codes.h | 342 #define BTN_0 0x100 macro
|
/linux-4.4.14/arch/arm64/boot/dts/include/dt-bindings/input/ |
D | linux-event-codes.h | 342 #define BTN_0 0x100 macro
|
/linux-4.4.14/include/dt-bindings/input/ |
D | linux-event-codes.h | 342 #define BTN_0 0x100 macro
|
/linux-4.4.14/arch/powerpc/boot/dts/include/dt-bindings/input/ |
D | linux-event-codes.h | 342 #define BTN_0 0x100 macro
|
/linux-4.4.14/include/uapi/linux/ |
D | input-event-codes.h | 342 #define BTN_0 0x100 macro
|
/linux-4.4.14/arch/blackfin/mach-bf518/boards/ |
D | tcm-bf518.c | 572 {BTN_0, GPIO_PG0, 1, "gpio-keys: BTN0"},
|
D | ezbrd.c | 650 {BTN_0, GPIO_PG0, 1, "gpio-keys: BTN0"},
|
/linux-4.4.14/arch/mips/boot/dts/include/dt-bindings/input/ |
D | linux-event-codes.h | 342 #define BTN_0 0x100 macro
|
/linux-4.4.14/arch/blackfin/mach-bf527/boards/ |
D | ezbrd.c | 693 {BTN_0, GPIO_PG0, 1, "gpio-keys: BTN0"},
|
D | cm_bf527.c | 819 {BTN_0, GPIO_PF14, 1, "gpio-keys: BTN0"},
|
D | ezkit.c | 1077 {BTN_0, GPIO_PG0, 1, "gpio-keys: BTN0"},
|
/linux-4.4.14/drivers/input/mouse/ |
D | synaptics.c | 873 input_report_key(dev, BTN_0 + 2 * i, in synaptics_report_ext_buttons() 1240 __set_bit(BTN_0 + i, dev->keybit); in set_input_params()
|
D | alps.c | 342 input_report_key(dev, BTN_0, packet[2] & 4); in alps_process_packet_v1_v2() 2906 dev1->keybit[BIT_WORD(BTN_0)] |= BIT_MASK(BTN_0); in alps_init()
|
/linux-4.4.14/arch/blackfin/mach-bf538/boards/ |
D | ezkit.c | 771 {BTN_0, GPIO_PC7, 1, "gpio-keys: BTN0"},
|
/linux-4.4.14/arch/blackfin/mach-bf548/boards/ |
D | cm_bf548.c | 1065 {BTN_0, GPIO_PH7, 1, "gpio-keys: BTN0"},
|
D | ezkit.c | 1784 {BTN_0, GPIO_PB8, 1, "gpio-keys: BTN0"},
|
/linux-4.4.14/drivers/input/ |
D | mousedev.c | 232 case BTN_0: in mousedev_key_event()
|
/linux-4.4.14/arch/blackfin/mach-bf609/boards/ |
D | ezkit.c | 1707 {BTN_0, GPIO_PB10, 1, "gpio-keys: BTN0"},
|
/linux-4.4.14/drivers/extcon/ |
D | extcon-arizona.c | 119 { .max = 11, .key = BTN_0 },
|
/linux-4.4.14/arch/blackfin/mach-bf537/boards/ |
D | stamp.c | 95 {BTN_0, GPIO_PF2, 1, "gpio-keys: BTN0"},
|