Searched refs:optee_cq_wait_final (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/tee/optee/ |
H A D | call.c | 32 * complete and we can cleanup directly with optee_cq_wait_final(). in optee_cq_wait_init() 75 static void optee_cq_wait_final(struct optee_call_queue *cq, in optee_cq_wait_final() function 170 optee_cq_wait_final(&optee->call_queue, &w); in optee_do_call_with_arg() 412 optee_cq_wait_final(&optee->call_queue, &w); in optee_enable_shm_cache() 455 optee_cq_wait_final(&optee->call_queue, &w); in __optee_disable_shm_cache()
|
/kernel/linux/linux-6.6/drivers/tee/optee/ |
H A D | optee_private.h | 305 void optee_cq_wait_final(struct optee_call_queue *cq,
|
H A D | smc_abi.c | 296 optee_cq_wait_final(&optee->call_queue, &w); in optee_enable_shm_cache() 339 optee_cq_wait_final(&optee->call_queue, &w); in __optee_disable_shm_cache() 963 optee_cq_wait_final(&optee->call_queue, &w); in optee_smc_do_call_with_arg()
|
H A D | call.c | 51 * complete and we can cleanup directly with optee_cq_wait_final(). in optee_cq_wait_init() 94 void optee_cq_wait_final(struct optee_call_queue *cq, in optee_cq_wait_final() function
|
H A D | ffa_abi.c | 597 optee_cq_wait_final(&optee->call_queue, &w); in optee_ffa_yielding_call()
|
Completed in 6 milliseconds