Home
last modified time | relevance | path

Searched refs:src_ofs (Results 1 – 5 of 5) sorted by relevance

/linux/sound/core/oss/
H A Dlinear.c34 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()
/linux/drivers/gpu/drm/xe/
H A Dxe_migrate.c626 u64 src_ofs, bool src_is_indirect, in emit_copy_ccs() argument
656 *cs++ = lower_32_bits(src_ofs); in emit_copy_ccs()
657 *cs++ = upper_32_bits(src_ofs) | mocs; in emit_copy_ccs()
666 u64 src_ofs, u64 dst_ofs, unsigned int size, in emit_copy() argument
691 bb->cs[bb->len++] = lower_32_bits(src_ofs); in emit_copy()
692 bb->cs[bb->len++] = upper_32_bits(src_ofs); in emit_copy()
702 u64 src_ofs, bool src_is_indirect, in xe_migrate_ccs_copy() argument
718 u64 ccs_src_ofs = src_is_indirect ? src_ofs : m->cleared_mem_ofs; in xe_migrate_ccs_copy()
727 src_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()
[all …]
/linux/sound/pci/lola/
H A Dlola_mixer.c758 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);
/linux/drivers/mtd/maps/
H A Dvmu-flash.c56 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()
/linux/drivers/net/wireless/ath/ath12k/
H A Dwow.c169 size_t src_ofs = offsetof(struct ethhdr, h_source); in ath12k_wow_convert_8023_to_80211() local
198 delta = eth_pkt_ofs + eth_pat_len - src_ofs; in ath12k_wow_convert_8023_to_80211()