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_TIMEOUT
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/tpm/st33zp24/
H
A
D
st33zp24.c
151
msleep(
TPM_TIMEOUT
);
in request_locality()
200
msleep(
TPM_TIMEOUT
);
in get_burstcount()
287
msleep(
TPM_TIMEOUT
);
in wait_for_stat()
/kernel/linux/linux-6.6/drivers/char/tpm/st33zp24/
H
A
D
st33zp24.c
139
msleep(
TPM_TIMEOUT
);
in request_locality()
182
msleep(
TPM_TIMEOUT
);
in get_burstcount()
253
msleep(
TPM_TIMEOUT
);
in wait_for_stat()
/kernel/linux/linux-5.10/drivers/char/tpm/
H
A
D
tpm_nsc.c
83
msleep(
TPM_TIMEOUT
);
in wait_for_stat()
109
msleep(
TPM_TIMEOUT
);
in nsc_wait_for_ready()
H
A
D
tpm.h
40
TPM_TIMEOUT
= 5, /* msecs */
enumerator
H
A
D
xen-tpmfront.c
91
tpm_msleep(
TPM_TIMEOUT
);
in wait_for_tpm_stat()
H
A
D
tpm_i2c_infineon.c
45
/* we want to use usleep_range instead of msleep for the 5ms
TPM_TIMEOUT
*/
46
#define TPM_TIMEOUT_US_LOW (
TPM_TIMEOUT
* 1000)
H
A
D
tpm_tis_core.c
114
tpm_msleep(
TPM_TIMEOUT
);
in wait_startup()
194
tpm_msleep(
TPM_TIMEOUT
);
in __tpm_tis_request_locality()
/kernel/linux/linux-6.6/drivers/char/tpm/
H
A
D
tpm_nsc.c
83
msleep(
TPM_TIMEOUT
);
in wait_for_stat()
109
msleep(
TPM_TIMEOUT
);
in nsc_wait_for_ready()
H
A
D
xen-tpmfront.c
91
tpm_msleep(
TPM_TIMEOUT
);
in wait_for_tpm_stat()
H
A
D
tpm.h
40
TPM_TIMEOUT
= 5, /* msecs */
enumerator
H
A
D
tpm_i2c_infineon.c
45
/* we want to use usleep_range instead of msleep for the 5ms
TPM_TIMEOUT
*/
46
#define TPM_TIMEOUT_US_LOW (
TPM_TIMEOUT
* 1000)
H
A
D
tpm_tis_core.c
146
tpm_msleep(
TPM_TIMEOUT
);
in wait_startup()
226
tpm_msleep(
TPM_TIMEOUT
);
in __tpm_tis_request_locality()
Completed in 11 milliseconds