Searched refs:dst_ofs (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/sound/core/oss/ |
| H A D | linear.c | 35 unsigned int dst_ofs; /* byte soffset in destination format */ member 52 memcpy(dst, p + data->dst_ofs, data->dst_bytes); in do_convert() 136 data->dst_ofs = 4 - data->dst_bytes; in init_data() 138 data->dst_ofs = snd_pcm_format_physical_width(dst_format) / 8 - in init_data()
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_migrate.c | 625 u64 dst_ofs, bool dst_is_indirect, in emit_copy_ccs() argument 658 *cs++ = lower_32_bits(dst_ofs); in emit_copy_ccs() 659 *cs++ = upper_32_bits(dst_ofs) | mocs; in emit_copy_ccs() 666 u64 src_ofs, u64 dst_ofs, unsigned int size, in emit_copy() argument 687 bb->cs[bb->len++] = lower_32_bits(dst_ofs); in emit_copy() 688 bb->cs[bb->len++] = upper_32_bits(dst_ofs); in emit_copy() 703 u64 dst_ofs, bool dst_is_indirect, u32 dst_size, in xe_migrate_ccs_copy() argument 721 dst_ofs, true, in xe_migrate_ccs_copy() 729 dst_ofs = ccs_ofs; in xe_migrate_ccs_copy() 733 emit_copy_ccs(gt, bb, dst_ofs, dst_is_indirect, src_ofs, in xe_migrate_ccs_copy()
|
| /linux-6.15/sound/pci/lola/ |
| H A D | lola_mixer.c | 717 unsigned int dst_ofs = (kcontrol->private_value >> 16) & 0xff; 720 dst = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id) + dst_ofs; 742 unsigned int dst_ofs = (kcontrol->private_value >> 16) & 0xff; 757 dst = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id) + dst_ofs;
|