Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/tpm/
H A Dtpm-chip.c167 mutex_lock(&chip->tpm_mutex); in tpm_try_get_ops()
174 mutex_unlock(&chip->tpm_mutex); in tpm_try_get_ops()
192 mutex_unlock(&chip->tpm_mutex); in tpm_put_ops()
327 mutex_init(&chip->tpm_mutex); in tpm_chip_alloc()
/openbmc/linux/include/linux/
H A Dtpm.h144 struct mutex tpm_mutex; /* tpm is processing */ member