Home
last modified time | relevance | path

Searched refs:dst_bytes (Results 1 – 8 of 8) sorted by relevance

/linux-6.6.21/sound/core/oss/
Dlinear.c37 unsigned int dst_bytes; /* byte size of destination format */ member
52 memcpy(dst, p + data->dst_ofs, data->dst_bytes); in do_convert()
119 int src_le, dst_le, src_bytes, dst_bytes; in init_data() local
122 dst_bytes = snd_pcm_format_width(dst_format) / 8; in init_data()
126 data->dst_bytes = dst_bytes; in init_data()
128 data->copy_bytes = src_bytes < dst_bytes ? src_bytes : dst_bytes; in init_data()
136 data->dst_ofs = 4 - data->dst_bytes; in init_data()
139 dst_bytes; in init_data()
/linux-6.6.21/drivers/gpu/drm/i915/display/
Dintel_dp_aux.c29 static void intel_dp_aux_unpack(u32 src, u8 *dst, int dst_bytes) in intel_dp_aux_unpack() argument
33 if (dst_bytes > 4) in intel_dp_aux_unpack()
34 dst_bytes = 4; in intel_dp_aux_unpack()
35 for (i = 0; i < dst_bytes; i++) in intel_dp_aux_unpack()
/linux-6.6.21/drivers/target/
Dtarget_core_xcopy.c619 u32 dst_bytes) in target_xcopy_write_destination() argument
623 u32 transfer_length_block = dst_bytes / dst_dev->dev_attrib.block_size; in target_xcopy_write_destination()
636 (unsigned long long)dst_lba, transfer_length_block, dst_bytes); in target_xcopy_write_destination()
638 __target_init_cmd(se_cmd, &xcopy_pt_tfo, &xcopy_pt_sess, dst_bytes, in target_xcopy_write_destination()
/linux-6.6.21/drivers/gpu/drm/gma500/
Dcdv_intel_dp.c556 unpack_aux(uint32_t src, uint8_t *dst, int dst_bytes) in unpack_aux() argument
559 if (dst_bytes > 4) in unpack_aux()
560 dst_bytes = 4; in unpack_aux()
561 for (i = 0; i < dst_bytes; i++) in unpack_aux()
/linux-6.6.21/arch/x86/kvm/
Dkvm_emulate.h45 u8 dst_bytes; /* size of destination operand */ member
Demulate.c479 .dst_bytes = ctxt->dst.bytes, in emulator_check_intercept()
/linux-6.6.21/arch/x86/kvm/svm/
Dsvm.c4517 bytes = info->dst_bytes; in svm_check_intercept()
/linux-6.6.21/arch/x86/kvm/vmx/
Dvmx.c7933 size = info->dst_bytes; in vmx_check_intercept_io()