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:cphy_mode
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dsi/phy/
H
A
D
dsi_phy_7nm.c
294
pll->phy->
cphy_mode
? 0x00 : 0x10);
in dsi_pll_commit()
679
pll_7nm->phy->
cphy_mode
? 7 : 8);
in pll_7nm_register()
698
if (pll_7nm->phy->
cphy_mode
)
in pll_7nm_register()
712
if (pll_7nm->phy->
cphy_mode
) {
in pll_7nm_register()
869
if (phy->
cphy_mode
)
in dsi_7nm_phy_enable()
904
if (phy->
cphy_mode
) {
in dsi_7nm_phy_enable()
919
if (phy->
cphy_mode
) {
in dsi_7nm_phy_enable()
931
if (phy->
cphy_mode
) {
in dsi_7nm_phy_enable()
939
if (phy->
cphy_mode
) {
in dsi_7nm_phy_enable()
947
if (phy->
cphy_mode
) {
in dsi_7nm_phy_enable()
[all...]
H
A
D
dsi_phy.h
116
bool
cphy_mode
;
member
H
A
D
dsi_phy.c
651
phy->
cphy_mode
= (phy_type == PHY_TYPE_CPHY);
in dsi_phy_driver_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dsi/
H
A
D
dsi_host.c
176
bool
cphy_mode
;
member
580
if (msm_host->
cphy_mode
)
in dsi_byte_clk_get_rate()
824
if (msm_host->
cphy_mode
)
in dsi_ctrl_enable()
2228
msm_host->
cphy_mode
= src_phy->
cphy_mode
;
in msm_dsi_host_set_phy_mode()
2262
if (msm_host->
cphy_mode
)
in msm_dsi_host_get_phy_clk_req()
Completed in 7 milliseconds