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

/linux-4.4.14/drivers/char/tpm/
H A Dtpm_tis.c329 static bool itpm; variable
330 module_param(itpm, bool, 0444);
331 MODULE_PARM_DESC(itpm, "Force iTPM workarounds (found on some Lenovo laptops)");
368 if (!itpm && (status & TPM_STS_DATA_EXPECT) == 0) { tpm_tis_send_data()
505 * Try sending command without itpm flag set and if that
506 * fails, repeat with itpm flag set.
516 bool rem_itpm = itpm; probe_itpm()
523 itpm = false; probe_itpm()
532 itpm = true; probe_itpm()
542 itpm = rem_itpm; probe_itpm()
696 if (!itpm) { tpm_tis_init()
702 itpm = !!probe; tpm_tis_init()
705 if (itpm) tpm_tis_init()
952 itpm = true; tpm_tis_pnp_init()
1036 itpm = true; tpm_tis_acpi_init()

Completed in 261 milliseconds