Lines Matching defs:dst_mcfg
1040 struct skl_module_cfg *dst_mcfg)
1045 struct skl_module_inst_id dst_id = dst_mcfg->id;
1046 int in_max = dst_mcfg->module->max_input_pins;
1050 skl_dump_bind_info(skl, src_mcfg, dst_mcfg);
1060 dst_index = skl_get_queue_index(dst_mcfg->m_in_pin, src_id, in_max);
1067 dst_pin_state = dst_mcfg->m_in_pin[dst_index].pin_state;
1075 msg.dst_module_id = dst_mcfg->id.module_id;
1076 msg.dst_instance_id = dst_mcfg->id.pvt_id;
1083 skl_free_queue(dst_mcfg->m_in_pin, dst_index);
1119 struct skl_module_cfg *dst_mcfg)
1123 int in_max = dst_mcfg->module->max_input_pins;
1131 skl_dump_bind_info(skl, src_mcfg, dst_mcfg);
1134 dst_mcfg->m_state < SKL_MODULE_INIT_DONE)
1137 src_index = skl_alloc_queue(src_mcfg->m_out_pin, dst_mcfg, out_max);
1142 dst_index = skl_alloc_queue(dst_mcfg->m_in_pin, src_mcfg, in_max);
1178 msg.dst_module_id = dst_mcfg->id.module_id;
1179 msg.dst_instance_id = dst_mcfg->id.pvt_id;
1187 dst_mcfg->m_in_pin[dst_index].pin_state = SKL_PIN_BIND_DONE;
1193 skl_free_queue(dst_mcfg->m_in_pin, dst_index);