Home
last modified time | relevance | path

Searched refs:tpm1_getcap (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/char/tpm/
Dtpm-sysfs.c94 if (tpm1_getcap(chip, TPM_CAP_PROP_PCR, &cap, in pcrs_show()
127 if (tpm1_getcap(chip, TPM_CAP_FLAG_PERM, &cap, in enabled_show()
149 if (tpm1_getcap(chip, TPM_CAP_FLAG_PERM, &cap, in active_show()
171 if (tpm1_getcap(to_tpm_chip(dev), TPM_CAP_PROP_OWNER, &cap, in owned_show()
193 if (tpm1_getcap(to_tpm_chip(dev), TPM_CAP_FLAG_VOL, &cap, in temp_deactivated_show()
217 if (tpm1_getcap(chip, TPM_CAP_PROP_MANUFACTURER, &cap, in caps_show()
226 if (!tpm1_getcap(chip, TPM_CAP_VERSION_1_2, &cap, in caps_show()
234 if (tpm1_getcap(chip, TPM_CAP_VERSION_1_1, &cap, in caps_show()
Dtpm1-cmd.c349 rc = tpm1_getcap(chip, TPM_CAP_PROP_TIS_TIMEOUT, &cap, NULL, in tpm1_get_timeouts()
355 rc = tpm1_getcap(chip, TPM_CAP_PROP_TIS_TIMEOUT, &cap, in tpm1_get_timeouts()
417 rc = tpm1_getcap(chip, TPM_CAP_PROP_TIS_DURATION, &cap, in tpm1_get_timeouts()
482 ssize_t tpm1_getcap(struct tpm_chip *chip, u32 subcap_id, cap_t *cap, in tpm1_getcap() function
512 EXPORT_SYMBOL_GPL(tpm1_getcap);
Dtpm.h179 ssize_t tpm1_getcap(struct tpm_chip *chip, u32 subcap_id, cap_t *cap,
Dtpm_tis_core.c540 rc = tpm1_getcap(chip, TPM_CAP_VERSION_1_2, &cap, in tpm_tis_update_durations()
546 rc = tpm1_getcap(chip, TPM_CAP_VERSION_1_1, &cap, in tpm_tis_update_durations()
749 ret = tpm1_getcap(chip, TPM_CAP_PROP_TIS_TIMEOUT, &cap, desc, 0); in tpm_tis_gen_interrupt()