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:cowork_source_sel
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8188/
H
A
D
mt8188-dai-etdm.c
1737
int
cowork_source_sel
;
in mt8188_etdm_sync_mode_slv()
local
1743
cowork_source_sel
= etdm_cowork_slv_sel(etdm_data->cowork_source_id,
in mt8188_etdm_sync_mode_slv()
1745
if (
cowork_source_sel
< 0)
in mt8188_etdm_sync_mode_slv()
1746
return
cowork_source_sel
;
in mt8188_etdm_sync_mode_slv()
1752
val = FIELD_PREP(ETDM_IN1_SLAVE_SEL_MASK,
cowork_source_sel
);
in mt8188_etdm_sync_mode_slv()
1757
val = FIELD_PREP(ETDM_IN2_SLAVE_SEL_MASK,
cowork_source_sel
);
in mt8188_etdm_sync_mode_slv()
1762
val = FIELD_PREP(ETDM_OUT1_SLAVE_SEL_MASK,
cowork_source_sel
);
in mt8188_etdm_sync_mode_slv()
1767
val = FIELD_PREP(ETDM_OUT2_SLAVE_SEL_MASK,
cowork_source_sel
);
in mt8188_etdm_sync_mode_slv()
1772
val = FIELD_PREP(ETDM_OUT3_SLAVE_SEL_MASK,
cowork_source_sel
);
in mt8188_etdm_sync_mode_slv()
1791
int
cowork_source_sel
;
in mt8188_etdm_sync_mode_mst()
local
[all...]
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8195/
H
A
D
mt8195-dai-etdm.c
1414
int
cowork_source_sel
;
in mt8195_etdm_sync_mode_configure()
local
1423
cowork_source_sel
= etdm_cowork_slv_sel(etdm_data->cowork_source_id,
in mt8195_etdm_sync_mode_configure()
1425
if (
cowork_source_sel
< 0)
in mt8195_etdm_sync_mode_configure()
1426
return
cowork_source_sel
;
in mt8195_etdm_sync_mode_configure()
1432
val = ETDM_IN1_SLAVE_SEL(
cowork_source_sel
);
in mt8195_etdm_sync_mode_configure()
1437
val = ETDM_IN2_SLAVE_SEL(
cowork_source_sel
);
in mt8195_etdm_sync_mode_configure()
1442
val = ETDM_OUT1_SLAVE_SEL(
cowork_source_sel
);
in mt8195_etdm_sync_mode_configure()
1447
val = ETDM_OUT2_SLAVE_SEL(
cowork_source_sel
);
in mt8195_etdm_sync_mode_configure()
1452
val = ETDM_OUT3_SLAVE_SEL(
cowork_source_sel
);
in mt8195_etdm_sync_mode_configure()
Completed in 6 milliseconds