Home
last modified time | relevance | path

Searched refs:dstv (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/usb/pwc/
H A Dpwc-uncompress.c26 u16 *dsty, *dstu, *dstv; in pwc_decompress() local
61 dstv = (u16 *)(image + n + n / 4); in pwc_decompress()
68 *dstv++ = *src++; in pwc_decompress()
/linux/Documentation/userspace-api/media/drivers/
H A Dcx2341x-uapi.rst77 …static void de_macro_uv(unsigned char *dstu, unsigned char *dstv, unsigned char *src, int dstride,…
91 dstu[idx+0] = src[0]; dstv[idx+0] = src[1];
92 dstu[idx+1] = src[2]; dstv[idx+1] = src[3];
93 dstu[idx+2] = src[4]; dstv[idx+2] = src[5];
94 dstu[idx+3] = src[6]; dstv[idx+3] = src[7];
95 dstu[idx+4] = src[8]; dstv[idx+4] = src[9];
96 dstu[idx+5] = src[10]; dstv[idx+5] = src[11];
97 dstu[idx+6] = src[12]; dstv[idx+6] = src[13];
98 dstu[idx+7] = src[14]; dstv[idx+7] = src[15];
/linux/fs/btrfs/
H A Dextent_io.c3661 void read_extent_buffer(const struct extent_buffer *eb, void *dstv, in read_extent_buffer() argument
3667 char *dst = (char *)dstv; in read_extent_buffer()
3675 memset(dstv, 0, len); in read_extent_buffer()
3680 memcpy(dstv, eb->addr + start, len); in read_extent_buffer()
3701 void __user *dstv, in read_extent_buffer_to_user_nofault() argument
3707 char __user *dst = (char __user *)dstv; in read_extent_buffer_to_user_nofault()
3715 if (copy_to_user_nofault(dstv, eb->addr + start, len)) in read_extent_buffer_to_user_nofault()