Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tee/optee/
H A Dcall.c137 optee_cq_wait_init(&optee->call_queue, &w); in optee_do_call_with_arg()
150 optee_cq_wait_for_completion(&optee->call_queue, &w); in optee_do_call_with_arg()
170 optee_cq_wait_final(&optee->call_queue, &w); in optee_do_call_with_arg()
402 optee_cq_wait_init(&optee->call_queue, &w); in optee_enable_shm_cache()
410 optee_cq_wait_for_completion(&optee->call_queue, &w); in optee_enable_shm_cache()
412 optee_cq_wait_final(&optee->call_queue, &w); in optee_enable_shm_cache()
427 optee_cq_wait_init(&optee->call_queue, &w); in __optee_disable_shm_cache()
452 optee_cq_wait_for_completion(&optee->call_queue, &w); in __optee_disable_shm_cache()
455 optee_cq_wait_final(&optee->call_queue, &w); in __optee_disable_shm_cache()
H A Dcore.c611 mutex_destroy(&optee->call_queue.mutex); in optee_remove()
718 mutex_init(&optee->call_queue.mutex); in optee_probe()
719 INIT_LIST_HEAD(&optee->call_queue.waiters); in optee_probe()
H A Doptee_private.h92 struct optee_call_queue call_queue; member