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:hpd_data
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dmub/src/
H
A
D
dmub_srv_stat.c
80
if (cmd.dp_hpd_notify.
hpd_data
.hpd_type == DP_HPD) {
in dmub_srv_stat_get_notification()
82
notify->hpd_status = cmd.dp_hpd_notify.
hpd_data
.hpd_status;
in dmub_srv_stat_get_notification()
87
notify->link_index = cmd.dp_hpd_notify.
hpd_data
.instance;
in dmub_srv_stat_get_notification()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H
A
D
drm_bridge.c
1141
bridge->
hpd_data
= data;
in drm_bridge_hpd_enable()
1173
bridge->
hpd_data
= NULL;
in drm_bridge_hpd_disable()
1194
bridge->hpd_cb(bridge->
hpd_data
, status);
in drm_bridge_hpd_notify()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H
A
D
drm_bridge.c
1263
bridge->
hpd_data
= data;
in drm_bridge_hpd_enable()
1295
bridge->
hpd_data
= NULL;
in drm_bridge_hpd_disable()
1316
bridge->hpd_cb(bridge->
hpd_data
, status);
in drm_bridge_hpd_notify()
/kernel/linux/linux-5.10/include/drm/
H
A
D
drm_bridge.h
750
* @hpd_mutex: Protects the @hpd_cb and @
hpd_data
fields.
759
* @
hpd_data
: Private data passed to the Hot plug detection callback
762
void *
hpd_data
;
member
/kernel/linux/linux-6.6/include/drm/
H
A
D
drm_bridge.h
762
* @hpd_mutex: Protects the @hpd_cb and @
hpd_data
fields.
771
* @
hpd_data
: Private data passed to the Hot plug detection callback
774
void *
hpd_data
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dmub/inc/
H
A
D
dmub_cmd.h
538
struct dp_hpd_data
hpd_data
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dmub/inc/
H
A
D
dmub_cmd.h
1848
struct dp_hpd_data
hpd_data
;
member
Completed in 15 milliseconds