Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/char/tpm/
Dtpm-chip.c59 if (!chip->ops->relinquish_locality) in tpm_relinquish_locality()
62 rc = chip->ops->relinquish_locality(chip, chip->locality); in tpm_relinquish_locality()
Dtpm_crb.c476 .relinquish_locality = crb_relinquish_locality,
Dtpm_tis_core.c1098 .relinquish_locality = tpm_tis_relinquish_locality,
/linux-6.6.21/include/linux/
Dtpm.h83 int (*relinquish_locality)(struct tpm_chip *chip, int loc); member