Home
last modified time | relevance | path

Searched refs:tpm2_get_tpm_pt (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/char/tpm/
H A Dtpm2-cmd.c403 * tpm2_get_tpm_pt() - get value of a TPM_CAP_TPM_PROPERTIES type property
413 ssize_t tpm2_get_tpm_pt(struct tpm_chip *chip, u32 property_id, u32 *value, in tpm2_get_tpm_pt() function
444 EXPORT_SYMBOL_GPL(tpm2_get_tpm_pt);
663 rc = tpm2_get_tpm_pt(chip, TPM_PT_TOTAL_COMMANDS, &nr_commands, NULL); in tpm2_get_cc_attrs_tbl()
H A Dtpm.h296 ssize_t tpm2_get_tpm_pt(struct tpm_chip *chip, u32 property_id,
H A Dtpm_tis_core.c901 ret = tpm2_get_tpm_pt(chip, 0x100, &cap2, desc); in tpm_tis_gen_interrupt()