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:src_pll
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dsi/
H
A
D
dsi_manager.c
73
struct msm_dsi_pll *
src_pll
;
in dsi_mgr_setup_components()
local
82
src_pll
= msm_dsi_phy_get_pll(msm_dsi->phy);
in dsi_mgr_setup_components()
83
if (IS_ERR(
src_pll
))
in dsi_mgr_setup_components()
84
return PTR_ERR(
src_pll
);
in dsi_mgr_setup_components()
85
ret = msm_dsi_host_set_src_pll(msm_dsi->host,
src_pll
);
in dsi_mgr_setup_components()
112
src_pll
= msm_dsi_phy_get_pll(clk_master_dsi->phy);
in dsi_mgr_setup_components()
113
if (IS_ERR(
src_pll
))
in dsi_mgr_setup_components()
114
return PTR_ERR(
src_pll
);
in dsi_mgr_setup_components()
115
ret = msm_dsi_host_set_src_pll(msm_dsi->host,
src_pll
);
in dsi_mgr_setup_components()
118
ret = msm_dsi_host_set_src_pll(other_dsi->host,
src_pll
);
in dsi_mgr_setup_components()
508
struct msm_dsi_pll *
src_pll
;
dsi_mgr_bridge_post_disable()
local
[all...]
H
A
D
dsi.h
172
struct msm_dsi_pll *
src_pll
);
H
A
D
dsi_host.c
2256
struct msm_dsi_pll *
src_pll
)
in msm_dsi_host_set_src_pll()
2262
ret = msm_dsi_pll_get_clk_provider(
src_pll
,
in msm_dsi_host_set_src_pll()
2255
msm_dsi_host_set_
src_pll
(struct mipi_dsi_host *host, struct msm_dsi_pll *
src_pll
)
msm_dsi_host_set_src_pll()
argument
Completed in 5 milliseconds