Searched refs:dstv (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/media/usb/pwc/ |
| H A D | pwc-uncompress.c | 26 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/fs/btrfs/ |
| H A D | extent_io.c | 4011 void read_extent_buffer(const struct extent_buffer *eb, void *dstv, in check_eb_range() 4017 char *dst = (char *)dstv; in read_extent_buffer() 4025 memset(dstv, 0, len); in read_extent_buffer() 4030 memcpy(dstv, eb->addr + start, len); in read_extent_buffer() 4051 void __user *dstv, in read_extent_buffer() 4057 char __user *dst = (char __user *)dstv; in read_extent_buffer_to_user_nofault() 4065 if (copy_to_user_nofault(dstv, eb->addr + start, len)) in read_extent_buffer_to_user_nofault() 4014 read_extent_buffer(const struct extent_buffer * eb,void * dstv,unsigned long start,unsigned long len) read_extent_buffer() argument 4054 read_extent_buffer_to_user_nofault(const struct extent_buffer * eb,void __user * dstv,unsigned long start,unsigned long len) read_extent_buffer_to_user_nofault() argument
|