Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/char/tpm/
Dtpm-sysfs.c39 struct tpm_chip *chip = to_tpm_chip(dev); in pubek_show()
100 struct tpm_chip *chip = to_tpm_chip(dev); in pcrs_show()
131 struct tpm_chip *chip = to_tpm_chip(dev); in enabled_show()
153 struct tpm_chip *chip = to_tpm_chip(dev); in active_show()
175 struct tpm_chip *chip = to_tpm_chip(dev); in owned_show()
182 if (tpm1_getcap(to_tpm_chip(dev), TPM_CAP_PROP_OWNER, &cap, in owned_show()
197 struct tpm_chip *chip = to_tpm_chip(dev); in temp_deactivated_show()
204 if (tpm1_getcap(to_tpm_chip(dev), TPM_CAP_FLAG_VOL, &cap, in temp_deactivated_show()
219 struct tpm_chip *chip = to_tpm_chip(dev); in caps_show()
269 struct tpm_chip *chip = to_tpm_chip(dev); in cancel_store()
[all …]
Dtpm_ppi.c53 struct tpm_chip *chip = to_tpm_chip(dev); in tpm_show_ppi_version()
63 struct tpm_chip *chip = to_tpm_chip(dev); in tpm_show_ppi_request()
121 struct tpm_chip *chip = to_tpm_chip(dev); in tpm_store_ppi_request()
187 struct tpm_chip *chip = to_tpm_chip(dev); in tpm_show_ppi_transition_action()
228 struct tpm_chip *chip = to_tpm_chip(dev); in tpm_show_ppi_response()
328 struct tpm_chip *chip = to_tpm_chip(dev); in tpm_show_ppi_tcg_operations()
338 struct tpm_chip *chip = to_tpm_chip(dev); in tpm_show_ppi_vs_operations()
Dtpm.h167 #define to_tpm_chip(d) container_of(d, struct tpm_chip, dev) macro