Searched refs:dst_index (Results 1 – 2 of 2) sorted by relevance
1095 int src_index, dst_index, src_pin_state, dst_pin_state; in skl_unbind_modules() local1107 dst_index = skl_get_queue_index(dst_mcfg->m_in_pin, src_id, in_max); in skl_unbind_modules()1108 if (dst_index < 0) in skl_unbind_modules()1111 msg.dst_queue = dst_index; in skl_unbind_modules()1114 dst_pin_state = dst_mcfg->m_in_pin[dst_index].pin_state; in skl_unbind_modules()1130 skl_free_queue(dst_mcfg->m_in_pin, dst_index); in skl_unbind_modules()1159 int src_index, dst_index; in skl_bind_modules() local1176 dst_index = skl_alloc_queue(dst_mcfg->m_in_pin, src_mcfg, in_max); in skl_bind_modules()1177 if (dst_index < 0) { in skl_bind_modules()1205 msg.dst_queue = dst_index; in skl_bind_modules()[all …]
1886 unsigned int dst_index = 0; in make_association() local1898 if (dst_index == src_index) { in make_association()1922 ++dst_index; in make_association()