Home
last modified time | relevance | path

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

/linux/sound/pci/cs46xx/
H A Dcs46xx_dsp_spos.h123 int src_slot; member
H A Ddsp_spos_scb_lib.c1274 src_index = ins->pcm_channels[i].src_slot; in cs46xx_dsp_create_pcm_channel()
1366 ins->pcm_channels[pcm_index].src_slot = src_index; in cs46xx_dsp_create_pcm_channel()
1479 if (snd_BUG_ON(pcm_channel->src_slot < 0 || in cs46xx_dsp_destroy_pcm_channel()
1480 pcm_channel->src_slot >= DSP_MAX_SRC_NR)) in cs46xx_dsp_destroy_pcm_channel()
1483 ins->src_scb_slots[pcm_channel->src_slot] = 0; in cs46xx_dsp_destroy_pcm_channel()
/linux/fs/btrfs/
H A Dtree-log.c4444 const int src_slot = start_slot + i; in copy_items() local
4455 btrfs_item_key_to_cpu(src, &ins_keys[dst_index], src_slot); in copy_items()
4460 extent = btrfs_item_ptr(src, src_slot, in copy_items()
4533 ins_sizes[dst_index] = btrfs_item_size(src, src_slot); in copy_items()
4552 const int src_slot = start_slot + i; in copy_items() local
4565 btrfs_item_key_to_cpu(src, &key, src_slot); in copy_items()
4570 extent = btrfs_item_ptr(src, src_slot, in copy_items()
4581 src_offset = btrfs_item_ptr_offset(src, src_slot); in copy_items()