Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/usb/pwc/
Dpwc-uncompress.c29 u16 *dsty, *dstu, *dstv; in pwc_decompress() local
64 dstv = (u16 *)(image + n + n / 4); in pwc_decompress()
71 *dstv++ = *src++; in pwc_decompress()
/Linux-v5.4/Documentation/media/v4l-drivers/
Dcx2341x.rst3760 …static void de_macro_uv(unsigned char *dstu, unsigned char *dstv, unsigned char *src, int dstride,…
3774 dstu[idx+0] = src[0]; dstv[idx+0] = src[1];
3775 dstu[idx+1] = src[2]; dstv[idx+1] = src[3];
3776 dstu[idx+2] = src[4]; dstv[idx+2] = src[5];
3777 dstu[idx+3] = src[6]; dstv[idx+3] = src[7];
3778 dstu[idx+4] = src[8]; dstv[idx+4] = src[9];
3779 dstu[idx+5] = src[10]; dstv[idx+5] = src[11];
3780 dstu[idx+6] = src[12]; dstv[idx+6] = src[13];
3781 dstu[idx+7] = src[14]; dstv[idx+7] = src[15];
/Linux-v5.4/fs/btrfs/
Dextent_io.c5509 void read_extent_buffer(const struct extent_buffer *eb, void *dstv, in read_extent_buffer() argument
5516 char *dst = (char *)dstv; in read_extent_buffer()
5544 void __user *dstv, in read_extent_buffer_to_user() argument
5551 char __user *dst = (char __user *)dstv; in read_extent_buffer_to_user()
Dcheck-integrity.c1202 void *dstv, u32 offset, size_t len) in btrfsic_read_from_block_data() argument
1207 char *dst = (char *)dstv; in btrfsic_read_from_block_data()