Home
last modified time | relevance | path

Searched refs:channel_ctx (Results 1 – 9 of 9) sorted by relevance

/SCP-firmware-master/module/transport/src/
A Dmod_transport.c101 channel_ctx = in transport_get_secure()
120 channel_ctx = in transport_get_max_payload_size()
137 channel_ctx = in transport_get_message_header()
165 channel_ctx = in transport_get_payload()
191 channel_ctx = in transport_write_payload()
225 channel_ctx = in transport_respond()
314 channel_ctx = in transport_transmit()
369 channel_ctx->out, channel_ctx->config->driver_id); in transport_transmit()
386 channel_ctx = in transport_release_channel_lock()
406 channel_ctx = in transport_trigger_interrupt()
[all …]
/SCP-firmware-master/module/msg_smt/src/
A Dmod_msg_smt.c99 channel_ctx = in smt_get_max_payload_size()
116 channel_ctx = in smt_get_message_header()
139 channel_ctx = in smt_get_payload()
162 channel_ctx = in smt_write_payload()
199 channel_ctx->driver_api->raise_notification(channel_ctx->driver_id, channel_ctx->out_len); in smt_respond()
232 channel_ctx->driver_api->raise_notification(channel_ctx->driver_id, channel_ctx->out_len); in smt_transmit()
258 channel_ctx->out->message_header = channel_ctx->in->message_header; in smt_requester_handler()
262 channel_ctx->scmi_api->signal_message(channel_ctx->scmi_service_id); in smt_requester_handler()
282 channel_ctx = in msg_signal_message()
362 channel_ctx->max_payload_size = channel_ctx->config->mailbox_size - in msg_channel_init()
[all …]
/SCP-firmware-master/module/optee/smt/src/
A Dmod_optee_smt.c86 channel_ctx = in smt_get_secure()
105 channel_ctx = in smt_get_max_payload_size()
122 channel_ctx = in smt_get_message_header()
145 channel_ctx = in smt_get_payload()
169 channel_ctx = in smt_write_payload()
212 channel_ctx->driver_api->raise_interrupt(channel_ctx->driver_id); in smt_respond()
252 channel_ctx->driver_api->raise_interrupt(channel_ctx->driver_id); in smt_transmit()
283 in = channel_ctx->in; in smt_requester_handler()
317 channel_ctx->scmi_api->signal_message(channel_ctx->scmi_service_id); in smt_requester_handler()
337 channel_ctx = in smt_signal_message()
[all …]
/SCP-firmware-master/product/morello/module/morello_smt/src/
A Dmod_smt.c71 channel_ctx = in smt_get_secure()
88 channel_ctx = in smt_get_max_payload_size()
105 channel_ctx = in smt_get_message_header()
128 channel_ctx = in smt_get_payload()
152 channel_ctx = in smt_write_payload()
176 channel_ctx = in smt_respond()
225 channel_ctx = in smt_is_channel_free()
237 channel_ctx = in smt_send()
272 channel_ctx = in smt_put_channel()
323 channel_ctx = in smt_signal_message()
[all …]
/SCP-firmware-master/product/n1sdp/module/n1sdp_smt/src/
A Dmod_smt.c71 channel_ctx = in smt_get_secure()
88 channel_ctx = in smt_get_max_payload_size()
105 channel_ctx = in smt_get_message_header()
127 channel_ctx = in smt_get_payload()
150 channel_ctx = in smt_write_payload()
175 channel_ctx = in smt_respond()
223 channel_ctx = in smt_is_channel_free()
235 channel_ctx = in smt_send()
270 channel_ctx = in smt_put_channel()
321 channel_ctx = in smt_signal_message()
[all …]
/SCP-firmware-master/module/mhu2/src/
A Dmod_mhu2.c88 fwk_assert(channel_ctx != NULL); in mhu2_isr()
113 struct mhu2_channel_ctx *channel_ctx; in raise_interrupt() local
118 send = channel_ctx->send; in raise_interrupt()
141 struct mhu2_channel_ctx *channel_ctx; in mhu2_send_message() local
152 send = channel_ctx->send; in mhu2_send_message()
183 db_ch = channel_ctx->config->channel; in mhu2_send_message()
222 struct mhu2_channel_ctx *channel_ctx; in mhu2_get_message() local
231 db_ch = channel_ctx->config->channel; in mhu2_get_message()
326 channel_ctx->config = config; in mhu2_channel_init()
328 channel_ctx->send_channel = &channel_ctx->send->channel[config->channel]; in mhu2_channel_init()
[all …]
/SCP-firmware-master/module/mhu3/src/
A Dmod_mhu3.c81 struct mhu3_channel_ctx *channel_ctx; in mhu3_isr() local
156 channel_ctx->callback(channel_ctx->callback_param); in mhu3_isr()
291 struct mhu3_channel_ctx *channel_ctx; in mhu3_fch_register_callback() local
304 channel_ctx->callback = fch_callback; in mhu3_fch_register_callback()
305 channel_ctx->callback_param = param; in mhu3_fch_register_callback()
450 struct mhu3_channel_ctx *channel_ctx; in mhu3_bind() local
461 channel_ctx->transport_id, in mhu3_bind()
465 channel_ctx->transport_api); in mhu3_bind()
487 struct mhu3_channel_ctx *channel_ctx; in mhu3_process_bind_request() local
507 channel_ctx->transport_id = source_id; in mhu3_process_bind_request()
[all …]
/SCP-firmware-master/module/optee/mbx/src/
A Dmod_optee_mbx.c128 struct mbx_device_ctx *channel_ctx = &mbx_ctx.device_ctx_table[idx]; in raise_smt_interrupt() local
131 mutex_unlock(&channel_ctx->lock); in raise_smt_interrupt()
144 struct mbx_device_ctx *channel_ctx = &mbx_ctx.device_ctx_table[idx]; in raise_shm_notification() local
146 *channel_ctx->shm_out_size = size; in raise_shm_notification()
150 mutex_unlock(&channel_ctx->lock); in raise_shm_notification()
/SCP-firmware-master/module/mhu3/test/
A Dmod_mhu3_unit_test.c120 struct mhu3_channel_ctx *channel_ctx; in test_mhu3_bind_round_1_success() local
123 channel_ctx = in test_mhu3_bind_round_1_success()
126 channel_ctx->transport_id_bound = true; in test_mhu3_bind_round_1_success()
133 channel_ctx->transport_id_bound = false; in test_mhu3_bind_round_1_success()
145 struct mhu3_channel_ctx *channel_ctx; in test_mhu3_bind_fail() local
148 channel_ctx = in test_mhu3_bind_fail()
153 channel_ctx->transport_id_bound = true; in test_mhu3_bind_fail()
158 channel_ctx->transport_id_bound = false; in test_mhu3_bind_fail()

Completed in 21 milliseconds