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_dp_lanes
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dp/
H
A
D
dp_display.h
25
u32
max_dp_lanes
;
member
H
A
D
dp_parser.h
118
u32
max_dp_lanes
;
member
H
A
D
dp_panel.h
53
u32
max_dp_lanes
;
member
H
A
D
dp_panel.c
76
if (link_info->num_lanes > dp_panel->
max_dp_lanes
)
in dp_panel_read_dpcd()
77
link_info->num_lanes = dp_panel->
max_dp_lanes
;
in dp_panel_read_dpcd()
H
A
D
dp_parser.c
99
parser->
max_dp_lanes
= len;
in dp_parser_misc()
H
A
D
dp_display.c
352
dp->panel->
max_dp_lanes
= dp->parser->
max_dp_lanes
;
in dp_display_process_hpd_high()
366
dp->dp_display.
max_dp_lanes
= dp->parser->
max_dp_lanes
;
in dp_display_process_hpd_high()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dp/
H
A
D
dp_display.h
30
u32
max_dp_lanes
;
member
H
A
D
dp_parser.h
122
u32
max_dp_lanes
;
member
H
A
D
dp_panel.h
57
u32
max_dp_lanes
;
member
H
A
D
dp_parser.c
133
parser->
max_dp_lanes
= cnt;
in dp_parser_misc()
135
parser->
max_dp_lanes
= DP_MAX_NUM_DP_LANES; /* 4 lanes */
in dp_parser_misc()
H
A
D
dp_panel.c
100
if (link_info->num_lanes > dp_panel->
max_dp_lanes
)
in dp_panel_read_dpcd()
101
link_info->num_lanes = dp_panel->
max_dp_lanes
;
in dp_panel_read_dpcd()
H
A
D
dp_display.c
405
dp->panel->
max_dp_lanes
= dp->parser->
max_dp_lanes
;
in dp_display_process_hpd_high()
409
dp->panel->
max_dp_lanes
, dp->panel->max_dp_link_rate);
in dp_display_process_hpd_high()
424
dp->dp_display.
max_dp_lanes
= dp->parser->
max_dp_lanes
;
in dp_display_process_hpd_high()
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/
H
A
D
ti-sn65dsi86.c
722
int
max_dp_lanes
;
in ti_sn_bridge_enable()
local
724
max_dp_lanes
= ti_sn_get_max_lanes(pdata);
in ti_sn_bridge_enable()
725
pdata->dp_lanes = min(pdata->dp_lanes,
max_dp_lanes
);
in ti_sn_bridge_enable()
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/
H
A
D
ti-sn65dsi86.c
1084
int
max_dp_lanes
;
in ti_sn_bridge_atomic_enable()
local
1094
max_dp_lanes
= ti_sn_get_max_lanes(pdata);
in ti_sn_bridge_atomic_enable()
1095
pdata->dp_lanes = min(pdata->dp_lanes,
max_dp_lanes
);
in ti_sn_bridge_atomic_enable()
Completed in 13 milliseconds