Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/char/tpm/
Dtpm-chip.c162 mutex_lock(&chip->tpm_mutex); in tpm_try_get_ops()
169 mutex_unlock(&chip->tpm_mutex); in tpm_try_get_ops()
187 mutex_unlock(&chip->tpm_mutex); in tpm_put_ops()
323 mutex_init(&chip->tpm_mutex); in tpm_chip_alloc()
/kernel/linux/linux-5.10/include/linux/
Dtpm.h137 struct mutex tpm_mutex; /* tpm is processing */ member