Searched refs:call_queue (Results 1 – 3 of 3) sorted by relevance
136 optee_cq_wait_init(&optee->call_queue, &w); in optee_do_call_with_arg()149 optee_cq_wait_for_completion(&optee->call_queue, &w); in optee_do_call_with_arg()168 optee_cq_wait_final(&optee->call_queue, &w); in optee_do_call_with_arg()394 optee_cq_wait_init(&optee->call_queue, &w); in optee_enable_shm_cache()402 optee_cq_wait_for_completion(&optee->call_queue, &w); in optee_enable_shm_cache()404 optee_cq_wait_final(&optee->call_queue, &w); in optee_enable_shm_cache()417 optee_cq_wait_init(&optee->call_queue, &w); in optee_disable_shm_cache()435 optee_cq_wait_for_completion(&optee->call_queue, &w); in optee_disable_shm_cache()438 optee_cq_wait_final(&optee->call_queue, &w); in optee_disable_shm_cache()
634 mutex_init(&optee->call_queue.mutex); in optee_probe()635 INIT_LIST_HEAD(&optee->call_queue.waiters); in optee_probe()691 mutex_destroy(&optee->call_queue.mutex); in optee_remove()
86 struct optee_call_queue call_queue; member