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:phy_pattern
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/
H
A
D
drm_dp_helper.c
2139
err = drm_dp_dpcd_readb(aux, DP_PHY_TEST_PATTERN, &data->
phy_pattern
);
in drm_dp_get_phy_test_pattern()
2143
switch (data->
phy_pattern
) {
in drm_dp_get_phy_test_pattern()
2177
test_pattern = data->
phy_pattern
;
in drm_dp_set_phy_test_pattern()
/kernel/linux/linux-6.6/include/drm/display/
H
A
D
drm_dp_helper.h
734
* @
phy_pattern
: DP Phy test pattern from DPCD 0x248
742
u8
phy_pattern
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/display/
H
A
D
drm_dp_helper.c
2650
err = drm_dp_dpcd_readb(aux, DP_PHY_TEST_PATTERN, &data->
phy_pattern
);
in drm_dp_get_phy_test_pattern()
2654
switch (data->
phy_pattern
) {
in drm_dp_get_phy_test_pattern()
2688
test_pattern = data->
phy_pattern
;
in drm_dp_set_phy_test_pattern()
/kernel/linux/linux-5.10/include/drm/
H
A
D
drm_dp_helper.h
1838
* @
phy_pattern
: DP Phy test pattern from DPCD 0x248
1846
u8
phy_pattern
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
intel_display_debugfs.c
1385
intel_dp->compliance.test_data.phytest.
phy_pattern
);
in i915_displayport_test_data_show()
H
A
D
intel_dp.c
5456
switch (data->
phy_pattern
) {
in intel_dp_phy_pattern_update()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_display_debugfs.c
945
intel_dp->compliance.test_data.phytest.
phy_pattern
);
in i915_displayport_test_data_show()
H
A
D
intel_dp.c
3908
switch (data->
phy_pattern
) {
in intel_dp_phy_pattern_update()
Completed in 36 milliseconds