Home
last modified time | relevance | path

Searched refs:BTN_1 (Results 1 – 25 of 36) sorted by relevance

12

/Linux-v4.19/drivers/input/joystick/
Dspaceball.c97 input_report_key(dev, BTN_1, (data[2] & 0x01) || (data[2] & 0x20)); in spaceball_process_packet()
109 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()
Dmagellan.c43 static int magellan_buttons[] = { BTN_0, BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8 };
Dadi.c83 static short adi_cm2_key[] = { BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8 };
/Linux-v4.19/drivers/media/rc/keymaps/
Drc-hisi-tv-demo.c46 { 0x00000082, BTN_1},
/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,
229 BTN_1 + i, data[3] & (1 << i)); in hanwang_parse_packet()
243 BTN_1 + i, data[5] & (1 << i)); in hanwang_parse_packet()
/Linux-v4.19/arch/mips/ath79/
Dmach-ap81.c63 .code = BTN_1,
/Linux-v4.19/arch/sh/boards/mach-rsk/
Ddevices-rsk7203.c96 .code = BTN_1,
/Linux-v4.19/drivers/hid/
Dhid-chicony.c38 case 0xff01: ch_map_key_clear(BTN_1); break; in ch_input_mapping()
Dhid-apple.c360 else if (usage->code == BTN_1) in apple_input_mapped()
363 hid_map_usage(hi, usage, bit, max, EV_KEY, BTN_1); in apple_input_mapped()
/Linux-v4.19/arch/arm/boot/dts/
Domap3-overo-gallop43-common.dtsi48 linux,code = <BTN_1>;
Domap3-overo-palo35-common.dtsi48 linux,code = <BTN_1>;
Domap3-overo-palo43-common.dtsi48 linux,code = <BTN_1>;
Domap3-overo-chestnut43-common.dtsi48 linux,code = <BTN_1>;
Dsocfpga_cyclone5_vining_fpga.dts85 label = "BTN_1"; /* DIS_PWR */
87 linux,code = <BTN_1>;
Ddra7-evm-common.dtsi103 linux,code = <BTN_1>;
Dsun8i-h3-orangepi-2.dts100 linux,code = <BTN_1>;
Dda850-lcdk.dts81 linux,code = <BTN_1>;
Dam3517-evm.dts46 linux,code = <BTN_1>;
Dlogicpd-torpedo-baseboard.dtsi23 linux,code = <BTN_1>;
/Linux-v4.19/Documentation/devicetree/bindings/input/
Datmel,captouch.txt31 linux,keycodes = <BTN_0>, <BTN_1>,
/Linux-v4.19/arch/mips/boot/dts/qca/
Dar9331_tl_mr3020.dts69 linux,code = <BTN_1>;
/Linux-v4.19/arch/mips/boot/dts/img/
Dpistachio_marduk.dts66 linux,code = <0x101>; /* BTN_1 */
/Linux-v4.19/include/dt-bindings/input/
Dlinux-event-codes.h344 #define BTN_1 0x101 macro
/Linux-v4.19/include/uapi/linux/
Dinput-event-codes.h344 #define BTN_1 0x101 macro
/Linux-v4.19/arch/mips/bcm47xx/
Dbuttons.c34 BCM47XX_GPIO_KEY(5, BTN_1), /* Repeater mode */

12