Lines Matching refs:optee_supp_req
19 struct optee_supp_req { struct
50 struct optee_supp_req *req; in optee_supp_release() argument
51 struct optee_supp_req *req_tmp; in optee_supp_release()
91 struct optee_supp_req *req = kzalloc(sizeof(*req), GFP_KERNEL); in optee_supp_thrd_req()
151 static struct optee_supp_req *supp_pop_entry(struct optee_supp *supp, in supp_pop_entry()
154 struct optee_supp_req *req; in supp_pop_entry()
167 req = list_first_entry(&supp->reqs, struct optee_supp_req, link); in supp_pop_entry()
234 struct optee_supp_req *req = NULL; in optee_supp_recv()
290 static struct optee_supp_req *supp_pop_req(struct optee_supp *supp, in supp_pop_req()
295 struct optee_supp_req *req; in supp_pop_req()
344 struct optee_supp_req *req; in optee_supp_send()