Searched refs:tpm_try_get_ops (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/char/tpm/
H A Dtpm-sysfs.c44 if (tpm_try_get_ops(chip))
91 if (tpm_try_get_ops(chip))
124 if (tpm_try_get_ops(chip))
146 if (tpm_try_get_ops(chip))
168 if (tpm_try_get_ops(chip))
190 if (tpm_try_get_ops(chip))
214 if (tpm_try_get_ops(chip))
261 if (tpm_try_get_ops(chip))
H A Dtpm-chip.c147 * tpm_try_get_ops() - Get a ref to the tpm_chip
157 int tpm_try_get_ops(struct tpm_chip *chip) function
183 EXPORT_SYMBOL_GPL(tpm_try_get_ops); variable
189 * This is the opposite pair to tpm_try_get_ops(). After this returns chip may
248 if (!tpm_try_get_ops(chip))
256 rc = tpm_try_get_ops(chip);
H A Dtpm-dev-common.c63 ret = tpm_try_get_ops(priv->chip);
218 if (tpm_try_get_ops(priv->chip)) {
H A Dtpm-interface.c380 rc = tpm_try_get_ops(chip);
H A Dtpm2-space.c62 if (tpm_try_get_ops(chip) == 0) {
/linux-master/security/keys/trusted-keys/
H A Dtrusted_tpm2.c252 rc = tpm_try_get_ops(chip);
577 rc = tpm_try_get_ops(chip);
H A Dtrusted_tpm1.c365 rc = tpm_try_get_ops(chip);
/linux-master/include/linux/
H A Dtpm.h158 * when the driver is unregistered, see tpm_try_get_ops.
458 extern __must_check int tpm_try_get_ops(struct tpm_chip *chip);

Completed in 480 milliseconds