Home
last modified time | relevance | path

Searched refs:src_bytes (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/sound/core/oss/
Dlinear.c117 int src_le, dst_le, src_bytes, dst_bytes; in init_data() local
119 src_bytes = snd_pcm_format_width(src_format) / 8; in init_data()
126 data->copy_bytes = src_bytes < dst_bytes ? src_bytes : dst_bytes; in init_data()
129 data->src_ofs = src_bytes - data->copy_bytes; in init_data()
132 src_bytes; in init_data()
/Linux-v5.4/drivers/video/fbdev/aty/
Dmach64_accel.c290 u32 src_bytes, dx = image->dx, dy = image->dy, width = image->width; in atyfb_imageblit() local
384 src_bytes = (((image->width * image->depth) + 7) / 8) * image->height; in atyfb_imageblit()
392 for (width = image->width, inbit = 7, mult24 = 0; src_bytes; ) { in atyfb_imageblit()
394 byte_id_in_dword < 4 && src_bytes; in atyfb_imageblit()
408 src_bytes--; in atyfb_imageblit()
423 u32 *pbitmap, dwords = (src_bytes + 3) / 4; in atyfb_imageblit()
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_dp.h78 u32 intel_dp_pack_aux(const u8 *src, int src_bytes);
Dintel_dp.c661 u32 intel_dp_pack_aux(const u8 *src, int src_bytes) in intel_dp_pack_aux() argument
666 if (src_bytes > 4) in intel_dp_pack_aux()
667 src_bytes = 4; in intel_dp_pack_aux()
668 for (i = 0; i < src_bytes; i++) in intel_dp_pack_aux()
/Linux-v5.4/arch/x86/include/asm/
Dkvm_emulate.h43 u8 src_bytes; /* size of source operand */ member
/Linux-v5.4/sound/isa/wavefront/
Dwavefront_synth.c574 demunge_buf (unsigned char *src, unsigned char *dst, unsigned int src_bytes) in demunge_buf() argument
578 unsigned char *end = src + src_bytes; in demunge_buf()
580 end = src + src_bytes; in demunge_buf()
/Linux-v5.4/drivers/gpu/drm/gma500/
Dcdv_intel_dp.c546 pack_aux(uint8_t *src, int src_bytes) in pack_aux() argument
551 if (src_bytes > 4) in pack_aux()
552 src_bytes = 4; in pack_aux()
553 for (i = 0; i < src_bytes; i++) in pack_aux()
/Linux-v5.4/arch/x86/kvm/
Demulate.c505 .src_bytes = ctxt->src.bytes, in emulator_check_intercept()
Dsvm.c6136 bytes = info->src_bytes; in svm_check_intercept()