Searched refs:dst_ofs (Results 1 – 3 of 3) sorted by relevance
/linux/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/drivers/gpu/drm/xe/ |
H A D | xe_migrate.c | 624 u64 dst_ofs, bool dst_is_indirect, in emit_copy_ccs() argument 657 *cs++ = lower_32_bits(dst_ofs); in emit_copy_ccs() 658 *cs++ = upper_32_bits(dst_ofs) | mocs; in emit_copy_ccs() 665 u64 src_ofs, u64 dst_ofs, unsigned int size, in emit_copy() argument 686 bb->cs[bb->len++] = lower_32_bits(dst_ofs); in emit_copy() 687 bb->cs[bb->len++] = upper_32_bits(dst_ofs); in emit_copy() 702 u64 dst_ofs, bool dst_is_indirect, u32 dst_size, in xe_migrate_ccs_copy() argument 720 dst_ofs, true, in xe_migrate_ccs_copy() 728 dst_ofs = ccs_ofs; in xe_migrate_ccs_copy() 732 emit_copy_ccs(gt, bb, dst_ofs, dst_is_indirect, src_ofs, in xe_migrate_ccs_copy()
|
/linux/sound/pci/lola/ |
H A D | lola_mixer.c | 760 unsigned int dst_ofs = (kcontrol->private_value >> 16) & 0xff; 763 dst = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id) + dst_ofs; 785 unsigned int dst_ofs = (kcontrol->private_value >> 16) & 0xff; 800 dst = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id) + dst_ofs;
|