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:itpm
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/tpm/
H
A
D
tpm_tis.c
57
static bool
itpm
;
variable
58
module_param(
itpm
, bool, 0444);
59
MODULE_PARM_DESC(
itpm
, "Force iTPM workarounds (found on some Lenovo laptops)");
252
if (
itpm
|| is_itpm(ACPI_COMPANION(dev)))
in tpm_tis_init()
H
A
D
tpm_tis_core.c
377
bool
itpm
= priv->flags & TPM_TIS_ITPM_WORKAROUND;
in tpm_tis_send_data()
local
411
if (!
itpm
&& (status & TPM_STS_DATA_EXPECT) == 0) {
in tpm_tis_send_data()
428
if (!
itpm
&& (status & TPM_STS_DATA_EXPECT) != 0) {
in tpm_tis_send_data()
654
* Try sending command without
itpm
flag set and if that
655
* fails, repeat with
itpm
flag set.
/kernel/linux/linux-6.6/drivers/char/tpm/
H
A
D
tpm_tis.c
94
static bool
itpm
;
variable
95
module_param(
itpm
, bool, 0444);
96
MODULE_PARM_DESC(
itpm
, "Force iTPM workarounds (found on some Lenovo laptops)");
242
if (
itpm
|| is_itpm(ACPI_COMPANION(dev)))
in tpm_tis_init()
H
A
D
tpm_tis_core.c
437
bool
itpm
= test_bit(TPM_TIS_ITPM_WORKAROUND, &priv->flags);
in tpm_tis_send_data()
local
471
if (!
itpm
&& (status & TPM_STS_DATA_EXPECT) == 0) {
in tpm_tis_send_data()
488
if (!
itpm
&& (status & TPM_STS_DATA_EXPECT) != 0) {
in tpm_tis_send_data()
725
* Try sending command without
itpm
flag set and if that
726
* fails, repeat with
itpm
flag set.
Completed in 5 milliseconds