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:lane_count_set
(Results
1 - 8
of
8
) 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
211
union
lane_count_set
lane_count_set
= {0};
in dp_perform_fixed_vs_pe_training_sequence_legacy()
local
251
lane_count_set
.bits.LANE_COUNT_SET =
in dp_perform_fixed_vs_pe_training_sequence_legacy()
254
lane_count_set
.bits.ENHANCED_FRAMING = lt_settings->enhanced_framing;
in dp_perform_fixed_vs_pe_training_sequence_legacy()
255
lane_count_set
.bits.POST_LT_ADJ_REQ_GRANTED = 0;
in dp_perform_fixed_vs_pe_training_sequence_legacy()
259
lane_count_set
.bits.POST_LT_ADJ_REQ_GRANTED =
in dp_perform_fixed_vs_pe_training_sequence_legacy()
267
&
lane_count_set
.raw, 1);
in dp_perform_fixed_vs_pe_training_sequence_legacy()
558
union
lane_count_set
lane_count_set
= {0};
in dp_perform_fixed_vs_pe_training_sequence()
local
597
lane_count_set
in dp_perform_fixed_vs_pe_training_sequence()
[all...]
H
A
D
link_dp_training.c
1042
union
lane_count_set
lane_count_set
= {0};
in dpcd_set_link_settings()
local
1047
lane_count_set
.bits.LANE_COUNT_SET =
in dpcd_set_link_settings()
1050
lane_count_set
.bits.ENHANCED_FRAMING = lt_settings->enhanced_framing;
in dpcd_set_link_settings()
1051
lane_count_set
.bits.POST_LT_ADJ_REQ_GRANTED = 0;
in dpcd_set_link_settings()
1056
lane_count_set
.bits.POST_LT_ADJ_REQ_GRANTED =
in dpcd_set_link_settings()
1064
&
lane_count_set
.raw, 1);
in dpcd_set_link_settings()
1437
union
lane_count_set
lane_count_set
= {0};
in dp_transition_to_video_idle()
local
1463
lane_count_set
in dp_transition_to_video_idle()
[all...]
H
A
D
link_edp_panel_control.c
319
union
lane_count_set
lane_count_set
= {0};
in edp_is_ilr_optimization_required()
local
342
&
lane_count_set
.raw, sizeof(
lane_count_set
));
in edp_is_ilr_optimization_required()
352
lane_count_set
.bits.LANE_COUNT_SET != link_setting.lane_count) {
in edp_is_ilr_optimization_required()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
H
A
D
dc_link_dp.c
160
union
lane_count_set
lane_count_set
= { {0} };
in dpcd_set_link_settings()
local
165
lane_count_set
.bits.LANE_COUNT_SET =
in dpcd_set_link_settings()
168
lane_count_set
.bits.ENHANCED_FRAMING = lt_settings->enhanced_framing;
in dpcd_set_link_settings()
169
lane_count_set
.bits.POST_LT_ADJ_REQ_GRANTED = 0;
in dpcd_set_link_settings()
173
lane_count_set
.bits.POST_LT_ADJ_REQ_GRANTED =
in dpcd_set_link_settings()
181
&
lane_count_set
.raw, 1);
in dpcd_set_link_settings()
1119
union
lane_count_set
lane_count_set
= { {0} };
in perform_link_training_int()
local
1142
lane_count_set
in perform_link_training_int()
[all...]
H
A
D
dc_link.c
616
union
lane_count_set
lane_count_set
= { {0} };
in read_current_link_settings_on_detect()
local
628
&
lane_count_set
.raw,
in read_current_link_settings_on_detect()
629
sizeof(
lane_count_set
));
in read_current_link_settings_on_detect()
637
lane_count_set
.bits.LANE_COUNT_SET;
in read_current_link_settings_on_detect()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/
H
A
D
link_detection.c
514
union
lane_count_set
lane_count_set
= {0};
in read_current_link_settings_on_detect()
local
526
&
lane_count_set
.raw,
in read_current_link_settings_on_detect()
527
sizeof(
lane_count_set
));
in read_current_link_settings_on_detect()
535
lane_count_set
.bits.LANE_COUNT_SET;
in read_current_link_settings_on_detect()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
H
A
D
dc_dp_types.h
172
union
lane_count_set
{
union
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H
A
D
dc_dp_types.h
236
union
lane_count_set
{
union
Completed in 18 milliseconds