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:post_fw_run
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/sof/intel/
H
A
D
apl.c
93
.
post_fw_run
= hda_dsp_post_fw_run,
H
A
D
tgl.c
85
.
post_fw_run
= hda_dsp_post_fw_run,
H
A
D
cnl.c
295
.
post_fw_run
= hda_dsp_post_fw_run,
/kernel/linux/linux-6.6/sound/soc/sof/intel/
H
A
D
apl.c
93
sof_apl_ops.
post_fw_run
= hda_dsp_post_fw_run;
in sof_apl_ops_init()
H
A
D
skl.c
95
sof_skl_ops.
post_fw_run
= hda_dsp_post_fw_run;
in sof_skl_ops_init()
H
A
D
lnl.c
109
sof_lnl_ops.
post_fw_run
= mtl_dsp_post_fw_run;
in sof_lnl_ops_init()
H
A
D
icl.c
155
sof_icl_ops.
post_fw_run
= icl_dsp_post_fw_run;
in sof_icl_ops_init()
H
A
D
tgl.c
117
sof_tgl_ops.
post_fw_run
= hda_dsp_post_fw_run;
in sof_tgl_ops_init()
H
A
D
cnl.c
437
sof_cnl_ops.
post_fw_run
= hda_dsp_post_fw_run;
in sof_cnl_ops_init()
H
A
D
mtl.c
687
sof_mtl_ops.
post_fw_run
= mtl_dsp_post_fw_run;
in sof_mtl_ops_init()
/kernel/linux/linux-5.10/sound/soc/sof/
H
A
D
ops.h
97
if (sof_ops(sdev)->
post_fw_run
)
in snd_sof_dsp_post_fw_run()
98
return sof_ops(sdev)->
post_fw_run
(sdev);
in snd_sof_dsp_post_fw_run()
H
A
D
sof-priv.h
209
int (*
post_fw_run
)(struct snd_sof_dev *sof_dev); /* optional */
member
/kernel/linux/linux-6.6/sound/soc/sof/
H
A
D
ops.h
164
if (sof_ops(sdev)->
post_fw_run
)
in snd_sof_dsp_post_fw_run()
165
return sof_ops(sdev)->
post_fw_run
(sdev);
in snd_sof_dsp_post_fw_run()
H
A
D
sof-priv.h
276
int (*
post_fw_run
)(struct snd_sof_dev *sof_dev); /* optional */
member
Completed in 9 milliseconds