Home
last modified time | relevance | path

Searched refs:BTN_0 (Results 1 – 25 of 62) sorted by relevance

123

/Linux-v4.19/drivers/input/joystick/
Dspaceball.c231 input_dev->keybit[BIT_WORD(BTN_0)] |= BIT_MASK(BTN_9); in spaceball_connect()
237 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()
Dmagellan.c43 static int magellan_buttons[] = { BTN_0, BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8 };
/Linux-v4.19/arch/mips/bcm47xx/
Dbuttons.c33 BCM47XX_GPIO_KEY(4, BTN_0), /* Router mode */
144 BCM47XX_GPIO_KEY(5, BTN_0), /* Router / AP mode swtich */
151 BCM47XX_GPIO_KEY(5, BTN_0), /* Router / AP mode swtich */
158 BCM47XX_GPIO_KEY(5, BTN_0), /* Router / AP mode swtich */
/Linux-v4.19/drivers/media/rc/keymaps/
Drc-imon-rsc.c39 { 0x801098, BTN_0 },
/Linux-v4.19/drivers/input/misc/
Dpowermate.c109 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()
Drb532_button.c18 #define RB532_BTN_KSYM BTN_0
/Linux-v4.19/drivers/input/tablet/
Dhanwang.c114 BTN_0, BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8,
226 input_report_key(input_dev, BTN_0, data[2]); in hanwang_parse_packet()
240 input_report_key(input_dev, BTN_0, data[5] & 0x01); in hanwang_parse_packet()
/Linux-v4.19/arch/mips/ath79/
Dmach-ap81.c56 .code = BTN_0,
/Linux-v4.19/Documentation/input/
Dinput-programming.rst23 input_report_key(button_dev, BTN_0, inb(BUTTON_PORT) & 1);
45 button_dev->keybit[BIT_WORD(BTN_0)] = BIT_MASK(BTN_0);
85 type events, and from those only BTN_0 event code. Thus we only set these
89 set_bit(BTN_0, button_dev.keybit);
/Linux-v4.19/arch/sh/boards/mach-rsk/
Ddevices-rsk7203.c91 .code = BTN_0,
/Linux-v4.19/arch/arm/boot/dts/
Domap3-overo-gallop43-common.dtsi42 linux,code = <BTN_0>;
Domap3-overo-palo35-common.dtsi42 linux,code = <BTN_0>;
Domap3-overo-palo43-common.dtsi42 linux,code = <BTN_0>;
Darmada-388-clearfog-base.dts27 linux,code = <BTN_0>;
Domap3-overo-chestnut43-common.dtsi42 linux,code = <BTN_0>;
Domap3-overo-alto35-common.dtsi49 linux,code = <BTN_0>;
Dbcm47094-dlink-dir-885l.dts99 linux,code = <BTN_0>;
Dbcm4709-buffalo-wxr-1900dhp.dts110 linux,code = <BTN_0>;
Dsocfpga_cyclone5_vining_fpga.dts79 label = "BTN_0"; /* TEMP_OS */
81 linux,code = <BTN_0>;
Dbcm4708-buffalo-wzr-1750dhp.dts126 linux,code = <BTN_0>;
Dsun8i-h2-plus-bananapi-m2-zero.dts46 linux,code = <BTN_0>;
/Linux-v4.19/Documentation/devicetree/bindings/input/
Datmel,captouch.txt31 linux,keycodes = <BTN_0>, <BTN_1>,
/Linux-v4.19/drivers/mfd/
Ducb1x00-assabet.c52 buttons[i].code = BTN_0 + i; in ucb1x00_assabet_add()
/Linux-v4.19/arch/mips/boot/dts/qca/
Dar9331_tl_mr3020.dts63 linux,code = <BTN_0>;
/Linux-v4.19/arch/mips/alchemy/
Dboard-mtx1.c115 .code = BTN_0,

123