Searched refs:BTN_1 (Results 1 – 25 of 36) sorted by relevance
12
/Linux-v4.19/drivers/input/joystick/ |
D | spaceball.c | 97 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()
|
D | magellan.c | 43 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 | 83 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/ |
D | rc-hisi-tv-demo.c | 46 { 0x00000082, BTN_1},
|
/Linux-v4.19/drivers/input/tablet/ |
D | hanwang.c | 114 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/ |
D | mach-ap81.c | 63 .code = BTN_1,
|
/Linux-v4.19/arch/sh/boards/mach-rsk/ |
D | devices-rsk7203.c | 96 .code = BTN_1,
|
/Linux-v4.19/drivers/hid/ |
D | hid-chicony.c | 38 case 0xff01: ch_map_key_clear(BTN_1); break; in ch_input_mapping()
|
D | hid-apple.c | 360 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/ |
D | omap3-overo-gallop43-common.dtsi | 48 linux,code = <BTN_1>;
|
D | omap3-overo-palo35-common.dtsi | 48 linux,code = <BTN_1>;
|
D | omap3-overo-palo43-common.dtsi | 48 linux,code = <BTN_1>;
|
D | omap3-overo-chestnut43-common.dtsi | 48 linux,code = <BTN_1>;
|
D | socfpga_cyclone5_vining_fpga.dts | 85 label = "BTN_1"; /* DIS_PWR */ 87 linux,code = <BTN_1>;
|
D | dra7-evm-common.dtsi | 103 linux,code = <BTN_1>;
|
D | sun8i-h3-orangepi-2.dts | 100 linux,code = <BTN_1>;
|
D | da850-lcdk.dts | 81 linux,code = <BTN_1>;
|
D | am3517-evm.dts | 46 linux,code = <BTN_1>;
|
D | logicpd-torpedo-baseboard.dtsi | 23 linux,code = <BTN_1>;
|
/Linux-v4.19/Documentation/devicetree/bindings/input/ |
D | atmel,captouch.txt | 31 linux,keycodes = <BTN_0>, <BTN_1>,
|
/Linux-v4.19/arch/mips/boot/dts/qca/ |
D | ar9331_tl_mr3020.dts | 69 linux,code = <BTN_1>;
|
/Linux-v4.19/arch/mips/boot/dts/img/ |
D | pistachio_marduk.dts | 66 linux,code = <0x101>; /* BTN_1 */
|
/Linux-v4.19/include/dt-bindings/input/ |
D | linux-event-codes.h | 344 #define BTN_1 0x101 macro
|
/Linux-v4.19/include/uapi/linux/ |
D | input-event-codes.h | 344 #define BTN_1 0x101 macro
|
/Linux-v4.19/arch/mips/bcm47xx/ |
D | buttons.c | 34 BCM47XX_GPIO_KEY(5, BTN_1), /* Repeater mode */
|
12