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:probe_wait
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/
H
A
D
hda_intel.h
16
struct completion
probe_wait
;
member
H
A
D
hda_loongson.c
157
struct completion
probe_wait
;
member
473
complete_all(&hda->
probe_wait
);
in azx_free()
545
init_completion(&hda->
probe_wait
);
in azx_create()
726
complete_all(&hda->
probe_wait
);
in azx_probe_continue()
797
complete_all(&hda->
probe_wait
);
in azx_pci_probe()
H
A
D
hda_intel.c
1234
wait_for_completion(&hda->
probe_wait
);
in azx_vs_set_state()
1286
wait_for_completion(&hda->
probe_wait
);
in azx_vs_can_switch()
1397
complete_all(&hda->
probe_wait
);
in azx_free()
1846
init_completion(&hda->
probe_wait
);
in azx_create()
2233
complete_all(&hda->
probe_wait
);
in azx_probe()
2428
complete_all(&hda->
probe_wait
);
in azx_probe_continue()
/kernel/linux/linux-6.6/sound/pci/hda/
H
A
D
hda_intel.h
16
struct completion
probe_wait
;
member
H
A
D
hda_intel.c
1194
wait_for_completion(&hda->
probe_wait
);
in azx_vs_set_state()
1246
wait_for_completion(&hda->
probe_wait
);
in azx_vs_can_switch()
1361
complete_all(&hda->
probe_wait
);
in azx_free()
1803
init_completion(&hda->
probe_wait
);
in azx_create()
2177
complete_all(&hda->
probe_wait
);
in azx_probe()
2372
complete_all(&hda->
probe_wait
);
in azx_probe_continue()
Completed in 9 milliseconds