Home
last modified time | relevance | path

Searched refs:dstv (Results 1 – 2 of 2) 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/fs/btrfs/
H A Dextent_io.c3936 void read_extent_buffer(const struct extent_buffer *eb, void *dstv, in read_extent_buffer() argument
3942 char *dst = (char *)dstv; in read_extent_buffer()
3950 memset(dstv, 0, len); in read_extent_buffer()
3955 memcpy(dstv, eb->addr + start, len); in read_extent_buffer()
3976 void __user *dstv, in read_extent_buffer_to_user_nofault() argument
3982 char __user *dst = (char __user *)dstv; in read_extent_buffer_to_user_nofault()
3990 if (copy_to_user_nofault(dstv, eb->addr + start, len)) in read_extent_buffer_to_user_nofault()