Home
last modified time | relevance | path

Searched refs:dst_index (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/sound/soc/intel/skylake/
Dskl-messages.c1093 int src_index, dst_index, src_pin_state, dst_pin_state; in skl_unbind_modules() local
1105 dst_index = skl_get_queue_index(dst_mcfg->m_in_pin, src_id, in_max); in skl_unbind_modules()
1106 if (dst_index < 0) in skl_unbind_modules()
1109 msg.dst_queue = dst_index; in skl_unbind_modules()
1112 dst_pin_state = dst_mcfg->m_in_pin[dst_index].pin_state; in skl_unbind_modules()
1128 skl_free_queue(dst_mcfg->m_in_pin, dst_index); in skl_unbind_modules()
1157 int src_index, dst_index; in skl_bind_modules() local
1174 dst_index = skl_alloc_queue(dst_mcfg->m_in_pin, src_mcfg, in_max); in skl_bind_modules()
1175 if (dst_index < 0) { in skl_bind_modules()
1203 msg.dst_queue = dst_index; in skl_bind_modules()
[all …]
/linux-6.6.21/fs/btrfs/
Dtree-log.c4281 int dst_index; in copy_items() local
4334 dst_index = 0; in copy_items()
4347 btrfs_item_key_to_cpu(src, &ins_keys[dst_index], src_slot); in copy_items()
4349 if (ins_keys[dst_index].type != BTRFS_EXTENT_DATA_KEY) in copy_items()
4372 ins_keys[dst_index].offset < i_size && in copy_items()
4424 ins_sizes[dst_index] = btrfs_item_size(src, src_slot); in copy_items()
4425 batch.total_data_size += ins_sizes[dst_index]; in copy_items()
4427 dst_index++; in copy_items()
4441 dst_index = 0; in copy_items()
4444 const int dst_slot = dst_path->slots[0] + dst_index; in copy_items()
[all …]
/linux-6.6.21/sound/firewire/
Damdtp-stream.c2001 unsigned int dst_index = 0; in make_association() local
2013 if (dst_index == src_index) { in make_association()
2036 ++dst_index; in make_association()