Home
last modified time | relevance | path

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

/linux/drivers/tee/optee/
H A Dsupp.c10 struct optee_supp_req { struct
27 #define INVALID_REQ_PTR ((struct optee_supp_req *)ERR_PTR(-EBADF)) argument
48 struct optee_supp_req *req; in optee_supp_release()
91 struct optee_supp_req *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()
251 struct optee_supp_req *req = NULL; in optee_supp_recv()
308 static struct optee_supp_req *supp_pop_req(struct optee_supp *supp, in supp_pop_req()
313 struct optee_supp_req *req; in supp_pop_req()
[all …]