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:vco_hw
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dsi/phy/
H
A
D
dsi_phy_28nm_8960.c
345
struct dsi_pll_28nm *pll_28nm = to_pll_28nm(phy->
vco_hw
);
in dsi_28nm_pll_save_state()
356
cached_state->vco_rate = clk_hw_get_rate(phy->
vco_hw
);
in dsi_28nm_pll_save_state()
361
struct dsi_pll_28nm *pll_28nm = to_pll_28nm(phy->
vco_hw
);
in dsi_28nm_pll_restore_state()
366
ret = dsi_pll_28nm_clk_set_rate(phy->
vco_hw
,
in dsi_28nm_pll_restore_state()
470
phy->
vco_hw
= &pll_28nm->clk_hw;
in dsi_pll_28nm_8960_init()
H
A
D
dsi_phy_28nm.c
558
struct dsi_pll_28nm *pll_28nm = to_pll_28nm(phy->
vco_hw
);
in dsi_28nm_pll_save_state()
567
if (dsi_pll_28nm_clk_is_enabled(phy->
vco_hw
))
in dsi_28nm_pll_save_state()
568
cached_state->vco_rate = clk_hw_get_rate(phy->
vco_hw
);
in dsi_28nm_pll_save_state()
575
struct dsi_pll_28nm *pll_28nm = to_pll_28nm(phy->
vco_hw
);
in dsi_28nm_pll_restore_state()
580
ret = dsi_pll_28nm_clk_set_rate(phy->
vco_hw
,
in dsi_28nm_pll_restore_state()
693
phy->
vco_hw
= &pll_28nm->clk_hw;
in dsi_pll_28nm_init()
H
A
D
dsi_phy_10nm.c
486
struct dsi_pll_10nm *pll_10nm = to_pll_10nm(phy->
vco_hw
);
in dsi_10nm_pll_save_state()
509
struct dsi_pll_10nm *pll_10nm = to_pll_10nm(phy->
vco_hw
);
in dsi_10nm_pll_restore_state()
528
ret = dsi_pll_10nm_vco_set_rate(phy->
vco_hw
,
in dsi_10nm_pll_restore_state()
544
struct dsi_pll_10nm *pll_10nm = to_pll_10nm(phy->
vco_hw
);
in dsi_10nm_set_usecase()
714
phy->
vco_hw
= &pll_10nm->clk_hw;
in dsi_pll_10nm_init()
H
A
D
dsi_phy_14nm.c
689
struct dsi_pll_14nm *pll_14nm = to_pll_14nm(phy->
vco_hw
);
in dsi_14nm_pll_save_state()
702
cached_state->vco_rate = clk_hw_get_rate(phy->
vco_hw
);
in dsi_14nm_pll_save_state()
707
struct dsi_pll_14nm *pll_14nm = to_pll_14nm(phy->
vco_hw
);
in dsi_14nm_pll_restore_state()
713
ret = dsi_pll_14nm_vco_set_rate(phy->
vco_hw
,
in dsi_14nm_pll_restore_state()
741
struct dsi_pll_14nm *pll_14nm = to_pll_14nm(phy->
vco_hw
);
in dsi_14nm_set_usecase()
901
phy->
vco_hw
= &pll_14nm->clk_hw;
in dsi_pll_14nm_init()
H
A
D
dsi_phy.h
118
struct clk_hw *
vco_hw
;
member
H
A
D
dsi_phy_7nm.c
535
struct dsi_pll_7nm *pll_7nm = to_pll_7nm(phy->
vco_hw
);
in dsi_7nm_pll_save_state()
558
struct dsi_pll_7nm *pll_7nm = to_pll_7nm(phy->
vco_hw
);
in dsi_7nm_pll_restore_state()
577
ret = dsi_pll_7nm_vco_set_rate(phy->
vco_hw
,
in dsi_7nm_pll_restore_state()
593
struct dsi_pll_7nm *pll_7nm = to_pll_7nm(phy->
vco_hw
);
in dsi_7nm_set_usecase()
782
phy->
vco_hw
= &pll_7nm->clk_hw;
in dsi_pll_7nm_init()
Completed in 7 milliseconds