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:walking
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/sof/
H
A
D
sof-audio.c
436
if (!p->
walking
&& p->sink->dobj.private) {
in sof_unprepare_widgets_in_path()
437
p->
walking
= true;
in sof_unprepare_widgets_in_path()
439
p->
walking
= false;
in sof_unprepare_widgets_in_path()
482
if (!p->
walking
&& p->sink->dobj.private) {
in sof_prepare_widgets_in_path()
483
p->
walking
= true;
in sof_prepare_widgets_in_path()
487
p->
walking
= false;
in sof_prepare_widgets_in_path()
526
if (!p->
walking
) {
in sof_free_widgets_in_path()
530
p->
walking
= true;
in sof_free_widgets_in_path()
535
p->
walking
= false;
in sof_free_widgets_in_path()
590
if (!p->
walking
) {
in sof_set_up_widgets_in_path()
[all...]
/kernel/linux/linux-5.10/sound/soc/
H
A
D
soc-dapm.c
1175
if (path->
walking
)
in invalidate_paths_ep()
1179
path->
walking
= 1;
in invalidate_paths_ep()
1181
path->
walking
= 0;
in invalidate_paths_ep()
1230
if (path->
walking
)
in is_connected_ep()
1236
path->
walking
= 1;
in is_connected_ep()
1238
path->
walking
= 0;
in is_connected_ep()
/kernel/linux/linux-6.6/sound/soc/
H
A
D
soc-dapm.c
1169
if (path->
walking
)
in invalidate_paths_ep()
1173
path->
walking
= 1;
in invalidate_paths_ep()
1175
path->
walking
= 0;
in invalidate_paths_ep()
1224
if (path->
walking
)
in is_connected_ep()
1230
path->
walking
= 1;
in is_connected_ep()
1232
path->
walking
= 0;
in is_connected_ep()
/kernel/linux/linux-5.10/include/sound/
H
A
D
soc-dapm.h
604
u32
walking
:1; /* path is in the process of being walked */
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
soc-dapm.h
614
u32
walking
:1; /* path is in the process of being walked */
member
Completed in 15 milliseconds