Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tee/optee/
H A Doptee_private.h48 struct optee_call_queue { struct
194 struct optee_call_queue call_queue;
301 void optee_cq_wait_init(struct optee_call_queue *cq,
303 void optee_cq_wait_for_completion(struct optee_call_queue *cq,
305 void optee_cq_wait_final(struct optee_call_queue *cq,
H A Dcall.c42 void optee_cq_wait_init(struct optee_call_queue *cq, in optee_cq_wait_init()
67 void optee_cq_wait_for_completion(struct optee_call_queue *cq, in optee_cq_wait_for_completion()
82 static void optee_cq_complete_one(struct optee_call_queue *cq) in optee_cq_complete_one()
94 void optee_cq_wait_final(struct optee_call_queue *cq, in optee_cq_wait_final()