Searched refs:dst_index (Results 1 – 1 of 1) sorted by relevance
1041 int src_index, dst_index, src_pin_state, dst_pin_state; in skl_unbind_modules() local1053 dst_index = skl_get_queue_index(dst_mcfg->m_in_pin, src_id, in_max); in skl_unbind_modules()1054 if (dst_index < 0) in skl_unbind_modules()1057 msg.dst_queue = dst_index; in skl_unbind_modules()1060 dst_pin_state = dst_mcfg->m_in_pin[dst_index].pin_state; in skl_unbind_modules()1076 skl_free_queue(dst_mcfg->m_in_pin, dst_index); in skl_unbind_modules()1118 int src_index, dst_index; in skl_bind_modules() local1135 dst_index = skl_alloc_queue(dst_mcfg->m_in_pin, src_mcfg, in_max); in skl_bind_modules()1136 if (dst_index < 0) { in skl_bind_modules()1164 msg.dst_queue = dst_index; in skl_bind_modules()[all …]