Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtee_core.h59 struct tee_device { struct
60 char name[TEE_MAX_DEV_NAME_LEN];
61 const struct tee_desc *desc;
62 int id;
63 unsigned int flags;
65 struct device dev;
66 struct cdev cdev;
68 size_t num_users;
69 struct completion c_no_users;
70 struct mutex mutex; /* protects num_users and idr */
[all …]
/linux/drivers/tee/
H A Dtee_core.c1379 struct tee_client_device *tee_device; in tee_client_device_match() local