Home
last modified time | relevance | path

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

/drivers/char/tpm/
Dtpm.h174 struct tpm_chip { struct
175 struct device dev;
176 struct cdev cdev;
182 struct rw_semaphore ops_sem;
206 #define to_tpm_chip(d) container_of(d, struct tpm_chip, dev) argument