Lines Matching refs:optee_supp_req
10 struct optee_supp_req { struct
41 struct optee_supp_req *req; in optee_supp_release() argument
42 struct optee_supp_req *req_tmp; in optee_supp_release()
82 struct optee_supp_req *req; in optee_supp_thrd_req()
87 struct optee_supp_req *get_req; in optee_supp_thrd_req()
172 static struct optee_supp_req *supp_pop_entry(struct optee_supp *supp, in supp_pop_entry()
175 struct optee_supp_req *req; in supp_pop_entry()
188 req = list_first_entry(&supp->reqs, struct optee_supp_req, link); in supp_pop_entry()
255 struct optee_supp_req *req = NULL; in optee_supp_recv()
311 static struct optee_supp_req *supp_pop_req(struct optee_supp *supp, in supp_pop_req()
316 struct optee_supp_req *req; in supp_pop_req()
364 struct optee_supp_req *req; in optee_supp_send()