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 | 3967 void read_extent_buffer(const struct extent_buffer *eb, void *dstv, in read_extent_buffer() argument 3973 char *dst = (char *)dstv; in read_extent_buffer() 3981 memset(dstv, 0, len); in read_extent_buffer() 3986 memcpy(dstv, eb->addr + start, len); in read_extent_buffer() 4007 void __user *dstv, in read_extent_buffer_to_user_nofault() argument 4013 char __user *dst = (char __user *)dstv; in read_extent_buffer_to_user_nofault() 4021 if (copy_to_user_nofault(dstv, eb->addr + start, len)) in read_extent_buffer_to_user_nofault()
|