Searched refs:call_queue (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/tee/optee/ |
H A D | smc_abi.c | 286 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() 944 optee_cq_wait_for_completion(&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() [all …]
|
H A D | ffa_abi.c | 544 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() 859 mutex_init(&optee->call_queue.mutex); in optee_ffa_probe() 860 INIT_LIST_HEAD(&optee->call_queue.waiters); in optee_ffa_probe() 889 mutex_destroy(&optee->call_queue.mutex); in optee_ffa_probe()
|
H A D | core.c | 185 mutex_destroy(&optee->call_queue.mutex); in optee_remove_common()
|
H A D | optee_private.h | 194 struct optee_call_queue call_queue; member
|