Home
last modified time | relevance | path

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

/linux-6.1.9/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.1.9/drivers/gpu/drm/i915/display/
Dintel_dp_aux.c25 static void intel_dp_aux_unpack(u32 src, u8 *dst, int dst_bytes) in intel_dp_aux_unpack() argument
29 if (dst_bytes > 4) in intel_dp_aux_unpack()
30 dst_bytes = 4; in intel_dp_aux_unpack()
31 for (i = 0; i < dst_bytes; i++) in intel_dp_aux_unpack()
/linux-6.1.9/drivers/gpu/drm/gma500/
Dcdv_intel_dp.c555 unpack_aux(uint32_t src, uint8_t *dst, int dst_bytes) in unpack_aux() argument
558 if (dst_bytes > 4) in unpack_aux()
559 dst_bytes = 4; in unpack_aux()
560 for (i = 0; i < dst_bytes; i++) in unpack_aux()
/linux-6.1.9/arch/x86/kvm/
Dkvm_emulate.h45 u8 dst_bytes; /* size of destination operand */ member
Demulate.c509 .dst_bytes = ctxt->dst.bytes, in emulator_check_intercept()
/linux-6.1.9/arch/x86/kvm/svm/
Dsvm.c4302 bytes = info->dst_bytes; in svm_check_intercept()
/linux-6.1.9/arch/x86/kvm/vmx/
Dvmx.c7733 size = info->dst_bytes; in vmx_check_intercept_io()