Home
last modified time | relevance | path

Searched refs:property_id (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/char/tpm/
Dtpm2-cmd.c69 __be32 property_id; member
77 __be32 property_id; member
647 ssize_t tpm2_get_tpm_pt(struct tpm_chip *chip, u32 property_id, u32 *value, in tpm2_get_tpm_pt() argument
655 cmd.params.get_tpm_pt_in.property_id = cpu_to_be32(property_id); in tpm2_get_tpm_pt()
885 cmd.params.get_tpm_pt_in.property_id = cpu_to_be32(0x100); in tpm2_probe()
Dtpm.h543 ssize_t tpm2_get_tpm_pt(struct tpm_chip *chip, u32 property_id,