Lines Matching refs:call_queue
254 optee_cq_wait_init(&optee->call_queue, &w); in optee_enable_shm_cache()
262 optee_cq_wait_for_completion(&optee->call_queue, &w); in optee_enable_shm_cache()
264 optee_cq_wait_final(&optee->call_queue, &w); in optee_enable_shm_cache()
277 optee_cq_wait_init(&optee->call_queue, &w); in optee_disable_shm_cache()
295 optee_cq_wait_for_completion(&optee->call_queue, &w); in optee_disable_shm_cache()
298 optee_cq_wait_final(&optee->call_queue, &w); in optee_disable_shm_cache()
801 optee_cq_wait_init(&optee->call_queue, &w); in optee_smc_do_call_with_arg()
816 optee_cq_wait_for_completion(&optee->call_queue, &w); in optee_smc_do_call_with_arg()
835 optee_cq_wait_final(&optee->call_queue, &w); in optee_smc_do_call_with_arg()
1251 mutex_init(&optee->call_queue.mutex); in optee_probe()
1252 INIT_LIST_HEAD(&optee->call_queue.waiters); in optee_probe()