Home
last modified time | relevance | path

Searched refs:TPM_CHIP_FLAG_SYNC (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/char/tpm/
H A Dtpm_svsm.c82 chip->flags |= TPM_CHIP_FLAG_SYNC; in tpm_svsm_probe()
H A Dtpm_ftpm_tee.c230 pvt_data->chip->flags |= TPM_CHIP_FLAG_TPM2 | TPM_CHIP_FLAG_SYNC; in ftpm_tee_probe_generic()
H A Dtpm-interface.c128 if (chip->flags & TPM_CHIP_FLAG_SYNC) { in tpm_try_transmit()
/linux/include/linux/
H A Dtpm.h357 TPM_CHIP_FLAG_SYNC = BIT(11), enumerator