Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/char/tpm/
Dtpm_ppi.c56 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()
Dtpm.h202 #define to_tpm_chip(d) container_of(d, struct tpm_chip, dev) macro