Searched refs:to_tpm_chip (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/char/tpm/ |
D | tpm-sysfs.c | 45 struct tpm_chip *chip = to_tpm_chip(dev); in pubek_show() 107 struct tpm_chip *chip = to_tpm_chip(dev); in pcrs_show() 135 rc = tpm_getcap(to_tpm_chip(dev), TPM_CAP_FLAG_PERM, &cap, in enabled_show() 152 rc = tpm_getcap(to_tpm_chip(dev), TPM_CAP_FLAG_PERM, &cap, in active_show() 169 rc = tpm_getcap(to_tpm_chip(dev), TPM_CAP_PROP_OWNER, &cap, in owned_show() 186 rc = tpm_getcap(to_tpm_chip(dev), TPM_CAP_FLAG_VOL, &cap, in temp_deactivated_show() 200 struct tpm_chip *chip = to_tpm_chip(dev); in caps_show() 246 struct tpm_chip *chip = to_tpm_chip(dev); in cancel_store() 258 struct tpm_chip *chip = to_tpm_chip(dev); in durations_show() 275 struct tpm_chip *chip = to_tpm_chip(dev); in timeouts_show()
|
D | tpm_ppi.c | 52 struct tpm_chip *chip = to_tpm_chip(dev); in tpm_show_ppi_version() 62 struct tpm_chip *chip = to_tpm_chip(dev); in tpm_show_ppi_request() 99 struct tpm_chip *chip = to_tpm_chip(dev); in tpm_store_ppi_request() 155 struct tpm_chip *chip = to_tpm_chip(dev); in tpm_show_ppi_transition_action() 196 struct tpm_chip *chip = to_tpm_chip(dev); in tpm_show_ppi_response() 295 struct tpm_chip *chip = to_tpm_chip(dev); in tpm_show_ppi_tcg_operations() 305 struct tpm_chip *chip = to_tpm_chip(dev); in tpm_show_ppi_vs_operations()
|
D | tpm.h | 265 #define to_tpm_chip(d) container_of(d, struct tpm_chip, dev) macro
|