Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/char/tpm/
Dtpm2-space.c63 mutex_lock(&chip->tpm_mutex); in tpm2_del_space()
65 mutex_unlock(&chip->tpm_mutex); in tpm2_del_space()
Dtpm2-cmd.c668 mutex_lock(&chip->tpm_mutex); in tpm2_unseal_trusted()
678 mutex_unlock(&chip->tpm_mutex); in tpm2_unseal_trusted()
Dtpm-chip.c220 mutex_init(&chip->tpm_mutex); in tpm_chip_alloc()
Dtpm.h236 struct mutex tpm_mutex; /* tpm is processing */ member
Dtpm-interface.c470 mutex_lock(&chip->tpm_mutex); in tpm_try_transmit()
562 mutex_unlock(&chip->tpm_mutex); in tpm_try_transmit()