Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/tee/optee/
Doptee_private.h48 struct optee_call_queue { struct
170 struct optee_call_queue call_queue;
279 void optee_cq_wait_init(struct optee_call_queue *cq,
281 void optee_cq_wait_for_completion(struct optee_call_queue *cq,
283 void optee_cq_wait_final(struct optee_call_queue *cq,
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()