Searched defs:tpm_chip (Results 1 – 1 of 1) sorted by relevance
165 struct tpm_chip { struct166 struct device *pdev; /* Device stuff */167 struct device dev;168 struct cdev cdev;192 #define to_tpm_chip(n) container_of(n, struct tpm_chip, vendor) argument