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:ksvlistbuf
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/drm/bridge/synopsys/
H
A
D
dw-hdmi-hdcp.c
450
char *
ksvlistbuf
;
in dw_hdmi_hdcp_ksvsha1()
local
490
ksvlistbuf
= kmalloc(value, GFP_KERNEL);
in dw_hdmi_hdcp_ksvsha1()
491
if (!
ksvlistbuf
) {
in dw_hdmi_hdcp_ksvsha1()
496
ksvlistbuf
[(list * KSV_LEN)] = bstaus0;
in dw_hdmi_hdcp_ksvsha1()
497
ksvlistbuf
[(list * KSV_LEN) + 1] = bstaus1;
in dw_hdmi_hdcp_ksvsha1()
500
ksvlistbuf
[(list * KSV_LEN) + i] = hdcp->read(hdmi, HDMI_A_SRM_BASE + i + 1);
in dw_hdmi_hdcp_ksvsha1()
502
ksvlistbuf
[i - HEADER] = hdcp->read(hdmi, HDMI_A_SRM_BASE + i + 1);
in dw_hdmi_hdcp_ksvsha1()
504
ksvlistbuf
[i] = hdcp->read(hdmi, HDMI_A_SRM_BASE + i + 1);
in dw_hdmi_hdcp_ksvsha1()
507
if (hdcp_verify_ksv(
ksvlistbuf
, value) == true) {
in dw_hdmi_hdcp_ksvsha1()
514
kfree(
ksvlistbuf
);
in dw_hdmi_hdcp_ksvsha1()
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/bridge/synopsys/
H
A
D
dw-hdmi-hdcp.c
458
char *
ksvlistbuf
;
in dw_hdmi_hdcp_ksvsha1()
local
499
ksvlistbuf
= kmalloc(value, GFP_KERNEL);
in dw_hdmi_hdcp_ksvsha1()
500
if (!
ksvlistbuf
) {
in dw_hdmi_hdcp_ksvsha1()
505
ksvlistbuf
[(list * KSV_LEN)] = bstaus0;
in dw_hdmi_hdcp_ksvsha1()
506
ksvlistbuf
[(list * KSV_LEN) + 1] = bstaus1;
in dw_hdmi_hdcp_ksvsha1()
509
ksvlistbuf
[(list * KSV_LEN) + i] =
in dw_hdmi_hdcp_ksvsha1()
512
ksvlistbuf
[i - HEADER] =
in dw_hdmi_hdcp_ksvsha1()
515
ksvlistbuf
[i] =
in dw_hdmi_hdcp_ksvsha1()
518
if (hdcp_verify_ksv(
ksvlistbuf
, value) == true) {
in dw_hdmi_hdcp_ksvsha1()
525
kfree(
ksvlistbuf
);
in dw_hdmi_hdcp_ksvsha1()
[all...]
Completed in 3 milliseconds