Lines Matching defs:dst_mcfg
1085 struct skl_module_cfg *dst_mcfg)
1090 struct skl_module_inst_id dst_id = dst_mcfg->id;
1091 int in_max = dst_mcfg->module->max_input_pins;
1095 skl_dump_bind_info(skl, src_mcfg, dst_mcfg);
1105 dst_index = skl_get_queue_index(dst_mcfg->m_in_pin, src_id, in_max);
1112 dst_pin_state = dst_mcfg->m_in_pin[dst_index].pin_state;
1120 msg.dst_module_id = dst_mcfg->id.module_id;
1121 msg.dst_instance_id = dst_mcfg->id.pvt_id;
1128 skl_free_queue(dst_mcfg->m_in_pin, dst_index);
1151 struct skl_module_cfg *dst_mcfg)
1155 int in_max = dst_mcfg->module->max_input_pins;
1163 skl_dump_bind_info(skl, src_mcfg, dst_mcfg);
1166 dst_mcfg->m_state < SKL_MODULE_INIT_DONE)
1169 src_index = skl_alloc_queue(src_mcfg->m_out_pin, dst_mcfg, out_max);
1174 dst_index = skl_alloc_queue(dst_mcfg->m_in_pin, src_mcfg, in_max);
1210 msg.dst_module_id = dst_mcfg->id.module_id;
1211 msg.dst_instance_id = dst_mcfg->id.pvt_id;
1219 dst_mcfg->m_in_pin[dst_index].pin_state = SKL_PIN_BIND_DONE;
1225 skl_free_queue(dst_mcfg->m_in_pin, dst_index);