Home
last modified time | relevance | path

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

/SCP-firmware-master/product/rcar/module/rcar_mfismh/src/
A Dmod_rcar_mfismh.c46 unsigned int slot_count; member
148 unsigned int slot_count, in mfismh_device_init() argument
159 slot_count, sizeof(device_ctx->transport_channel_table[0])); in mfismh_device_init()
164 device_ctx->slot_count = slot_count; in mfismh_device_init()
/SCP-firmware-master/product/morello/module/morello_mhu/src/
A Dmod_mhu.c45 unsigned int slot_count; member
155 unsigned int slot_count, in mhu_device_init() argument
167 fwk_mm_calloc(slot_count, sizeof(device_ctx->smt_channel_table[0])); in mhu_device_init()
172 device_ctx->slot_count = slot_count; in mhu_device_init()
/SCP-firmware-master/product/n1sdp/module/n1sdp_mhu/src/
A Dmod_mhu.c45 unsigned int slot_count; member
149 static int mhu_device_init(fwk_id_t device_id, unsigned int slot_count, in mhu_device_init() argument
160 device_ctx->smt_channel_table = fwk_mm_calloc(slot_count, in mhu_device_init()
164 device_ctx->slot_count = slot_count; in mhu_device_init()
/SCP-firmware-master/module/mhu/src/
A Dmod_mhu.c46 unsigned int slot_count; member
159 static int mhu_device_init(fwk_id_t device_id, unsigned int slot_count, in mhu_device_init() argument
172 slot_count, sizeof(device_ctx->transport_channel_table[0])); in mhu_device_init()
175 device_ctx->slot_count = slot_count; in mhu_device_init()
/SCP-firmware-master/module/mhu2/src/
A Dmod_mhu2.c64 unsigned int slot_count; member
306 unsigned int slot_count, in mhu2_channel_init() argument
327 channel_ctx->slot_count = slot_count; in mhu2_channel_init()
353 fwk_mm_calloc(slot_count, sizeof(channel_ctx->bound_channels_table[0])); in mhu2_channel_init()
/SCP-firmware-master/product/n1sdp/module/n1sdp_remote_pd/src/
A Dmod_n1sdp_remote_pd.c193 static int remote_pd_element_init(fwk_id_t device_id, unsigned int slot_count, in remote_pd_element_init() argument
/SCP-firmware-master/module/optee/mbx/src/
A Dmod_optee_mbx.c181 static int mbx_device_init(fwk_id_t device_id, unsigned int slot_count, in mbx_device_init() argument
/SCP-firmware-master/module/msg_smt/src/
A Dmod_msg_smt.c343 static int msg_channel_init(fwk_id_t channel_id, unsigned int slot_count, in msg_channel_init() argument
/SCP-firmware-master/module/optee/smt/src/
A Dmod_optee_smt.c393 static int mailbox_channel_init(fwk_id_t channel_id, unsigned int slot_count, in mailbox_channel_init() argument

Completed in 14 milliseconds