Searched refs:dstv (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/drivers/ |
| H A D | cx2341x-uapi.rst | 79 …static void de_macro_uv(unsigned char *dstu, unsigned char *dstv, unsigned char *src, int dstride,… 93 dstu[idx+0] = src[0]; dstv[idx+0] = src[1]; 94 dstu[idx+1] = src[2]; dstv[idx+1] = src[3]; 95 dstu[idx+2] = src[4]; dstv[idx+2] = src[5]; 96 dstu[idx+3] = src[6]; dstv[idx+3] = src[7]; 97 dstu[idx+4] = src[8]; dstv[idx+4] = src[9]; 98 dstu[idx+5] = src[10]; dstv[idx+5] = src[11]; 99 dstu[idx+6] = src[12]; dstv[idx+6] = src[13]; 100 dstu[idx+7] = src[14]; dstv[idx+7] = src[15];
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/pwc/ |
| H A D | pwc-uncompress.c | 29 u16 *dsty, *dstu, *dstv; in pwc_decompress() local 64 dstv = (u16 *)(image + n + n / 4); in pwc_decompress() 71 *dstv++ = *src++; in pwc_decompress()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | extent_io.c | 5626 void read_extent_buffer(const struct extent_buffer *eb, void *dstv, in read_extent_buffer() argument 5633 char *dst = (char *)dstv; in read_extent_buffer() 5656 void __user *dstv, in read_extent_buffer_to_user_nofault() argument 5663 char __user *dst = (char __user *)dstv; in read_extent_buffer_to_user_nofault()
|
| H A D | check-integrity.c | 1192 void *dstv, u32 offset, size_t len) in btrfsic_read_from_block_data() argument 1197 char *dst = (char *)dstv; in btrfsic_read_from_block_data()
|