Home
last modified time | relevance | path

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

/linux/drivers/tee/optee/
H A Doptee_private.h162 struct optee_ffa { struct
163 struct ffa_device *ffa_dev;
164 u32 bottom_half_value;
166 struct mutex mutex;
167 struct rhashtable global_ids;
168 struct workqueue_struct *notif_wq;
169 struct work_struct notif_work;
H A Dffa_abi.c870 struct optee_ffa *optee_ffa = container_of(work, struct optee_ffa, in notif_work_fn() local