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:test_lane_count
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dp/
H
A
D
dp_link.c
34
u32
test_lane_count
;
member
561
link->request.
test_lane_count
= bp;
in dp_link_parse_link_training_params()
562
DRM_DEBUG_DP("lane count = 0x%x\n", link->request.
test_lane_count
);
in dp_link_parse_link_training_params()
774
link->request.
test_lane_count
);
in dp_link_process_link_training_request()
776
link->dp_link.link_params.num_lanes = link->request.
test_lane_count
;
in dp_link_process_link_training_request()
903
!is_lane_count_valid(link->request.
test_lane_count
)) {
in dp_link_process_phy_test_pattern_request()
906
link->request.
test_lane_count
);
in dp_link_process_phy_test_pattern_request()
916
link->request.
test_lane_count
);
in dp_link_process_phy_test_pattern_request()
918
link->dp_link.link_params.num_lanes = link->request.
test_lane_count
;
in dp_link_process_phy_test_pattern_request()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dp/
H
A
D
dp_link.c
34
u32
test_lane_count
;
member
568
link->request.
test_lane_count
= bp;
in dp_link_parse_link_training_params()
570
link->request.
test_lane_count
);
in dp_link_parse_link_training_params()
790
link->request.
test_lane_count
);
in dp_link_process_link_training_request()
792
link->dp_link.link_params.num_lanes = link->request.
test_lane_count
;
in dp_link_process_link_training_request()
915
!is_lane_count_valid(link->request.
test_lane_count
)) {
in dp_link_process_phy_test_pattern_request()
918
link->request.
test_lane_count
);
in dp_link_process_phy_test_pattern_request()
930
link->request.
test_lane_count
);
in dp_link_process_phy_test_pattern_request()
932
link->dp_link.link_params.num_lanes = link->request.
test_lane_count
;
in dp_link_process_phy_test_pattern_request()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_dp.c
1440
intel_dp->compliance.
test_lane_count
)) {
in intel_dp_adjust_compliance_config()
1448
intel_dp->compliance.
test_lane_count
;
in intel_dp_adjust_compliance_config()
3756
u8
test_lane_count
, test_link_bw;
in intel_dp_autotest_link_training()
local
3762
&
test_lane_count
);
in intel_dp_autotest_link_training()
3768
test_lane_count
&= DP_MAX_LANE_COUNT_MASK;
in intel_dp_autotest_link_training()
3780
test_lane_count
))
in intel_dp_autotest_link_training()
3783
intel_dp->compliance.
test_lane_count
=
test_lane_count
;
in intel_dp_autotest_link_training()
H
A
D
intel_display_types.h
1610
u8
test_lane_count
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
intel_display_types.h
1264
u8
test_lane_count
;
member
H
A
D
intel_dp.c
2096
intel_dp->compliance.
test_lane_count
)) {
in intel_dp_adjust_compliance_config()
2103
intel_dp->compliance.
test_lane_count
;
in intel_dp_adjust_compliance_config()
5284
u8
test_lane_count
, test_link_bw;
in intel_dp_autotest_link_training()
local
5290
&
test_lane_count
);
in intel_dp_autotest_link_training()
5296
test_lane_count
&= DP_MAX_LANE_COUNT_MASK;
in intel_dp_autotest_link_training()
5308
test_lane_count
))
in intel_dp_autotest_link_training()
5311
intel_dp->compliance.
test_lane_count
=
test_lane_count
;
in intel_dp_autotest_link_training()
Completed in 26 milliseconds