Home
last modified time | relevance | path

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

123456

/openbmc/linux/drivers/input/joystick/
H A Dspaceball.c223 input_dev->keybit[BIT_WORD(BTN_0)] |= BIT_MASK(BTN_9); in spaceball_connect()
229 input_dev->keybit[BIT_WORD(BTN_0)] |= BIT_MASK(BTN_2) | in spaceball_connect()
235 input_dev->keybit[BIT_WORD(BTN_0)] |= BIT_MASK(BTN_1) | in spaceball_connect()
H A Dfsia6b.c68 int sw_id = BTN_0; in fsia6b_serio_irq()
176 input_set_capability(input_dev, EV_KEY, BTN_0 + sw_id); in fsia6b_serio_connect()
H A Dn64joy.c177 input_report_key(dev, BTN_0, data[i].a); in n64joy_poll()
302 input_set_capability(dev, EV_KEY, BTN_0); in n64joy_probe()
/openbmc/linux/arch/mips/bcm47xx/
H A Dbuttons.c39 BCM47XX_GPIO_KEY(4, BTN_0), /* Router mode */
150 BCM47XX_GPIO_KEY(5, BTN_0), /* Router / AP mode swtich */
157 BCM47XX_GPIO_KEY(5, BTN_0), /* Router / AP mode swtich */
164 BCM47XX_GPIO_KEY(5, BTN_0), /* Router / AP mode swtich */
/openbmc/linux/drivers/input/misc/
H A Dpowermate.c110 input_report_key(pm->input, BTN_0, pm->data[0] & 0x01); in powermate_irq()
371 input_dev->keybit[BIT_WORD(BTN_0)] = BIT_MASK(BTN_0); in powermate_probe()
H A Drb532_button.c19 #define RB532_BTN_KSYM BTN_0
/openbmc/linux/drivers/input/tablet/
H A Dhanwang.c97 BTN_0, BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8,
209 input_report_key(input_dev, BTN_0, data[2]); in hanwang_parse_packet()
223 input_report_key(input_dev, BTN_0, data[5] & 0x01); in hanwang_parse_packet()
/openbmc/linux/drivers/media/rc/keymaps/
H A Drc-imon-rsc.c40 { 0x801098, BTN_0 },
/openbmc/u-boot/arch/arm/dts/
H A Dsocfpga_cyclone5_vining_fpga.dts38 label = "BTN_0"; /* TEMP_OS */
40 linux,code = <BTN_0>;
/openbmc/linux/drivers/hid/
H A Dhid-letsketch.c139 input_set_capability(input, EV_KEY, BTN_0 + i); in letsketch_setup_input_tablet_pad()
198 input_report_key(input, BTN_0 + i, raw_data[4] == (i + 1)); in letsketch_raw_event()
/openbmc/linux/arch/arm/boot/dts/intel/socfpga/
H A Dsocfpga_cyclone5_vining_fpga.dts38 label = "BTN_0"; /* TEMP_OS */
40 linux,code = <BTN_0>;
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Domap3-overo-palo43-common.dtsi39 linux,code = <BTN_0>;
H A Domap3-overo-gallop43-common.dtsi39 linux,code = <BTN_0>;
H A Domap3-overo-palo35-common.dtsi39 linux,code = <BTN_0>;
H A Domap3-overo-chestnut43-common.dtsi39 linux,code = <BTN_0>;
H A Domap3-overo-alto35-common.dtsi46 linux,code = <BTN_0>;
/openbmc/linux/arch/sh/boards/mach-rsk/
H A Ddevices-rsk7203.c88 .code = BTN_0,
/openbmc/linux/Documentation/devicetree/bindings/input/
H A Datmel,captouch.txt31 linux,keycodes = <BTN_0>, <BTN_1>,
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Darmada-388-clearfog-base.dts27 linux,code = <BTN_0>;
/openbmc/linux/drivers/mfd/
H A Ducb1x00-assabet.c49 buttons[i].code = BTN_0 + i; in ucb1x00_assabet_add()
/openbmc/linux/arch/mips/boot/dts/qca/
H A Dar9331_tl_mr3020.dts61 linux,code = <BTN_0>;
/openbmc/linux/Documentation/input/
H A 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);
/openbmc/linux/arch/arm/boot/dts/broadcom/
H A Dbcm4709-buffalo-wxr-1900dhp.dts109 linux,code = <BTN_0>;
H A Dbcm47094-dlink-dir-885l.dts99 linux,code = <BTN_0>;
/openbmc/linux/arch/arm/boot/dts/allwinner/
H A Dsun8i-h3-mapleboard-mp130.dts53 linux,code = <BTN_0>;

123456