Lines Matching refs:channel_id
92 static int transport_get_secure(fwk_id_t channel_id, bool *secure) in transport_get_secure() argument
102 &transport_ctx.channel_ctx_table[fwk_id_get_element_idx(channel_id)]; in transport_get_secure()
111 static int transport_get_max_payload_size(fwk_id_t channel_id, size_t *size) in transport_get_max_payload_size() argument
121 &transport_ctx.channel_ctx_table[fwk_id_get_element_idx(channel_id)]; in transport_get_max_payload_size()
128 static int transport_get_message_header(fwk_id_t channel_id, uint32_t *header) in transport_get_message_header() argument
138 &transport_ctx.channel_ctx_table[fwk_id_get_element_idx(channel_id)]; in transport_get_message_header()
154 fwk_id_t channel_id, in transport_get_payload() argument
166 &transport_ctx.channel_ctx_table[fwk_id_get_element_idx(channel_id)]; in transport_get_payload()
184 fwk_id_t channel_id, in transport_write_payload() argument
192 &transport_ctx.channel_ctx_table[fwk_id_get_element_idx(channel_id)]; in transport_write_payload()
215 fwk_id_t channel_id, in transport_respond() argument
226 &transport_ctx.channel_ctx_table[fwk_id_get_element_idx(channel_id)]; in transport_respond()
301 fwk_id_t channel_id, in transport_transmit() argument
315 &transport_ctx.channel_ctx_table[fwk_id_get_element_idx(channel_id)]; in transport_transmit()
382 static int transport_release_channel_lock(fwk_id_t channel_id) in transport_release_channel_lock() argument
387 &transport_ctx.channel_ctx_table[fwk_id_get_element_idx(channel_id)]; in transport_release_channel_lock()
402 static int transport_trigger_interrupt(fwk_id_t channel_id) in transport_trigger_interrupt() argument
407 &transport_ctx.channel_ctx_table[fwk_id_get_element_idx(channel_id)]; in transport_trigger_interrupt()
645 static int transport_signal_message(fwk_id_t channel_id) in transport_signal_message() argument
651 &transport_ctx.channel_ctx_table[fwk_id_get_element_idx(channel_id)]; in transport_signal_message()
731 fwk_id_t channel_id, in transport_channel_init() argument
738 &transport_ctx.channel_ctx_table[fwk_id_get_element_idx(channel_id)]; in transport_channel_init()
768 channel_ctx->id = channel_id; in transport_channel_init()