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:msg14
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/
H
A
D
link_detection.c
476
struct hdcp_protection_message
msg14
;
in query_hdcp_capability()
local
479
memset(&
msg14
, 0, sizeof(struct hdcp_protection_message));
in query_hdcp_capability()
501
msg14
.data = &link->hdcp_caps.bcaps.raw;
in query_hdcp_capability()
502
msg14
.length = sizeof(link->hdcp_caps.bcaps.raw);
in query_hdcp_capability()
503
msg14
.msg_id = HDCP_MESSAGE_ID_READ_BCAPS;
in query_hdcp_capability()
504
msg14
.version = HDCP_VERSION_14;
in query_hdcp_capability()
505
msg14
.link = HDCP_LINK_PRIMARY;
in query_hdcp_capability()
506
msg14
.max_retries = 5;
in query_hdcp_capability()
508
dc_process_hdcp_msg(signal, link, &
msg14
);
in query_hdcp_capability()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
H
A
D
dc_link.c
574
struct hdcp_protection_message
msg14
;
in query_hdcp_capability()
local
577
memset(&
msg14
, 0, sizeof(struct hdcp_protection_message));
in query_hdcp_capability()
601
msg14
.data = &link->hdcp_caps.bcaps.raw;
in query_hdcp_capability()
602
msg14
.length = sizeof(link->hdcp_caps.bcaps.raw);
in query_hdcp_capability()
603
msg14
.msg_id = HDCP_MESSAGE_ID_READ_BCAPS;
in query_hdcp_capability()
604
msg14
.version = HDCP_VERSION_14;
in query_hdcp_capability()
605
msg14
.link = HDCP_LINK_PRIMARY;
in query_hdcp_capability()
606
msg14
.max_retries = 5;
in query_hdcp_capability()
608
status = dc_process_hdcp_msg(signal, link, &
msg14
);
in query_hdcp_capability()
Completed in 6 milliseconds