Searched full:btn_1 (Results 1 – 25 of 65) sorted by relevance
123
| /OK3568_Linux_fs/kernel/drivers/input/joystick/ |
| H A D | spaceball.c | 92 input_report_key(dev, BTN_1, (data[2] & 0x01) || (data[2] & 0x20)); in spaceball_process_packet() 104 input_report_key(dev, BTN_1, data[2] & 0x01); in spaceball_process_packet() 238 input_dev->keybit[BIT_WORD(BTN_0)] |= BIT_MASK(BTN_1) | in spaceball_connect()
|
| H A D | magellan.c | 31 static int magellan_buttons[] = { BTN_0, BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8 };
|
| /OK3568_Linux_fs/kernel/drivers/input/tablet/ |
| H A D | hanwang.c | 100 BTN_0, BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8, 215 BTN_1 + i, data[3] & (1 << i)); in hanwang_parse_packet() 229 BTN_1 + i, data[5] & (1 << i)); in hanwang_parse_packet()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/ |
| H A D | atmel,captouch.txt | 31 linux,keycodes = <BTN_0>, <BTN_1>,
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | omap3-overo-palo35-common.dtsi | 45 linux,code = <BTN_1>;
|
| H A D | omap3-overo-palo43-common.dtsi | 45 linux,code = <BTN_1>;
|
| H A D | omap3-overo-gallop43-common.dtsi | 45 linux,code = <BTN_1>;
|
| H A D | omap3-overo-chestnut43-common.dtsi | 45 linux,code = <BTN_1>;
|
| H A D | sun8i-h3-orangepi-2.dts | 96 linux,code = <BTN_1>;
|
| H A D | dra7-evm-common.dtsi | 101 linux,code = <BTN_1>;
|
| H A D | socfpga_cyclone5_vining_fpga.dts | 46 linux,code = <BTN_1>;
|
| H A D | imx6qdl-gw560x.dtsi | 105 linux,code = <BTN_1>; 465 MATRIX_KEY(0x00, 0x00, BTN_1)
|
| H A D | imx6qdl-gw5907.dtsi | 37 linux,code = <BTN_1>;
|
| H A D | imx6qdl-gw5913.dtsi | 37 linux,code = <BTN_1>;
|
| H A D | da850-lcdk.dts | 114 linux,code = <BTN_1>;
|
| H A D | logicpd-torpedo-baseboard.dtsi | 19 linux,code = <BTN_1>;
|
| H A D | imx6qdl-gw5912.dtsi | 38 linux,code = <BTN_1>;
|
| /OK3568_Linux_fs/kernel/drivers/media/rc/keymaps/ |
| H A D | rc-hisi-tv-demo.c | 42 { 0x00000082, BTN_1},
|
| /OK3568_Linux_fs/kernel/arch/mips/boot/dts/qca/ |
| H A D | ar9331_tl_mr3020.dts | 69 linux,code = <BTN_1>;
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-chicony.c | 35 case 0xff01: ch_map_key_clear(BTN_1); break; in ch_input_mapping()
|
| H A D | hid-apple.c | 402 else if (usage->code == BTN_1) in apple_input_mapped() 405 hid_map_usage(hi, usage, bit, max, EV_KEY, BTN_1); in apple_input_mapped()
|
| /OK3568_Linux_fs/kernel/arch/sh/boards/mach-rsk/ |
| H A D | devices-rsk7203.c | 93 .code = BTN_1,
|
| /OK3568_Linux_fs/kernel/arch/mips/boot/dts/img/ |
| H A D | pistachio_marduk.dts | 63 linux,code = <0x101>; /* BTN_1 */
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/ |
| H A D | iqs62x.yaml | 161 <BTN_1>,
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | sun8i-h3-orangepi-2.dts | 89 linux,code = <BTN_1>;
|
123