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:pre_run
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/include/linux/firmware/cirrus/
H
A
D
cs_dsp.h
193
* @
pre_run
: Called under the pwr_lock by cs_dsp_run() before the core is started
205
int (*
pre_run
)(struct cs_dsp *dsp);
member
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
wm_adsp.h
40
int (*
pre_run
)(struct wm_adsp *dsp);
member
H
A
D
wm_adsp.c
1075
if (!dsp->
pre_run
)
in wm_adsp_pre_run()
1078
return (*dsp->
pre_run
)(dsp);
in wm_adsp_pre_run()
2095
.
pre_run
= wm_adsp_pre_run,
/kernel/linux/linux-6.6/drivers/firmware/cirrus/
H
A
D
cs_dsp.c
2704
if (dsp->client_ops->
pre_run
) {
in cs_dsp_run()
2705
ret = dsp->client_ops->
pre_run
(dsp);
in cs_dsp_run()
Completed in 8 milliseconds