Searched refs:tpm1_getcap (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/char/tpm/ |
| H A D | tpm-sysfs.c | 98 if (tpm1_getcap(chip, TPM_CAP_PROP_PCR, &cap, in pcrs_show() 131 if (tpm1_getcap(chip, TPM_CAP_FLAG_PERM, &cap, in enabled_show() 153 if (tpm1_getcap(chip, TPM_CAP_FLAG_PERM, &cap, in active_show() 175 if (tpm1_getcap(to_tpm_chip(dev), TPM_CAP_PROP_OWNER, &cap, in owned_show() 197 if (tpm1_getcap(to_tpm_chip(dev), TPM_CAP_FLAG_VOL, &cap, in temp_deactivated_show() 221 if (tpm1_getcap(chip, TPM_CAP_PROP_MANUFACTURER, &cap, in caps_show() 230 if (!tpm1_getcap(chip, TPM_CAP_VERSION_1_2, &cap, in caps_show() 238 if (tpm1_getcap(chip, TPM_CAP_VERSION_1_1, &cap, in caps_show()
|
| H A D | tpm1-cmd.c | 342 rc = tpm1_getcap(chip, TPM_CAP_PROP_TIS_TIMEOUT, &cap, NULL, in tpm1_get_timeouts() 348 rc = tpm1_getcap(chip, TPM_CAP_PROP_TIS_TIMEOUT, &cap, in tpm1_get_timeouts() 410 rc = tpm1_getcap(chip, TPM_CAP_PROP_TIS_DURATION, &cap, in tpm1_get_timeouts() 470 ssize_t tpm1_getcap(struct tpm_chip *chip, u32 subcap_id, cap_t *cap, in tpm1_getcap() function 503 EXPORT_SYMBOL_GPL(tpm1_getcap);
|
| H A D | tpm.h | 73 ssize_t tpm1_getcap(struct tpm_chip *chip, u32 subcap_id, cap_t *cap,
|