Home
last modified time | relevance | path

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

/linux/sound/core/oss/
H A Dlinear.c119 int src_le, dst_le, src_bytes, dst_bytes; in init_data() local
121 src_bytes = snd_pcm_format_width(src_format) / 8; in init_data()
128 data->copy_bytes = src_bytes < dst_bytes ? src_bytes : dst_bytes; in init_data()
131 data->src_ofs = src_bytes - data->copy_bytes; in init_data()
134 src_bytes; in init_data()
/linux/drivers/video/fbdev/aty/
H A 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/drivers/gpu/drm/i915/display/
H A Dintel_dp_aux.h22 u32 intel_dp_aux_pack(const u8 *src, int src_bytes);
H A Dintel_dp_aux.c33 u32 intel_dp_aux_pack(const u8 *src, int src_bytes) in intel_dp_aux_pack() argument
38 if (src_bytes > 4) in intel_dp_aux_pack()
39 src_bytes = 4; in intel_dp_aux_pack()
40 for (i = 0; i < src_bytes; i++) in intel_dp_aux_pack()
/linux/drivers/target/
H A Dtarget_core_xcopy.c575 u32 src_bytes) in target_xcopy_read_source() argument
579 u32 transfer_length_block = src_bytes / src_dev->dev_attrib.block_size; in target_xcopy_read_source()
592 (unsigned long long)src_lba, transfer_length_block, src_bytes); in target_xcopy_read_source()
594 __target_init_cmd(se_cmd, &xcopy_pt_tfo, &xcopy_pt_sess, src_bytes, in target_xcopy_read_source()
/linux/drivers/gpu/drm/gma500/
H A Dcdv_intel_dp.c543 pack_aux(uint8_t *src, int src_bytes) in pack_aux() argument
548 if (src_bytes > 4) in pack_aux()
549 src_bytes = 4; in pack_aux()
550 for (i = 0; i < src_bytes; i++) in pack_aux()
/linux/arch/x86/kvm/
H A Dkvm_emulate.h45 u8 src_bytes; /* size of source operand */ member
H A Demulate.c478 .src_bytes = ctxt->src.bytes, in emulator_check_intercept()
/linux/sound/isa/wavefront/
H A Dwavefront_synth.c578 demunge_buf (unsigned char *src, unsigned char *dst, unsigned int src_bytes) in demunge_buf() argument
582 unsigned char *end = src + src_bytes; in demunge_buf()
/linux/arch/x86/kvm/svm/
H A Dsvm.c4554 bytes = info->src_bytes; in svm_check_intercept()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c8033 size = info->src_bytes; in vmx_check_intercept_io()