Searched refs:to_tpm_chip (Results 1 – 2 of 2) sorted by relevance
56 struct tpm_chip *chip = to_tpm_chip(dev); in tpm_show_ppi_version()66 struct tpm_chip *chip = to_tpm_chip(dev); in tpm_show_ppi_request()103 struct tpm_chip *chip = to_tpm_chip(dev); in tpm_store_ppi_request()159 struct tpm_chip *chip = to_tpm_chip(dev); in tpm_show_ppi_transition_action()200 struct tpm_chip *chip = to_tpm_chip(dev); in tpm_show_ppi_response()299 struct tpm_chip *chip = to_tpm_chip(dev); in tpm_show_ppi_tcg_operations()309 struct tpm_chip *chip = to_tpm_chip(dev); in tpm_show_ppi_vs_operations()
202 #define to_tpm_chip(d) container_of(d, struct tpm_chip, dev) macro