Lines Matching refs:tpm_chip
25 int tpm2_get_timeouts(struct tpm_chip *chip) in tpm2_get_timeouts()
128 unsigned long tpm2_calc_ordinal_duration(struct tpm_chip *chip, u32 ordinal) in tpm2_calc_ordinal_duration()
161 int tpm2_pcr_read(struct tpm_chip *chip, u32 pcr_idx, in tpm2_pcr_read()
235 int tpm2_pcr_extend(struct tpm_chip *chip, u32 pcr_idx, in tpm2_pcr_extend()
288 int tpm2_get_random(struct tpm_chip *chip, u8 *dest, size_t max) in tpm2_get_random()
348 void tpm2_flush_context(struct tpm_chip *chip, u32 handle) in tpm2_flush_context()
386 ssize_t tpm2_get_tpm_pt(struct tpm_chip *chip, u32 property_id, u32 *value, in tpm2_get_tpm_pt()
429 void tpm2_shutdown(struct tpm_chip *chip, u16 shutdown_type) in tpm2_shutdown()
455 static int tpm2_do_selftest(struct tpm_chip *chip) in tpm2_do_selftest()
492 int tpm2_probe(struct tpm_chip *chip) in tpm2_probe()
516 static int tpm2_init_bank_info(struct tpm_chip *chip, u32 bank_index) in tpm2_init_bank_info()
548 ssize_t tpm2_get_pcr_allocation(struct tpm_chip *chip) in tpm2_get_pcr_allocation()
627 int tpm2_get_cc_attrs_tbl(struct tpm_chip *chip) in tpm2_get_cc_attrs_tbl()
707 static int tpm2_startup(struct tpm_chip *chip) in tpm2_startup()
732 int tpm2_auto_startup(struct tpm_chip *chip) in tpm2_auto_startup()
778 int tpm2_find_cc(struct tpm_chip *chip, u32 cc) in tpm2_find_cc()