Searched refs:ops_ptr (Results 1 – 3 of 3) sorted by relevance
76 int32_t tfm_rpc_register_ops(const struct tfm_rpc_ops_t *ops_ptr) in tfm_rpc_register_ops() argument78 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()
136 int32_t tfm_rpc_register_ops(const struct tfm_rpc_ops_t *ops_ptr);
453 int32_t tfm_rpc_register_ops(const struct tfm_rpc_ops_t *ops_ptr);458 | ``ops_ptr`` | Pointer to the specific operation structure. |