Searched defs:optee_ffa (Results 1 – 2 of 2) sorted by relevance
162 struct optee_ffa { struct163 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;
870 struct optee_ffa *optee_ffa = container_of(work, struct optee_ffa, in notif_work_fn() local