Searched refs:src_ofs (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/sound/core/oss/ |
H A D | linear.c | 34 unsigned int src_ofs; /* byte offset in source format */ member 48 memcpy(p + data->copy_ofs, src + data->src_ofs, data->copy_bytes); in do_convert() 131 data->src_ofs = src_bytes - data->copy_bytes; in init_data() 133 data->src_ofs = snd_pcm_format_physical_width(src_format) / 8 - in init_data()
|
/kernel/linux/linux-6.6/sound/core/oss/ |
H A D | linear.c | 34 unsigned int src_ofs; /* byte offset in source format */ member 48 memcpy(p + data->copy_ofs, src + data->src_ofs, data->copy_bytes); in do_convert() 131 data->src_ofs = src_bytes - data->copy_bytes; in init_data() 133 data->src_ofs = snd_pcm_format_physical_width(src_format) / 8 - in init_data()
|
/kernel/linux/linux-5.10/sound/pci/lola/ |
H A D | lola_mixer.c | 756 unsigned int src_ofs = kcontrol->private_value & 0xff; 764 unsigned int src = src_ofs + i; 781 unsigned int src_ofs = kcontrol->private_value & 0xff; 797 mask <<= src_ofs; 815 int src_num, int src_ofs, 821 src_ofs + (src_num << 8) + (ofs << 16) + (num << 24);
|
/kernel/linux/linux-6.6/sound/pci/lola/ |
H A D | lola_mixer.c | 758 unsigned int src_ofs = kcontrol->private_value & 0xff; 766 unsigned int src = src_ofs + i; 783 unsigned int src_ofs = kcontrol->private_value & 0xff; 799 mask <<= src_ofs; 817 int src_num, int src_ofs, 823 src_ofs + (src_num << 8) + (ofs << 16) + (num << 24);
|
/kernel/linux/linux-5.10/drivers/mtd/maps/ |
H A D | vmu-flash.c | 56 static struct vmu_block *ofs_to_block(unsigned long src_ofs, in ofs_to_block() argument 69 if (src_ofs >= card->parts[partition].numblocks * card->blocklen) in ofs_to_block() 72 num = src_ofs / card->blocklen; in ofs_to_block() 81 vblock->ofs = src_ofs % card->blocklen; in ofs_to_block()
|
/kernel/linux/linux-6.6/drivers/mtd/maps/ |
H A D | vmu-flash.c | 56 static struct vmu_block *ofs_to_block(unsigned long src_ofs, in ofs_to_block() argument 69 if (src_ofs >= card->parts[partition].numblocks * card->blocklen) in ofs_to_block() 72 num = src_ofs / card->blocklen; in ofs_to_block() 81 vblock->ofs = src_ofs % card->blocklen; in ofs_to_block()
|
Completed in 6 milliseconds