Home
last modified time | relevance | path

Searched refs:_dst (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/
H A Ddrm_cache.c229 void __iomem *_dst = dst->vaddr_iomem; in memcpy_fallback() local
233 memcpy_toio(_dst, bounce, MEMCPY_BOUNCE_SIZE); in memcpy_fallback()
235 _dst += MEMCPY_BOUNCE_SIZE; in memcpy_fallback()
240 memcpy_toio(_dst, bounce, MEMCPY_BOUNCE_SIZE); in memcpy_fallback()
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe.h251 #define XGBE_LM_COPY(_dst, _dname, _src, _sname) \ argument
252 bitmap_copy((_dst)->link_modes._dname, \
/linux/sound/pci/emu10k1/
H A Demufx.c737 struct snd_emu10k1_fx8010_control_gpr __user *_dst; in copy_gctl_to_user() local
740 _dst = (struct snd_emu10k1_fx8010_control_gpr __user *)dst; in copy_gctl_to_user()
742 return copy_to_user(&_dst[idx], src, sizeof(*src)); in copy_gctl_to_user()
/linux/sound/pci/cs46xx/
H A Dcs46xx_lib.c331 u32 *_dst = dst; in memcpy_le32()
335 *_dst++ = le32_to_cpu(*_src++); in memcpy_le32()