Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tee/optee/
H A Dsmc_abi.c286 optee_cq_wait_init(&optee->call_queue, &w); in optee_enable_shm_cache()
294 optee_cq_wait_for_completion(&optee->call_queue, &w); in optee_enable_shm_cache()
296 optee_cq_wait_final(&optee->call_queue, &w); in optee_enable_shm_cache()
311 optee_cq_wait_init(&optee->call_queue, &w); in __optee_disable_shm_cache()
336 optee_cq_wait_for_completion(&optee->call_queue, &w); in __optee_disable_shm_cache()
339 optee_cq_wait_final(&optee->call_queue, &w); in __optee_disable_shm_cache()
929 optee_cq_wait_init(&optee->call_queue, &w); in optee_smc_do_call_with_arg()
963 optee_cq_wait_final(&optee->call_queue, &w); in optee_smc_do_call_with_arg()
1728 mutex_init(&optee->call_queue.mutex); in optee_probe()
1729 INIT_LIST_HEAD(&optee->call_queue.waiters); in optee_probe()
[all …]
H 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()
853 mutex_init(&optee->call_queue.mutex); in optee_ffa_probe()
854 INIT_LIST_HEAD(&optee->call_queue.waiters); in optee_ffa_probe()
883 mutex_destroy(&optee->call_queue.mutex); in optee_ffa_probe()
H A Dcore.c185 mutex_destroy(&optee->call_queue.mutex); in optee_remove_common()
H A Doptee_private.h194 struct optee_call_queue call_queue; member