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:TPM_BUFSIZE
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/tpm/
H
A
D
tpm-dev.h
21
u8 data_buffer[
TPM_BUFSIZE
];
H
A
D
tpm-dev-common.c
146
memset(priv->data_buffer, 0,
TPM_BUFSIZE
);
in tpm_common_read()
172
if (size >
TPM_BUFSIZE
)
in tpm_common_write()
H
A
D
tpm-interface.c
72
if (bufsiz >
TPM_BUFSIZE
)
in tpm_try_transmit()
73
bufsiz =
TPM_BUFSIZE
;
in tpm_try_transmit()
H
A
D
tpm.h
35
#define
TPM_BUFSIZE
4096
macro
153
/* 128 bytes is an arbitrary cap. This could be as large as
TPM_BUFSIZE
- 18
H
A
D
tpm_vtpm_proxy.c
45
u8 buffer[
TPM_BUFSIZE
]; /* request/response buffer */
/kernel/linux/linux-6.6/drivers/char/tpm/
H
A
D
tpm-dev.h
21
u8 data_buffer[
TPM_BUFSIZE
];
H
A
D
tpm-dev-common.c
145
memset(priv->data_buffer, 0,
TPM_BUFSIZE
);
in tpm_common_read()
171
if (size >
TPM_BUFSIZE
)
in tpm_common_write()
H
A
D
tpm-interface.c
72
if (bufsiz >
TPM_BUFSIZE
)
in tpm_try_transmit()
73
bufsiz =
TPM_BUFSIZE
;
in tpm_try_transmit()
H
A
D
tpm_tis_i2c.c
235
if (len >
TPM_BUFSIZE
- 1)
in tpm_tis_i2c_write_bytes()
342
phy->io_buf = devm_kzalloc(&dev->dev,
TPM_BUFSIZE
, GFP_KERNEL);
in tpm_tis_i2c_probe()
H
A
D
tpm.h
35
#define
TPM_BUFSIZE
4096
macro
227
/* 128 bytes is an arbitrary cap. This could be as large as
TPM_BUFSIZE
- 18
H
A
D
tpm_vtpm_proxy.c
45
u8 buffer[
TPM_BUFSIZE
]; /* request/response buffer */
Completed in 13 milliseconds