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:lp_rate
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/panel/
H
A
D
panel-samsung-s6e63m0-dsi.c
98
dsi->
lp_rate
= 9600000;
in s6e63m0_dsi_probe()
H
A
D
panel-samsung-s6d16d0.c
179
dsi->
lp_rate
= 19200000;
in s6d16d0_probe()
H
A
D
panel-sony-acx424akp.c
442
dsi->
lp_rate
= 19200000;
in acx424akp_probe()
H
A
D
panel-novatek-nt35510.c
898
dsi->
lp_rate
= 9600000;
in nt35510_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/panel/
H
A
D
panel-samsung-s6e63m0-dsi.c
100
dsi->
lp_rate
= 9600000;
in s6e63m0_dsi_probe()
H
A
D
panel-samsung-s6d16d0.c
179
dsi->
lp_rate
= 19200000;
in s6d16d0_probe()
H
A
D
panel-novatek-nt35560.c
482
dsi->
lp_rate
= 19200000;
in nt35560_probe()
H
A
D
panel-dsi-cm.c
562
dsi->
lp_rate
= ddata->panel_data->max_lp_rate;
in dsicm_probe()
H
A
D
panel-novatek-nt35510.c
898
dsi->
lp_rate
= 9600000;
in nt35510_probe()
/kernel/linux/linux-5.10/include/drm/
H
A
D
drm_mipi_dsi.h
173
* @
lp_rate
: maximum lane frequency for low power mode in hertz, this should
188
unsigned long
lp_rate
;
member
/kernel/linux/linux-6.6/include/drm/
H
A
D
drm_mipi_dsi.h
180
* @
lp_rate
: maximum lane frequency for low power mode in hertz, this should
196
unsigned long
lp_rate
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/mcde/
H
A
D
mcde_dsi.c
867
if (d->mdsi->
lp_rate
)
in mcde_dsi_enable()
868
lp_freq = d->mdsi->
lp_rate
;
in mcde_dsi_enable()
/kernel/linux/linux-6.6/drivers/gpu/drm/mcde/
H
A
D
mcde_dsi.c
867
if (d->mdsi->
lp_rate
)
in mcde_dsi_enable()
868
lp_freq = d->mdsi->
lp_rate
;
in mcde_dsi_enable()
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/
H
A
D
chipone-icn6211.c
533
dsi->
lp_rate
= 16000000;
in chipone_dsi_attach()
/kernel/linux/linux-6.6/drivers/gpu/drm/sprd/
H
A
D
sprd_dsi.c
409
div = DIV_ROUND_UP(byte_clk, dsi->slave->
lp_rate
);
in sprd_dsi_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/
H
A
D
dsi.c
4397
dsi->config.lp_clk_max = client->
lp_rate
;
in omap_dsi_host_attach()
Completed in 20 milliseconds