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_ACCESS_VALID
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/tpm/
H
A
D
tpm_i2c_infineon.c
288
TPM_ACCESS_VALID
= 0x80,
enumerator
321
if ((buf & (TPM_ACCESS_ACTIVE_LOCALITY |
TPM_ACCESS_VALID
)) ==
in check_locality()
322
(TPM_ACCESS_ACTIVE_LOCALITY |
TPM_ACCESS_VALID
)) {
in check_locality()
337
if (force || (buf & (TPM_ACCESS_REQUEST_PENDING |
TPM_ACCESS_VALID
)) ==
in release_locality()
338
(TPM_ACCESS_REQUEST_PENDING |
TPM_ACCESS_VALID
)) {
in release_locality()
H
A
D
tpm_tis_core.h
25
TPM_ACCESS_VALID
= 0x80,
enumerator
H
A
D
tpm_tis_core.c
112
if (access &
TPM_ACCESS_VALID
)
in wait_startup()
129
if ((access & (TPM_ACCESS_ACTIVE_LOCALITY |
TPM_ACCESS_VALID
in check_locality()
131
(TPM_ACCESS_ACTIVE_LOCALITY |
TPM_ACCESS_VALID
)) {
in check_locality()
/kernel/linux/linux-6.6/drivers/char/tpm/
H
A
D
tpm_i2c_infineon.c
288
TPM_ACCESS_VALID
= 0x80,
enumerator
321
if ((buf & (TPM_ACCESS_ACTIVE_LOCALITY |
TPM_ACCESS_VALID
)) ==
in check_locality()
322
(TPM_ACCESS_ACTIVE_LOCALITY |
TPM_ACCESS_VALID
)) {
in check_locality()
337
if (force || (buf & (TPM_ACCESS_REQUEST_PENDING |
TPM_ACCESS_VALID
)) ==
in release_locality()
338
(TPM_ACCESS_REQUEST_PENDING |
TPM_ACCESS_VALID
)) {
in release_locality()
H
A
D
tpm_tis_i2c_cr50.c
297
u8 mask =
TPM_ACCESS_VALID
| TPM_ACCESS_ACTIVE_LOCALITY;
in tpm_cr50_check_locality()
318
u8 mask =
TPM_ACCESS_VALID
| TPM_ACCESS_REQUEST_PENDING;
in tpm_cr50_release_locality()
H
A
D
tpm_tis_core.h
25
TPM_ACCESS_VALID
= 0x80,
enumerator
H
A
D
tpm_tis_core.c
144
if (access &
TPM_ACCESS_VALID
)
in wait_startup()
161
if ((access & (TPM_ACCESS_ACTIVE_LOCALITY |
TPM_ACCESS_VALID
in check_locality()
163
(TPM_ACCESS_ACTIVE_LOCALITY |
TPM_ACCESS_VALID
)) {
in check_locality()
/kernel/linux/linux-5.10/drivers/char/tpm/st33zp24/
H
A
D
st33zp24.c
34
TPM_ACCESS_VALID
= 0x80,
enumerator
118
(TPM_ACCESS_ACTIVE_LOCALITY |
TPM_ACCESS_VALID
)) ==
in check_locality()
119
(TPM_ACCESS_ACTIVE_LOCALITY |
TPM_ACCESS_VALID
))
in check_locality()
/kernel/linux/linux-6.6/drivers/char/tpm/st33zp24/
H
A
D
st33zp24.c
35
TPM_ACCESS_VALID
= 0x80,
enumerator
111
(TPM_ACCESS_ACTIVE_LOCALITY |
TPM_ACCESS_VALID
)) ==
in check_locality()
112
(TPM_ACCESS_ACTIVE_LOCALITY |
TPM_ACCESS_VALID
))
in check_locality()
Completed in 9 milliseconds