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:active_ch_cnt
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
lpass-wsa-macro.c
345
unsigned long
active_ch_cnt
[WSA_MACRO_MAX_DAIS];
member
1006
*tx_num = wsa->
active_ch_cnt
[dai->id];
in wsa_macro_get_channel_map()
1870
if (wsa->
active_ch_cnt
[aif_rst]) {
in wsa_macro_rx_mux_put()
1873
wsa->
active_ch_cnt
[aif_rst]--;
in wsa_macro_rx_mux_put()
1880
wsa->
active_ch_cnt
[rx_port_value]++;
in wsa_macro_rx_mux_put()
2000
wsa->
active_ch_cnt
[WSA_MACRO_AIF_VI]++;
in wsa_macro_vi_feed_mixer_put()
2007
wsa->
active_ch_cnt
[WSA_MACRO_AIF_VI]++;
in wsa_macro_vi_feed_mixer_put()
2015
wsa->
active_ch_cnt
[WSA_MACRO_AIF_VI]--;
in wsa_macro_vi_feed_mixer_put()
2022
wsa->
active_ch_cnt
[WSA_MACRO_AIF_VI]--;
in wsa_macro_vi_feed_mixer_put()
H
A
D
lpass-va-macro.c
201
unsigned long
active_ch_cnt
[VA_MACRO_MAX_DAIS];
member
583
va->
active_ch_cnt
[dai_id]++;
in va_macro_tx_mixer_put()
586
va->
active_ch_cnt
[dai_id]--;
in va_macro_tx_mixer_put()
898
*tx_num = va->
active_ch_cnt
[dai->id];
in va_macro_get_channel_map()
H
A
D
lpass-tx-macro.c
262
unsigned long
active_ch_cnt
[TX_MACRO_MAX_DAIS];
member
838
tx->
active_ch_cnt
[dai_id]++;
in tx_macro_tx_mixer_put()
844
tx->
active_ch_cnt
[dai_id]--;
in tx_macro_tx_mixer_put()
1125
*tx_num = tx->
active_ch_cnt
[dai->id];
in tx_macro_get_channel_map()
H
A
D
lpass-rx-macro.c
606
unsigned long
active_ch_cnt
[RX_MACRO_MAX_DAIS];
member
1691
*rx_num = rx->
active_ch_cnt
[dai->id];
in rx_macro_get_channel_map()
2310
if (rx->
active_ch_cnt
[aif_rst]) {
in rx_macro_mux_put()
2313
rx->
active_ch_cnt
[aif_rst]--;
in rx_macro_mux_put()
2322
rx->
active_ch_cnt
[rx_port_value]++;
in rx_macro_mux_put()
Completed in 14 milliseconds