Searched defs:tpm_chip (Results 1 – 1 of 1) sorted by relevance
173 struct tpm_chip { struct174 struct device *pdev; /* Device stuff */175 struct device dev;176 struct cdev cdev;178 const struct tpm_class_ops *ops;202 #define to_tpm_chip(d) container_of(d, struct tpm_chip, dev) argument