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:widget_ops
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/sof/
H
A
D
sof-audio.c
414
const struct sof_ipc_tplg_widget_ops *
widget_ops
;
in sof_unprepare_widgets_in_path()
local
424
widget_ops
= tplg_ops ? tplg_ops->widget : NULL;
in sof_unprepare_widgets_in_path()
425
if (
widget_ops
&&
widget_ops
[widget->id].ipc_unprepare)
in sof_unprepare_widgets_in_path()
427
widget_ops
[widget->id].ipc_unprepare(swidget);
in sof_unprepare_widgets_in_path()
453
const struct sof_ipc_tplg_widget_ops *
widget_ops
;
in sof_prepare_widgets_in_path()
local
460
widget_ops
= tplg_ops ? tplg_ops->widget : NULL;
in sof_prepare_widgets_in_path()
461
if (!
widget_ops
)
in sof_prepare_widgets_in_path()
464
if (!swidget || !
widget_ops
[widget->id].ipc_prepare || swidget->prepared)
in sof_prepare_widgets_in_path()
468
ret =
widget_ops
[widge
in sof_prepare_widgets_in_path()
[all...]
H
A
D
topology.c
1391
const struct sof_ipc_tplg_widget_ops *
widget_ops
;
in sof_widget_ready()
local
1465
widget_ops
= tplg_ops ? tplg_ops->widget : NULL;
in sof_widget_ready()
1466
if (
widget_ops
) {
in sof_widget_ready()
1467
token_list =
widget_ops
[w->id].token_list;
in sof_widget_ready()
1468
token_list_size =
widget_ops
[w->id].token_list_size;
in sof_widget_ready()
1551
if (
widget_ops
&&
widget_ops
[w->id].bind_event) {
in sof_widget_ready()
1552
ret =
widget_ops
[w->id].bind_event(scomp, swidget,
in sof_widget_ready()
1610
const struct sof_ipc_tplg_widget_ops *
widget_ops
;
in sof_widget_unload()
local
1679
widget_ops
in sof_widget_unload()
2162
const struct sof_ipc_tplg_
widget_ops
*
widget_ops
;
sof_complete()
local
[all...]
Completed in 4 milliseconds