Home
last modified time | relevance | path

Searched defs:dst_bytes (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/sound/core/oss/
H A Dlinear.c37 unsigned int dst_bytes; /* byte size of destination format */ member
119 int src_le, dst_le, src_bytes, dst_bytes; in init_data() local
/openbmc/linux/drivers/target/
H A Dtarget_core_xcopy.c619 u32 dst_bytes) in target_xcopy_write_destination()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp_aux.c29 static void intel_dp_aux_unpack(u32 src, u8 *dst, int dst_bytes) in intel_dp_aux_unpack()
/openbmc/linux/arch/x86/kvm/
H A Dkvm_emulate.h45 u8 dst_bytes; /* size of destination operand */ member
/openbmc/linux/drivers/gpu/drm/gma500/
H A Dcdv_intel_dp.c556 unpack_aux(uint32_t src, uint8_t *dst, int dst_bytes) in unpack_aux()