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:max_pclk_khz
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dp/
H
A
D
dp_drm.c
109
if ((dp_disp->
max_pclk_khz
<= 0) ||
in dp_connector_mode_valid()
110
(dp_disp->
max_pclk_khz
> DP_MAX_PIXEL_CLK_KHZ) ||
in dp_connector_mode_valid()
111
(mode->clock > dp_disp->
max_pclk_khz
))
in dp_connector_mode_valid()
H
A
D
dp_display.h
23
u32
max_pclk_khz
;
member
H
A
D
dp_panel.h
52
u32
max_pclk_khz
;
member
H
A
D
dp_debug.c
75
debug->panel->
max_pclk_khz
);
in dp_debug_read_info()
H
A
D
dp_display.c
365
dp->dp_display.
max_pclk_khz
= DP_MAX_PIXEL_CLK_KHZ;
in dp_display_process_hpd_high()
996
dp->
max_pclk_khz
= dp_mode->drm_mode.clock;
in dp_display_get_modes()
/kernel/linux/linux-5.10/drivers/gpu/drm/tidss/
H
A
D
tidss_dispc.h
68
int
max_pclk_khz
[DISPC_VP_MAX_BUS_TYPE];
member
H
A
D
tidss_dispc.c
60
.
max_pclk_khz
= {
139
.
max_pclk_khz
= {
228
.
max_pclk_khz
= {
1121
max_pclk = dispc->feat->
max_pclk_khz
[bus_type];
in dispc_vp_mode_valid()
/kernel/linux/linux-6.6/drivers/gpu/drm/tidss/
H
A
D
tidss_dispc.h
69
int
max_pclk_khz
[DISPC_VP_MAX_BUS_TYPE];
member
H
A
D
tidss_dispc.c
61
.
max_pclk_khz
= {
140
.
max_pclk_khz
= {
229
.
max_pclk_khz
= {
277
.
max_pclk_khz
= {
1173
max_pclk = dispc->feat->
max_pclk_khz
[bus_type];
in dispc_vp_mode_valid()
Completed in 12 milliseconds