| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/ |
| H A D | iqs62x-keys.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/input/iqs62x-keys.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jeff LaBundy <jeff@labundy.com> 13 The Azoteq IQS620A, IQS621, IQS622, IQS624 and IQS625 multi-function sensors 14 feature a variety of self-capacitive, mutual-inductive and Hall-effect sens- 20 further details and examples. Sensor hardware configuration (self-capacitive 21 vs. mutual-inductive, etc.) is selected based on the device's firmware. 26 - azoteq,iqs620a-keys [all …]
|
| H A D | iqs269a.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jeff LaBundy <jeff@labundy.com> 13 The Azoteq IQS269A is an 8-channel capacitive touch controller that features 14 additional Hall-effect and inductive sensing capabilities. 28 "#address-cells": 31 "#size-cells": 34 azoteq,hall-enable: 37 Enables Hall-effect sensing on channels 6 and 7. In this case, keycodes [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/qcom/ |
| H A D | msm8916-samsung-a2015-common.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 3 #include "msm8916-pm8916.dtsi" 4 #include <dt-bindings/gpio/gpio.h> 5 #include <dt-bindings/input/input.h> 6 #include <dt-bindings/interrupt-controller/irq.h> 14 stdout-path = "serial0"; 17 reserved-memory { 19 tz-apps@85500000 { 21 no-map; 25 gpio-keys { [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | ste-href-stuib.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Copyright 2012 ST-Ericsson AB 6 #include <dt-bindings/interrupt-controller/irq.h> 10 compatible = "gpio-keys"; 11 #address-cells = <1>; 12 #size-cells = <0>; 13 vdd-supply = <&ab8500_ldo_aux1_reg>; 14 pinctrl-names = "default"; 15 pinctrl-0 = <&prox_stuib_mode>, <&hall_stuib_mode>; 24 /* Hall sensor */ [all …]
|
| H A D | ste-href-tvk1281618.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Copyright 2012 ST-Ericsson AB 8 #include <dt-bindings/interrupt-controller/irq.h> 12 compatible = "gpio-keys"; 13 #address-cells = <1>; 14 #size-cells = <0>; 15 vdd-supply = <&ab8500_ldo_aux1_reg>; 16 pinctrl-names = "default"; 17 pinctrl-0 = <&prox_tvk_mode>, <&hall_tvk_mode>; 26 /* Hall sensor */ [all …]
|
| /OK3568_Linux_fs/kernel/sound/isa/sb/ |
| H A D | emu8000.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Copyright (C) 1999-2000 Takashi Iwai <tiwai@suse.de> 38 spin_lock_irqsave(&emu->reg_lock, flags); in snd_emu8000_poke() 39 if (reg != emu->last_reg) { in snd_emu8000_poke() 41 emu->last_reg = reg; in snd_emu8000_poke() 44 spin_unlock_irqrestore(&emu->reg_lock, flags); in snd_emu8000_poke() 52 spin_lock_irqsave(&emu->reg_lock, flags); in snd_emu8000_peek() 53 if (reg != emu->last_reg) { in snd_emu8000_peek() 55 emu->last_reg = reg; in snd_emu8000_peek() 58 spin_unlock_irqrestore(&emu->reg_lock, flags); in snd_emu8000_peek() [all …]
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | sal.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 8 * This is based on version 2.5 of the manual "IA-64 System 12 * Copyright (C) 2002 Jenna Hall <jenna.s.hall@intel.com> 14 * Copyright (C) 1998, 1999, 2001, 2003 Hewlett-Packard Co 15 * David Mosberger-Tang <davidm@hpl.hp.com> 18 * 02/01/04 J. Hall Updated Error Record Structures to conform to July 2001 108 * change to take effect"). 232 u64 vector; /* interrupt vector in range 0x10-0xff */ 342 * Error Recovery Info (ERI) bit decode. From SAL Spec section B.2.2 Table B-3 420 * The rest of this structure consists of variable-length arrays, which can't be [all …]
|
| /OK3568_Linux_fs/kernel/drivers/input/misc/ |
| H A D | iqs269a.c | 1 // SPDX-License-Identifier: GPL-2.0+ 8 * inductive keys as well as Hall-effect switches, and one for each of the two 149 #define IQS269_ATI_POLL_SLEEP_US (iqs269->delay_mult * 10000) 150 #define IQS269_ATI_POLL_TIMEOUT_US (iqs269->delay_mult * 500000) 151 #define IQS269_ATI_STABLE_DELAY_MS (iqs269->delay_mult * 150) 201 .name = "event-prox", 207 .name = "event-prox-alt", 214 .name = "event-touch", 220 .name = "event-touch-alt", 227 .name = "event-deep", [all …]
|
| /OK3568_Linux_fs/kernel/sound/usb/ |
| H A D | mixer_quirks.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Quirks and vendor-specific extensions for mixer interfaces 48 * See the quirks for M-Audio FTUs or Ebox-44. 68 return -ENOMEM; in snd_create_std_mono_ctl_offset() 70 snd_usb_mixer_elem_init_std(&cval->head, mixer, unitid); in snd_create_std_mono_ctl_offset() 71 cval->val_type = val_type; in snd_create_std_mono_ctl_offset() 72 cval->channels = 1; in snd_create_std_mono_ctl_offset() 73 cval->control = control; in snd_create_std_mono_ctl_offset() 74 cval->cmask = cmask; in snd_create_std_mono_ctl_offset() 75 cval->idx_off = idx_off; in snd_create_std_mono_ctl_offset() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/ |
| H A D | sox.1 | 10 '\" Replacement em-dash for nroff (default is too short). 34 SoX \- Sound eXchange, the Swiss Army knife of audio manipulation 37 \fBsox\fR [\fIglobal-options\fR] [\fIformat-options\fR] \fIinfile1\fR 38 [[\fIformat-options\fR] \fIinfile2\fR] ... [\fIformat-options\fR] \fIoutfile\fR 39 [\fIeffect\fR [\fIeffect-options\fR]] ... 41 \fBplay\fR [\fIglobal-options\fR] [\fIformat-options\fR] \fIinfile1\fR 42 [[\fIformat-options\fR] \fIinfile2\fR] ... [\fIformat-options\fR] 43 [\fIeffect\fR [\fIeffect-options\fR]] ... 45 \fBrec\fR [\fIglobal-options\fR] [\fIformat-options\fR] \fIoutfile\fR 46 [\fIeffect\fR [\fIeffect-options\fR]] ... [all …]
|
| /OK3568_Linux_fs/external/common_algorithm/misc/lib/arm-rockchip830-linux-gnueabihf/ |
| HD | librkmuxer.so | ... /sdk/rkmuxer/lib/32/arm-rockchip830-linux-gnueabihf
rkmuxer_get_thumb_pos [rkmuxer:% ... |
| HD | librkdemuxer.so | ... /code/rkdemuxer/lib/32/arm-rockchip830-linux-gnueabihf
[rkdemuxer] error: ... |
| /OK3568_Linux_fs/external/common_algorithm/misc/lib/arm-rockchip830-linux-uclibcgnueabihf/ |
| HD | librkmuxer.so | ... /sdk/rkmuxer/lib/32/arm-rockchip830-linux-uclibcgnueabihf
rkmuxer_get_thumb_pos [rkmuxer:% ... |
| HD | librkdemuxer.so | ... /code/rkdemuxer/lib/32/arm-rockchip830-linux-uclibcgnueabihf
[rkdemuxer] error: ... |
| /OK3568_Linux_fs/buildroot/dl/dhrystone/ |
| H A D | dhry-c | 3 sed >RATIONALE <<'//GO.SYSIN DD RATIONALE' 's/^-//' 4 - 5 - 6 - Dhrystone Benchmark: Rationale for Version 2 and Measurement Rules 7 - 8 - [published in SIGPLAN Notices 23,8 (Aug. 1988), 49-62] 9 - 10 - 11 - Reinhold P. Weicker 12 - Siemens AG, E STE 35 [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | as.info | 5 Copyright (C) 1991-2021 Free Software Foundation, Inc. 10 Invariant Sections, with no Front-Cover Texts, and with no Back-Cover 14 INFO-DIR-SECTION Software development 15 START-INFO-DIR-ENTRY 18 END-INFO-DIR-ENTRY 27 the A-profile Architecture 10.3-2021.07 (arm-10.29)) version 2.36.1. 36 * Invoking:: Command-Line Options 56 Command-Line Options: Invoking. 58 as [-a[cdghlns][=FILE]] [-alternate] [-D] 59 [-compress-debug-sections] [-nocompress-debug-sections] [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | as.info | 5 Copyright (C) 1991-2021 Free Software Foundation, Inc. 10 Invariant Sections, with no Front-Cover Texts, and with no Back-Cover 14 INFO-DIR-SECTION Software development 15 START-INFO-DIR-ENTRY 18 END-INFO-DIR-ENTRY 27 the A-profile Architecture 10.3-2021.07 (arm-10.29)) version 2.36.1. 36 * Invoking:: Command-Line Options 56 Command-Line Options: Invoking. 58 as [-a[cdghlns][=FILE]] [-alternate] [-D] 59 [-compress-debug-sections] [-nocompress-debug-sections] [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/images/oem/oem_cvr/ |
| HD | libthird_media.so | ... matching sample_rate(%d) index was found s->buf_ptr < s->buf_end Assertion %s ... |
| /OK3568_Linux_fs/external/rockit/lib/lib32/ |
| HD | librockit.so | __gmon_start__ _ITM_deregisterTMCloneTable _ITM_registerTMCloneTable __cxa_finalize strlen _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_createERjj _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE13_S_copy_charsEPcPKcS7_ __stack_chk_fail _ZSt19__throw_logic_errorPKc __stack_chk_guard __aeabi_unwind_cpp_pr0 __gxx_personality_v0 __cxa_end_cleanup _ZdlPv _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE10_M_disposeEv _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1ERKS4_ _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_assignERKS4_ _Znwj __cxa_pure_virtual ... |
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | ... then
81 /usr/share/command-not-found/command-not-found -- "$ ... |