Lines Matching refs:dst_mcfg
1051 struct skl_module_cfg *dst_mcfg) in skl_unbind_modules() argument
1056 struct skl_module_inst_id dst_id = dst_mcfg->id; in skl_unbind_modules()
1057 int in_max = dst_mcfg->module->max_input_pins; in skl_unbind_modules()
1061 skl_dump_bind_info(ctx, src_mcfg, dst_mcfg); in skl_unbind_modules()
1071 dst_index = skl_get_queue_index(dst_mcfg->m_in_pin, src_id, in_max); in skl_unbind_modules()
1078 dst_pin_state = dst_mcfg->m_in_pin[dst_index].pin_state; in skl_unbind_modules()
1086 msg.dst_module_id = dst_mcfg->id.module_id; in skl_unbind_modules()
1087 msg.dst_instance_id = dst_mcfg->id.pvt_id; in skl_unbind_modules()
1094 skl_free_queue(dst_mcfg->m_in_pin, dst_index); in skl_unbind_modules()
1130 struct skl_module_cfg *dst_mcfg) in skl_bind_modules() argument
1134 int in_max = dst_mcfg->module->max_input_pins; in skl_bind_modules()
1142 skl_dump_bind_info(ctx, src_mcfg, dst_mcfg); in skl_bind_modules()
1145 dst_mcfg->m_state < SKL_MODULE_INIT_DONE) in skl_bind_modules()
1148 src_index = skl_alloc_queue(src_mcfg->m_out_pin, dst_mcfg, out_max); in skl_bind_modules()
1153 dst_index = skl_alloc_queue(dst_mcfg->m_in_pin, src_mcfg, in_max); in skl_bind_modules()
1189 msg.dst_module_id = dst_mcfg->id.module_id; in skl_bind_modules()
1190 msg.dst_instance_id = dst_mcfg->id.pvt_id; in skl_bind_modules()
1198 dst_mcfg->m_in_pin[dst_index].pin_state = SKL_PIN_BIND_DONE; in skl_bind_modules()
1204 skl_free_queue(dst_mcfg->m_in_pin, dst_index); in skl_bind_modules()