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:binfo_dp
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/hdcp/
H
A
D
hdcp1_execution.c
99
status = DRM_HDCP_MAX_CASCADE_EXCEEDED(hdcp->auth.msg.hdcp1.
binfo_dp
>> 8)
in check_no_max_cascade()
114
status = DRM_HDCP_MAX_DEVICE_EXCEEDED(hdcp->auth.msg.hdcp1.
binfo_dp
) ?
in check_no_max_devs()
127
DRM_HDCP_NUM_DOWNSTREAM(hdcp->auth.msg.hdcp1.
binfo_dp
) :
in get_device_count()
H
A
D
hdcp_log.h
128
(uint8_t *)&hdcp->auth.msg.hdcp1.
binfo_dp
, \
129
sizeof(hdcp->auth.msg.hdcp1.
binfo_dp
)); \
H
A
D
hdcp_ddc.c
335
(uint8_t *)&hdcp->auth.msg.hdcp1.
binfo_dp
,
in mod_hdcp_read_binfo()
336
sizeof(hdcp->auth.msg.hdcp1.
binfo_dp
));
in mod_hdcp_read_binfo()
H
A
D
hdcp.h
129
uint16_t
binfo_dp
;
member
H
A
D
hdcp_psp.c
290
is_dp_hdcp(hdcp) ? hdcp->auth.msg.hdcp1.
binfo_dp
: hdcp->auth.msg.hdcp1.bstatus;
in mod_hdcp_hdcp1_validate_ksvlist_vp()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/modules/hdcp/
H
A
D
hdcp1_execution.c
99
status = DRM_HDCP_MAX_CASCADE_EXCEEDED(hdcp->auth.msg.hdcp1.
binfo_dp
>> 8)
in check_no_max_cascade()
114
status = DRM_HDCP_MAX_DEVICE_EXCEEDED(hdcp->auth.msg.hdcp1.
binfo_dp
) ?
in check_no_max_devs()
127
DRM_HDCP_NUM_DOWNSTREAM(hdcp->auth.msg.hdcp1.
binfo_dp
) :
in get_device_count()
H
A
D
hdcp_log.c
74
(uint8_t *)&hdcp->auth.msg.hdcp1.
binfo_dp
,
in mod_hdcp_log_ddc_trace()
75
sizeof(hdcp->auth.msg.hdcp1.
binfo_dp
));
in mod_hdcp_log_ddc_trace()
H
A
D
hdcp_ddc.c
335
(uint8_t *)&hdcp->auth.msg.hdcp1.
binfo_dp
,
in mod_hdcp_read_binfo()
336
sizeof(hdcp->auth.msg.hdcp1.
binfo_dp
));
in mod_hdcp_read_binfo()
H
A
D
hdcp.h
129
uint16_t
binfo_dp
;
member
H
A
D
hdcp_psp.c
411
is_dp_hdcp(hdcp) ? hdcp->auth.msg.hdcp1.
binfo_dp
: hdcp->auth.msg.hdcp1.bstatus;
in mod_hdcp_hdcp1_validate_ksvlist_vp()
Completed in 10 milliseconds