Home
last modified time | relevance | path

Searched refs:tpm_find_get_ops (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/char/tpm/
H A Dtpm-interface.c289 chip = tpm_find_get_ops(chip); in tpm_is_tpm2()
314 chip = tpm_find_get_ops(chip); in tpm_pcr_read()
345 chip = tpm_find_get_ops(chip); in tpm_pcr_extend()
468 chip = tpm_find_get_ops(chip); in tpm_get_random()
H A Dtpm.h270 struct tpm_chip *tpm_find_get_ops(struct tpm_chip *chip);
H A Dtpm-chip.c248 struct tpm_chip *tpm_find_get_ops(struct tpm_chip *chip) in tpm_find_get_ops() function