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_ln_count
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/protocols/
H
A
D
link_dp_training_fixed_vs_pe_retimer.c
260
link->dpcd_caps.
max_ln_count
.bits.POST_LT_ADJ_REQ_SUPPORTED;
in dp_perform_fixed_vs_pe_training_sequence_legacy()
606
link->dpcd_caps.
max_ln_count
.bits.POST_LT_ADJ_REQ_SUPPORTED;
in dp_perform_fixed_vs_pe_training_sequence()
H
A
D
link_dp_training.c
780
rx_caps->
max_ln_count
.bits.TPS3_SUPPORTED)
in decide_eq_training_pattern()
1057
link->dpcd_caps.
max_ln_count
.bits.POST_LT_ADJ_REQ_SUPPORTED;
in dpcd_set_link_settings()
1447
if (link->dpcd_caps.
max_ln_count
.bits.POST_LT_ADJ_REQ_SUPPORTED != 1 ||
in dp_transition_to_video_idle()
H
A
D
link_dp_capability.c
1275
link->dpcd_caps.
max_ln_count
.raw = dpcd_data[
in dp_overwrite_extended_receiver_cap()
1282
link->dpcd_caps.
max_ln_count
.bits.MAX_LANE_COUNT;
in dp_overwrite_extended_receiver_cap()
1717
link->dpcd_caps.
max_ln_count
.raw = dpcd_data[
in retrieve_link_cap()
1724
link->dpcd_caps.
max_ln_count
.bits.MAX_LANE_COUNT;
in retrieve_link_cap()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
H
A
D
dc_link_dp.c
146
if (dpcd_caps->
max_ln_count
.bits.TPS3_SUPPORTED &&
in decide_eq_training_pattern()
174
link->dpcd_caps.
max_ln_count
.bits.POST_LT_ADJ_REQ_SUPPORTED;
in dpcd_set_link_settings()
1134
if (link->dpcd_caps.
max_ln_count
.bits.POST_LT_ADJ_REQ_SUPPORTED != 1 ||
in perform_link_training_int()
3519
link->dpcd_caps.
max_ln_count
.raw = dpcd_data[
in retrieve_link_cap()
3526
link->dpcd_caps.
max_ln_count
.bits.MAX_LANE_COUNT;
in retrieve_link_cap()
3679
link->dpcd_caps.
max_ln_count
.raw = dpcd_data[
in dp_overwrite_extended_receiver_cap()
3686
link->dpcd_caps.
max_ln_count
.bits.MAX_LANE_COUNT;
in dp_overwrite_extended_receiver_cap()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
H
A
D
dc.h
1048
union max_lane_count
max_ln_count
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H
A
D
dc_dp_types.h
1193
union max_lane_count
max_ln_count
;
member
Completed in 18 milliseconds