Home
last modified time | relevance | path

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

/linux/drivers/char/tpm/
H A Dtpm-sysfs.c38 struct tpm_chip *chip = to_tpm_chip(dev); in pubek_show()
93 struct tpm_chip *chip = to_tpm_chip(dev); in pcrs_show()
124 struct tpm_chip *chip = to_tpm_chip(dev); in enabled_show()
146 struct tpm_chip *chip = to_tpm_chip(dev); in active_show()
168 struct tpm_chip *chip = to_tpm_chip(dev); in owned_show()
175 if (tpm1_getcap(to_tpm_chip(dev), TPM_CAP_PROP_OWNER, &cap, in owned_show()
190 struct tpm_chip *chip = to_tpm_chip(dev); in temp_deactivated_show()
197 if (tpm1_getcap(to_tpm_chip(dev), TPM_CAP_FLAG_VOL, &cap, in temp_deactivated_show()
212 struct tpm_chip *chip = to_tpm_chip(dev); in caps_show()
263 struct tpm_chip *chip = to_tpm_chip(dev); in cancel_store()
[all …]
H A Dtpm_ppi.c67 struct tpm_chip *chip = to_tpm_chip(dev); in tpm_show_ppi_version()
77 struct tpm_chip *chip = to_tpm_chip(dev); in tpm_show_ppi_request()
133 struct tpm_chip *chip = to_tpm_chip(dev); in tpm_store_ppi_request()
199 struct tpm_chip *chip = to_tpm_chip(dev); in tpm_show_ppi_transition_action()
240 struct tpm_chip *chip = to_tpm_chip(dev); in tpm_show_ppi_response()
327 struct tpm_chip *chip = to_tpm_chip(dev); in tpm_show_ppi_tcg_operations()
358 struct tpm_chip *chip = to_tpm_chip(dev); in tpm_show_ppi_vs_operations()
/linux/include/linux/
H A Dtpm.h202 #define to_tpm_chip(d) container_of(d, struct tpm_chip, dev) macro