Searched defs:optee_supp_req (Results 1 – 1 of 1) sorted by relevance
19 struct optee_supp_req { struct20 struct list_head link;22 bool busy;23 u32 func;24 u32 ret;25 size_t num_params;26 struct tee_param *param;50 struct optee_supp_req *req; in optee_supp_release() argument