Home
last modified time | relevance | path

Searched refs:cmd_id (Results 1 – 25 of 32) sorted by relevance

12

/optee_os/core/pta/bcm/
H A Dhwrng.c54 uint32_t cmd_id, in invoke_command() argument
60 DMSG("command entry point[%d] for \"%s\"", cmd_id, HWRNG_TA_NAME); in invoke_command()
62 switch (cmd_id) { in invoke_command()
67 EMSG("cmd: %d Not supported %s", cmd_id, HWRNG_TA_NAME); in invoke_command()
H A Dsotp.c68 uint32_t cmd_id, in invoke_command() argument
74 DMSG("command entry point[%d] for \"%s\"", cmd_id, SOTP_TA_NAME); in invoke_command()
81 switch (cmd_id) { in invoke_command()
89 EMSG("cmd %d Not supported %s", cmd_id, SOTP_TA_NAME); in invoke_command()
H A Dbnxt.c99 uint32_t cmd_id, in invoke_command() argument
105 DMSG("command entry point[%d] for \"%s\"", cmd_id, BNXT_TA_NAME); in invoke_command()
107 switch (cmd_id) { in invoke_command()
123 DMSG("cmd: %d Not supported %s", cmd_id, BNXT_TA_NAME); in invoke_command()
H A Dwdt.c135 uint32_t cmd_id, in invoke_command() argument
141 DMSG("command entry point[%d] for \"%s\"", cmd_id, SEC_WD_TA_NAME); in invoke_command()
143 switch (cmd_id) { in invoke_command()
160 EMSG("cmd: %d Not supported %s", cmd_id, SEC_WD_TA_NAME); in invoke_command()
H A Dgpio.c165 uint32_t cmd_id, in invoke_command() argument
171 DMSG("command entry point[%d] for \"%s\"", cmd_id, GPIO_TA_NAME); in invoke_command()
173 switch (cmd_id) { in invoke_command()
184 EMSG("cmd: %d Not supported %s", cmd_id, GPIO_TA_NAME); in invoke_command()
H A Delog.c220 uint32_t cmd_id, in invoke_command() argument
226 DMSG("command entry point[%d] for \"%s\"", cmd_id, ELOG_TA_NAME); in invoke_command()
228 switch (cmd_id) { in invoke_command()
239 EMSG("cmd: %d Not supported %s", cmd_id, ELOG_TA_NAME); in invoke_command()
/optee_os/ta/
H A Duser_ta_header.c40 struct utee_params *up, unsigned long cmd_id);
46 unsigned long cmd_id);
52 unsigned long cmd_id) in _C_FUNCTION()
72 res = __utee_entry(func, session_id, up, cmd_id); in _C_FUNCTION()
212 TEE_Result TA_InvokeCommandEntryPoint(void *sess_ctx, uint32_t cmd_id, in TA_InvokeCommandEntryPoint() argument
216 return __ta_invoke_cmd(sess_ctx, cmd_id, pt, params, in TA_InvokeCommandEntryPoint()
/optee_os/core/pta/imx/
H A Docotp.c60 uint32_t cmd_id, uint32_t param_types, in invokeCommandEntryPoint() argument
63 switch (cmd_id) { in invokeCommandEntryPoint()
H A Ddek_blob.c123 static TEE_Result invoke_command(void *sess_ctx __unused, uint32_t cmd_id, in invoke_command() argument
127 switch (cmd_id) { in invoke_command()
H A Dmanufacturing_protection.c109 uint32_t cmd_id, uint32_t param_types, in pta_mp_invoke_cmd() argument
112 switch (cmd_id) { in pta_mp_invoke_cmd()
H A Ddigprog.c12 uint32_t cmd_id __unused, in invokeCommandEntryPoint()
/optee_os/lib/libutee/arch/arm/gprof/
H A Dgprof_pta.c13 static TEE_Result invoke_gprof_pta(uint32_t cmd_id, uint32_t param_types, in invoke_gprof_pta() argument
25 res = TEE_InvokeTACommand(sess, TEE_TIMEOUT_INFINITE, cmd_id, in invoke_gprof_pta()
/optee_os/lib/libutee/
H A Duser_ta_entry_compat.c86 TEE_Result __ta_invoke_cmd(void *sess_ctx, uint32_t cmd_id, uint32_t pt, in __ta_invoke_cmd() argument
95 res = fp(sess_ctx, cmd_id, pt, gp11_params); in __ta_invoke_cmd()
H A Dtee_system_pta.c14 static TEE_Result invoke_system_pta(uint32_t cmd_id, uint32_t param_types, in invoke_system_pta() argument
28 return TEE_InvokeTACommand(sess, TEE_TIMEOUT_INFINITE, cmd_id, in invoke_system_pta()
H A Dtee_api_private.h19 struct utee_params *up, unsigned long cmd_id);
H A Duser_ta_entry.c381 struct utee_params *up, unsigned long cmd_id) in entry_invoke_command() argument
394 res = TA_InvokeCommandEntryPoint(session->session_ctx, cmd_id, in entry_invoke_command()
432 struct utee_params *up, unsigned long cmd_id) in __utee_entry() argument
444 res = entry_invoke_command(session_id, up, cmd_id); in __utee_entry()
H A Dtee_socket_pta.c14 static TEE_Result invoke_socket_pta(uint32_t cmd_id, uint32_t param_types, in invoke_socket_pta() argument
29 return TEE_InvokeTACommand(sess, TEE_TIMEOUT_INFINITE, cmd_id, in invoke_socket_pta()
/optee_os/lib/libdl/
H A Ddlfcn.c18 static TEE_Result invoke_system_pta(uint32_t cmd_id, uint32_t param_types, in invoke_system_pta() argument
31 cmd_id, param_types, params, NULL); in invoke_system_pta()
/optee_os/core/pta/veraison_attestation/
H A Dveraison_attestation.c142 static TEE_Result invoke_command(void *sess_ctx __unused, uint32_t cmd_id, in invoke_command() argument
146 switch (cmd_id) { in invoke_command()
/optee_os/core/tee/
H A Dsocket.c267 static TEE_Result pta_socket_invoke_command(void *sess_ctx, uint32_t cmd_id, in pta_socket_invoke_command() argument
270 if (cmd_id < ARRAY_SIZE(ta_funcs) && ta_funcs[cmd_id]) in pta_socket_invoke_command()
271 return ta_funcs[cmd_id]((vaddr_t)sess_ctx, param_types, params); in pta_socket_invoke_command()
/optee_os/core/pta/stm32mp/
H A Dbsec_pta.c264 uint32_t cmd_id, in bsec_pta_invoke_command() argument
269 cmd_id, param_types); in bsec_pta_invoke_command()
271 switch (cmd_id) { in bsec_pta_invoke_command()
/optee_os/core/pta/
H A Dsecstor_ta_mgmt.c167 static TEE_Result invoke_command(void *sess_ctx __unused, uint32_t cmd_id, in invoke_command() argument
171 switch (cmd_id) { in invoke_command()
H A Dgprof.c162 static TEE_Result invoke_command(void *sess_ctx __unused, uint32_t cmd_id, in invoke_command() argument
168 switch (cmd_id) { in invoke_command()
/optee_os/core/include/tee/
H A Dtee_svc.h60 unsigned long cancel_req_to, unsigned long cmd_id,
/optee_os/lib/libutee/include/
H A Dtee_api_compat.h28 TEE_Result __ta_invoke_cmd(void *sess_ctx, uint32_t cmd_id, uint32_t pt,

12