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:hdcp_caps
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/
H
A
D
link_detection.c
480
memset(link->
hdcp_caps
.rx_caps.raw, 0,
in query_hdcp_capability()
481
sizeof(link->
hdcp_caps
.rx_caps.raw));
in query_hdcp_capability()
487
msg22.data = link->
hdcp_caps
.rx_caps.raw;
in query_hdcp_capability()
488
msg22.length = sizeof(link->
hdcp_caps
.rx_caps.raw);
in query_hdcp_capability()
491
msg22.data = &link->
hdcp_caps
.rx_caps.fields.version;
in query_hdcp_capability()
492
msg22.length = sizeof(link->
hdcp_caps
.rx_caps.fields.version);
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()
1181
memset(&link->
hdcp_caps
, 0, sizeof(struct
hdcp_caps
));
in detect_link_and_local_sink()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
H
A
D
dc_link.h
147
struct
hdcp_caps
hdcp_caps
;
member
H
A
D
dc.h
1124
struct
hdcp_caps
{
struct
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
H
A
D
dc_link.c
531
ret = link->
hdcp_caps
.bcaps.bits.HDCP_CAPABLE;
in dc_link_is_hdcp14()
555
ret = (link->
hdcp_caps
.bcaps.bits.HDCP_CAPABLE &&
in dc_link_is_hdcp22()
556
link->
hdcp_caps
.rx_caps.fields.byte0.hdcp_capable &&
in dc_link_is_hdcp22()
557
(link->
hdcp_caps
.rx_caps.fields.version == 0x2)) ? 1 : 0;
in dc_link_is_hdcp22()
562
ret = (link->
hdcp_caps
.rx_caps.fields.version == 0x4) ? 1:0;
in dc_link_is_hdcp22()
578
memset(link->
hdcp_caps
.rx_caps.raw, 0,
in query_hdcp_capability()
579
sizeof(link->
hdcp_caps
.rx_caps.raw));
in query_hdcp_capability()
585
msg22.data = link->
hdcp_caps
.rx_caps.raw;
in query_hdcp_capability()
586
msg22.length = sizeof(link->
hdcp_caps
.rx_caps.raw);
in query_hdcp_capability()
589
msg22.data = &link->
hdcp_caps
in query_hdcp_capability()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H
A
D
dc_types.h
979
struct
hdcp_caps
{
struct
H
A
D
dc.h
1537
struct
hdcp_caps
hdcp_caps
;
member
Completed in 16 milliseconds