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:is_dsp_mode
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/fsl/
H
A
D
fsl_sai.c
233
sai->
is_dsp_mode
= false;
in fsl_sai_set_dai_fmt_tr()
262
sai->
is_dsp_mode
= true;
in fsl_sai_set_dai_fmt_tr()
270
sai->
is_dsp_mode
= true;
in fsl_sai_set_dai_fmt_tr()
480
if (!sai->
is_dsp_mode
)
in fsl_sai_hw_params()
H
A
D
fsl_sai.h
261
bool
is_dsp_mode
;
member
/kernel/linux/linux-6.6/sound/soc/fsl/
H
A
D
fsl_sai.h
287
bool
is_dsp_mode
;
member
H
A
D
fsl_sai.c
284
sai->
is_dsp_mode
= false;
in fsl_sai_set_dai_fmt_tr()
313
sai->
is_dsp_mode
= true;
in fsl_sai_set_dai_fmt_tr()
321
sai->
is_dsp_mode
= true;
in fsl_sai_set_dai_fmt_tr()
594
if (!sai->
is_dsp_mode
&& !sai->is_pdm_mode)
in fsl_sai_hw_params()
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
rt5677.c
701
rt5677->
is_dsp_mode
= true;
in rt5677_set_dsp_mode()
705
rt5677->
is_dsp_mode
= false;
in rt5677_set_dsp_mode()
4692
if (rt5677->
is_dsp_mode
) {
in rt5677_set_bias_level()
5010
if (rt5677->
is_dsp_mode
) {
in rt5677_read()
5032
if (rt5677->
is_dsp_mode
) {
in rt5677_write()
5314
if (!rt5677->
is_dsp_mode
)
in rt5677_check_hotword()
H
A
D
rt5677.h
1853
bool
is_dsp_mode
;
member
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
rt5677.c
699
rt5677->
is_dsp_mode
= true;
in rt5677_set_dsp_mode()
703
rt5677->
is_dsp_mode
= false;
in rt5677_set_dsp_mode()
4690
if (rt5677->
is_dsp_mode
) {
in rt5677_set_bias_level()
4980
if (rt5677->
is_dsp_mode
) {
in rt5677_read()
5002
if (rt5677->
is_dsp_mode
) {
in rt5677_write()
5283
if (!rt5677->
is_dsp_mode
)
in rt5677_check_hotword()
H
A
D
rt5677.h
1791
bool
is_dsp_mode
;
member
Completed in 28 milliseconds