Home
last modified time | relevance | path

Searched refs:itpm (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/char/tpm/
H A Dtpm_tis.c57 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 Dtpm_tis_core.c377 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 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.c437 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