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:clk_pll0
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
H
A
D
sun8i_hdmi_phy.c
727
phy->
clk_pll0
= of_clk_get_by_name(node, "pll-0");
in sun8i_hdmi_phy_probe()
728
if (IS_ERR(phy->
clk_pll0
)) {
in sun8i_hdmi_phy_probe()
730
ret = PTR_ERR(phy->
clk_pll0
);
in sun8i_hdmi_phy_probe()
758
clk_put(phy->
clk_pll0
);
in sun8i_hdmi_phy_probe()
773
clk_put(phy->
clk_pll0
);
in sun8i_hdmi_phy_remove()
H
A
D
sun8i_hdmi_phy_clk.c
150
parents[0] = __clk_get_name(phy->
clk_pll0
);
in sun8i_phy_clk_create()
H
A
D
sun8i_dw_hdmi.h
170
struct clk *
clk_pll0
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/kmb/
H
A
D
kmb_drv.c
53
kmb->kmb_clk.
clk_pll0
= devm_clk_get(dev, "
clk_pll0
");
in kmb_initialize_clocks()
54
if (IS_ERR(kmb->kmb_clk.
clk_pll0
)) {
in kmb_initialize_clocks()
55
drm_err(&kmb->drm, "clk_get() failed
clk_pll0
");
in kmb_initialize_clocks()
56
return PTR_ERR(kmb->kmb_clk.
clk_pll0
);
in kmb_initialize_clocks()
58
kmb->sys_clk_mhz = clk_get_rate(kmb->kmb_clk.
clk_pll0
) / 1000000;
in kmb_initialize_clocks()
H
A
D
kmb_drv.h
46
struct clk *
clk_pll0
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/
H
A
D
sun8i_hdmi_phy.c
709
phy->
clk_pll0
= devm_clk_get(dev, "pll-0");
in sun8i_hdmi_phy_probe()
710
if (IS_ERR(phy->
clk_pll0
))
in sun8i_hdmi_phy_probe()
711
return dev_err_probe(dev, PTR_ERR(phy->
clk_pll0
),
in sun8i_hdmi_phy_probe()
H
A
D
sun8i_hdmi_phy_clk.c
150
parents[0] = __clk_get_name(phy->
clk_pll0
);
in sun8i_phy_clk_create()
H
A
D
sun8i_dw_hdmi.h
164
struct clk *
clk_pll0
;
member
Completed in 8 milliseconds