Home
last modified time | relevance | path

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

/linux/drivers/tee/optee/
A Dsmc_abi.c254 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()
[all …]
A Dffa_abi.c544 optee_cq_wait_init(&optee->call_queue, &w); in optee_ffa_yielding_call()
563 optee_cq_wait_for_completion(&optee->call_queue, &w); in optee_ffa_yielding_call()
597 optee_cq_wait_final(&optee->call_queue, &w); in optee_ffa_yielding_call()
856 mutex_init(&optee->call_queue.mutex); in optee_ffa_probe()
857 INIT_LIST_HEAD(&optee->call_queue.waiters); in optee_ffa_probe()
A Dcore.c170 mutex_destroy(&optee->call_queue.mutex); in optee_remove_common()
A Doptee_private.h149 struct optee_call_queue call_queue; member

Completed in 15 milliseconds