Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ec_tx
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
lpass-wsa-macro.c
1720
u16 val,
ec_tx
, ec_hq_reg;
in wsa_macro_enable_echo()
local
1727
ec_tx
= val - 1;
in wsa_macro_enable_echo()
1731
ec_tx
= (val >> CDC_WSA_RX_MIX_TX1_SEL_SHFT) - 1;
in wsa_macro_enable_echo()
1739
if (wsa->ec_hq[
ec_tx
]) {
in wsa_macro_enable_echo()
1740
ec_hq_reg = CDC_WSA_EC_HQ0_EC_REF_HQ_PATH_CTL + 0x40 *
ec_tx
;
in wsa_macro_enable_echo()
1744
ec_hq_reg = CDC_WSA_EC_HQ0_EC_REF_HQ_CFG0 + 0x40 *
ec_tx
;
in wsa_macro_enable_echo()
1759
int
ec_tx
= ((struct soc_mixer_control *) kcontrol->private_value)->shift;
in wsa_macro_get_ec_hq()
local
1762
ucontrol->value.integer.value[0] = wsa->ec_hq[
ec_tx
];
in wsa_macro_get_ec_hq()
1771
int
ec_tx
= ((struct soc_mixer_control *) kcontrol->private_value)->shift;
in wsa_macro_set_ec_hq()
local
1775
wsa->ec_hq[
ec_tx
]
in wsa_macro_set_ec_hq()
[all...]
H
A
D
lpass-rx-macro.c
2905
int
ec_tx
= -1;
in rx_macro_enable_echo()
local
2910
ec_tx
= ((val & 0xf0) >> 0x4) - 1;
in rx_macro_enable_echo()
2912
ec_tx
= (val & 0x0f) - 1;
in rx_macro_enable_echo()
2917
ec_tx
= (val & 0x0f) - 1;
in rx_macro_enable_echo()
2919
if (
ec_tx
< 0 || (
ec_tx
>= RX_MACRO_EC_MUX_MAX)) {
in rx_macro_enable_echo()
2925
0x40 *
ec_tx
;
in rx_macro_enable_echo()
2928
0x40 *
ec_tx
;
in rx_macro_enable_echo()
Completed in 9 milliseconds