Searched refs:cli_context (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/common_modules/tzdriver/core/ |
H A D | teek_client_api.c | 91 static uint32_t proc_teek_encode(struct tc_ns_client_context *cli_context, in proc_teek_encode() argument 110 cli_context->params[idex].memref.buffer = (__u32)buffer_addr; in proc_teek_encode() 111 cli_context->params[idex].memref.buffer_h_addr = (__u32)(buffer_addr >> ADDR_TRANS_NUM); in proc_teek_encode() 112 cli_context->params[idex].memref.size_addr = (__u32)size_addr; in proc_teek_encode() 113 cli_context->params[idex].memref.size_h_addr = (__u32)(size_addr >> ADDR_TRANS_NUM); in proc_teek_encode() 115 encode_for_part_mem(cli_context, operation, in proc_teek_encode() 120 cli_context->params[idex].value.a_addr = (__u32)a_addr; in proc_teek_encode() 121 cli_context->params[idex].value.a_h_addr = (__u32)(a_addr >> ADDR_TRANS_NUM); in proc_teek_encode() 122 cli_context->params[idex].value.b_addr = (__u32)b_addr; in proc_teek_encode() 123 cli_context in proc_teek_encode() 146 teek_init_context(struct tc_ns_client_context *cli_context, struct teec_uuid service_id, uint32_t session_id, uint32_t cmd_id, const struct tc_ns_client_login *cli_login) teek_init_context() argument 441 open_session_and_switch_ret(struct teec_session *session, struct teec_context *context, const struct teec_uuid *destination, struct tc_ns_client_context *cli_context, uint32_t *origin) open_session_and_switch_ret() argument 487 struct tc_ns_client_context cli_context; proc_teek_open_session() local 589 struct tc_ns_client_context cli_context; teek_close_session() local 618 proc_invoke_cmd(struct teec_session *session, struct tc_ns_client_context *cli_context, uint32_t *origin) proc_invoke_cmd() argument 658 struct tc_ns_client_context cli_context; teek_invoke_command() local [all...] |
Completed in 1 milliseconds