Home
last modified time | relevance | path

Searched refs:itpm (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/char/tpm/
H A Dtpm_tis.c94 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 Dtpm_tis_core.c436 bool itpm = test_bit(TPM_TIS_ITPM_WORKAROUND, &priv->flags); in tpm_tis_send_data() local
473 if (!itpm && (status & TPM_STS_DATA_EXPECT) == 0) { in tpm_tis_send_data()
493 if (!itpm && (status & TPM_STS_DATA_EXPECT) != 0) { in tpm_tis_send_data()
733 * Try sending command without itpm flag set and if that
734 * fails, repeat with itpm flag set.