Home
last modified time | relevance | path

Searched defs:tpm_chip (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/char/tpm/
Dtpm.h173 struct tpm_chip { struct
174 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