Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/tpm/
H A Dtpm-sysfs.c44 if (tpm_try_get_ops(chip)) in pubek_show()
91 if (tpm_try_get_ops(chip)) in pcrs_show()
124 if (tpm_try_get_ops(chip)) in enabled_show()
146 if (tpm_try_get_ops(chip)) in active_show()
168 if (tpm_try_get_ops(chip)) in owned_show()
190 if (tpm_try_get_ops(chip)) in temp_deactivated_show()
214 if (tpm_try_get_ops(chip)) in caps_show()
261 if (tpm_try_get_ops(chip)) in cancel_store()
H A Dtpm-chip.c157 int tpm_try_get_ops(struct tpm_chip *chip) in tpm_try_get_ops() function
180 EXPORT_SYMBOL_GPL(tpm_try_get_ops);
245 if (!tpm_try_get_ops(chip)) in tpm_find_get_ops()
253 rc = tpm_try_get_ops(chip); in tpm_find_get_ops()
H A Dtpm-dev-common.c65 ret = tpm_try_get_ops(priv->chip); in tpm_dev_async_work()
220 if (tpm_try_get_ops(priv->chip)) { in tpm_common_write()
H A Dtpm-interface.c397 rc = tpm_try_get_ops(chip); in tpm_pm_suspend()
H A Dtpm2-space.c62 if (tpm_try_get_ops(chip) == 0) { in tpm2_del_space()
/openbmc/linux/security/keys/trusted-keys/
H A Dtrusted_tpm2.c264 rc = tpm_try_get_ops(chip); in tpm2_seal_trusted()
548 rc = tpm_try_get_ops(chip); in tpm2_unseal_trusted()
/openbmc/linux/include/linux/
H A Dtpm.h424 extern __must_check int tpm_try_get_ops(struct tpm_chip *chip);