Home
last modified time | relevance | path

Searched refs:tpm_try_get_ops (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/char/tpm/
H A Dtpm-interface.c319 rc = tpm_try_get_ops(chip); in tpm_is_tpm2()
347 rc = tpm_try_get_ops(chip); in tpm_pcr_read()
381 rc = tpm_try_get_ops(chip); in tpm_pcr_extend()
433 rc = tpm_try_get_ops(chip); in tpm_pm_suspend()
507 rc = tpm_try_get_ops(chip); in tpm_get_random()
H A Dtpm-chip.c157 int tpm_try_get_ops(struct tpm_chip *chip) in tpm_try_get_ops() function
188 EXPORT_SYMBOL_GPL(tpm_try_get_ops);
645 rc = tpm_try_get_ops(chip); in tpm_chip_unregister()
H A Dtpm-dev-common.c68 ret = tpm_try_get_ops(priv->chip); in tpm_dev_async_work()
223 if (tpm_try_get_ops(priv->chip)) { in tpm_common_write()
/linux/security/keys/trusted-keys/
H A Dtrusted_tpm2.c250 rc = tpm_try_get_ops(chip); in tpm2_seal_trusted()
591 rc = tpm_try_get_ops(chip); in tpm2_unseal_trusted()
H A Dtrusted_tpm1.c326 rc = tpm_try_get_ops(chip); in trusted_tpm_send()
/linux/include/linux/
H A Dtpm.h116 * when the driver is unregistered, see tpm_try_get_ops.
245 extern __must_check int tpm_try_get_ops(struct tpm_chip *chip);