Searched refs:optee_cq_wait_init (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/tee/optee/ |
H A D | optee_private.h | 339 void optee_cq_wait_init(struct optee_call_queue *cq,
|
H A D | smc_abi.c | 287 optee_cq_wait_init(&optee->call_queue, &w, false); in optee_enable_shm_cache() 312 optee_cq_wait_init(&optee->call_queue, &w, false); in __optee_disable_shm_cache() 929 optee_cq_wait_init(&optee->call_queue, &w, system_thread); in optee_smc_do_call_with_arg()
|
H A D | call.c | 57 void optee_cq_wait_init(struct optee_call_queue *cq, in optee_cq_wait_init() function
|
H A D | ffa_abi.c | 546 optee_cq_wait_init(&optee->call_queue, &w, system_thread); in optee_ffa_yielding_call()
|