Searched refs:tpm_find_get_ops (Results 1 – 3 of 3) sorted by relevance
263 chip = tpm_find_get_ops(chip); in tpm_is_tpm2()288 chip = tpm_find_get_ops(chip); in tpm_pcr_read()319 chip = tpm_find_get_ops(chip); in tpm_pcr_extend()357 chip = tpm_find_get_ops(chip); in tpm_send()442 chip = tpm_find_get_ops(chip); in tpm_get_random()472 chip = tpm_find_get_ops(chip); in tpm_seal_trusted()500 chip = tpm_find_get_ops(chip); in tpm_unseal_trusted()
410 struct tpm_chip *tpm_find_get_ops(struct tpm_chip *chip);
235 struct tpm_chip *tpm_find_get_ops(struct tpm_chip *chip) in tpm_find_get_ops() function