Searched refs:to_tpm_chip (Results 1 – 3 of 3) sorted by relevance
39 struct tpm_chip *chip = to_tpm_chip(dev); in pubek_show() 89 struct tpm_chip *chip = to_tpm_chip(dev); in pcrs_show() 120 struct tpm_chip *chip = to_tpm_chip(dev); in enabled_show() 142 struct tpm_chip *chip = to_tpm_chip(dev); in active_show() 164 struct tpm_chip *chip = to_tpm_chip(dev); in owned_show() 171 if (tpm1_getcap(to_tpm_chip(dev), TPM_CAP_PROP_OWNER, &cap, in owned_show() 186 struct tpm_chip *chip = to_tpm_chip(dev); in temp_deactivated_show() 193 if (tpm1_getcap(to_tpm_chip(dev), TPM_CAP_FLAG_VOL, &cap, in temp_deactivated_show() 208 struct tpm_chip *chip = to_tpm_chip(dev); in caps_show() 259 struct tpm_chip *chip = to_tpm_chip(de in cancel_store() [all...]
53 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() 119 struct tpm_chip *chip = to_tpm_chip(dev); in tpm_store_ppi_request() 185 struct tpm_chip *chip = to_tpm_chip(dev); in tpm_show_ppi_transition_action() 226 struct tpm_chip *chip = to_tpm_chip(dev); in tpm_show_ppi_response() 326 struct tpm_chip *chip = to_tpm_chip(dev); in tpm_show_ppi_tcg_operations() 336 struct tpm_chip *chip = to_tpm_chip(dev); in tpm_show_ppi_vs_operations()
357 #define to_tpm_chip(d) container_of(d, struct tpm_chip, dev) macro