Searched refs:call_queue (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/tee/optee/ |
D | smc_abi.c | 266 optee_cq_wait_init(&optee->call_queue, &w); in optee_enable_shm_cache() 274 optee_cq_wait_for_completion(&optee->call_queue, &w); in optee_enable_shm_cache() 276 optee_cq_wait_final(&optee->call_queue, &w); in optee_enable_shm_cache() 291 optee_cq_wait_init(&optee->call_queue, &w); in __optee_disable_shm_cache() 316 optee_cq_wait_for_completion(&optee->call_queue, &w); in __optee_disable_shm_cache() 319 optee_cq_wait_final(&optee->call_queue, &w); in __optee_disable_shm_cache() 909 optee_cq_wait_init(&optee->call_queue, &w); in optee_smc_do_call_with_arg() 924 optee_cq_wait_for_completion(&optee->call_queue, &w); in optee_smc_do_call_with_arg() 943 optee_cq_wait_final(&optee->call_queue, &w); in optee_smc_do_call_with_arg() 1476 mutex_init(&optee->call_queue.mutex); in optee_probe() [all …]
|
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() 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()
|
D | core.c | 185 mutex_destroy(&optee->call_queue.mutex); in optee_remove_common()
|
D | optee_private.h | 170 struct optee_call_queue call_queue; member
|