call_queue 136 drivers/tee/optee/call.c optee_cq_wait_init(&optee->call_queue, &w); call_queue 149 drivers/tee/optee/call.c optee_cq_wait_for_completion(&optee->call_queue, &w); call_queue 168 drivers/tee/optee/call.c optee_cq_wait_final(&optee->call_queue, &w); call_queue 394 drivers/tee/optee/call.c optee_cq_wait_init(&optee->call_queue, &w); call_queue 402 drivers/tee/optee/call.c optee_cq_wait_for_completion(&optee->call_queue, &w); call_queue 404 drivers/tee/optee/call.c optee_cq_wait_final(&optee->call_queue, &w); call_queue 417 drivers/tee/optee/call.c optee_cq_wait_init(&optee->call_queue, &w); call_queue 435 drivers/tee/optee/call.c optee_cq_wait_for_completion(&optee->call_queue, &w); call_queue 438 drivers/tee/optee/call.c optee_cq_wait_final(&optee->call_queue, &w); call_queue 634 drivers/tee/optee/core.c mutex_init(&optee->call_queue.mutex); call_queue 635 drivers/tee/optee/core.c INIT_LIST_HEAD(&optee->call_queue.waiters); call_queue 686 drivers/tee/optee/core.c mutex_destroy(&optee->call_queue.mutex); call_queue 86 drivers/tee/optee/optee_private.h struct optee_call_queue call_queue;