Searched refs:relinquish_locality (Results 1 - 4 of 4) sorted by last modified time

/linux-master/include/linux/
H A Dtpm.h100 int (*relinquish_locality)(struct tpm_chip *chip, int loc); member in struct:tpm_class_ops
/linux-master/drivers/char/tpm/
H A Dtpm_tis_core.c1093 .relinquish_locality = tpm_tis_relinquish_locality,
H A Dtpm-chip.c59 if (!chip->ops->relinquish_locality)
62 rc = chip->ops->relinquish_locality(chip, chip->locality);
H A Dtpm_crb.c476 .relinquish_locality = crb_relinquish_locality,

Completed in 215 milliseconds