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:hdmi_pll
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H
A
D
rockchip_drm_drv.h
372
struct rockchip_dclk_pll
hdmi_pll
;
member
H
A
D
rockchip_drm_drv.c
1253
private->
hdmi_pll
.pll = devm_clk_get_optional(dev, "hdmi-tmds-pll");
in rockchip_drm_bind()
1254
if (PTR_ERR(private->
hdmi_pll
.pll) == -EPROBE_DEFER) {
in rockchip_drm_bind()
1257
} else if (IS_ERR(private->
hdmi_pll
.pll)) {
in rockchip_drm_bind()
1259
ret = PTR_ERR(private->
hdmi_pll
.pll);
in rockchip_drm_bind()
H
A
D
rockchip_drm_vop.c
2327
} else if (clk_is_match(private->
hdmi_pll
.pll, parent)) {
in vop_crtc_loader_protect()
2328
vop->pll = &private->
hdmi_pll
;
in vop_crtc_loader_protect()
3305
vop->pll = &private->
hdmi_pll
;
in vop_dclk_source_generate()
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/
H
A
D
rockchip_drm_drv.h
379
struct rockchip_dclk_pll
hdmi_pll
;
member
Completed in 11 milliseconds