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:is_hpd_high
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/protocols/
H
A
D
link_dp_dpia.c
85
bool
is_hpd_high
= false;
in dpia_query_hpd_status()
local
94
is_hpd_high
= cmd.query_hpd.data.result;
in dpia_query_hpd_status()
103
return
is_hpd_high
;
in dpia_query_hpd_status()
H
A
D
link_hpd.c
120
bool query_hpd_status(struct dc_link *link, uint32_t *
is_hpd_high
)
in query_hpd_status()
argument
129
dal_gpio_get_value(hpd_pin,
is_hpd_high
);
in query_hpd_status()
H
A
D
link_hpd.h
46
bool query_hpd_status(struct dc_link *link, uint32_t *
is_hpd_high
);
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/
H
A
D
link_detection.c
1214
uint32_t
is_hpd_high
= 0;
in link_detect_connection_type()
local
1239
if (!query_hpd_status(link, &
is_hpd_high
))
in link_detect_connection_type()
1242
if (
is_hpd_high
) {
in link_detect_connection_type()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
H
A
D
dc_link.c
215
uint32_t
is_hpd_high
= 0;
in dc_link_detect_sink()
local
236
dal_gpio_get_value(hpd_pin, &
is_hpd_high
);
in dc_link_detect_sink()
240
if (
is_hpd_high
) {
in dc_link_detect_sink()
Completed in 7 milliseconds