Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tee/optee/
Dsupp.c19 struct optee_supp_req { struct
20 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