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:pll_ready
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
cs42l43.h
53
struct completion
pll_ready
;
member
H
A
D
cs42l43.c
152
CS42L43_IRQ_COMPLETE(
pll_ready
)
1289
reinit_completion(&priv->
pll_ready
);
in cs42l43_enable_pll()
1294
time_left = wait_for_completion_timeout(&priv->
pll_ready
,
in cs42l43_enable_pll()
2165
init_completion(&priv->
pll_ready
);
in cs42l43_codec_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dsi/phy/
H
A
D
dsi_phy_14nm.c
113
bool pll_locked = false,
pll_ready
= false;
in pll_14nm_poll_for_ready()
local
134
pll_ready
= !!(val & BIT(0));
in pll_14nm_poll_for_ready()
136
if (
pll_ready
)
in pll_14nm_poll_for_ready()
143
DBG("DSI PLL is %slocked, %sready", pll_locked ? "" : "*not* ",
pll_ready
? "" : "*not* ");
in pll_14nm_poll_for_ready()
145
return pll_locked &&
pll_ready
;
in pll_14nm_poll_for_ready()
Completed in 5 milliseconds