Home
last modified time | relevance | path

Searched refs:ops_ptr (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-latest/secure_fw/spm/core/
Dtfm_rpc.c76 int32_t tfm_rpc_register_ops(const struct tfm_rpc_ops_t *ops_ptr) in tfm_rpc_register_ops() argument
78 if (!ops_ptr) { in tfm_rpc_register_ops()
82 if (!ops_ptr->handle_req || !ops_ptr->reply) { in tfm_rpc_register_ops()
92 rpc_ops.handle_req = ops_ptr->handle_req; in tfm_rpc_register_ops()
93 rpc_ops.reply = ops_ptr->reply; in tfm_rpc_register_ops()
Dtfm_rpc.h136 int32_t tfm_rpc_register_ops(const struct tfm_rpc_ops_t *ops_ptr);
/trusted-firmware-m-latest/docs/design_docs/dual-cpu/
Dcommunication_prototype_between_nspe_and_spe_in_dual_core_systems.rst453 int32_t tfm_rpc_register_ops(const struct tfm_rpc_ops_t *ops_ptr);
458 | ``ops_ptr`` | Pointer to the specific operation structure. |