Searched refs:dstv (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | extent_io.c | 4083 void read_extent_buffer(const struct extent_buffer *eb, void *dstv, in read_extent_buffer() argument 4090 char *dst = (char *)dstv; in read_extent_buffer() 4098 memset(dstv, 0, len); in read_extent_buffer() 4119 void __user *dstv, in read_extent_buffer_to_user_nofault() 4126 char __user *dst = (char __user *)dstv; in read_extent_buffer_to_user_nofault() 4118 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
|
H A D | check-integrity.c | 1141 void *dstv, u32 offset, size_t len) in btrfsic_read_from_block_data() 1146 char *dst = (char *)dstv; in btrfsic_read_from_block_data() 1139 btrfsic_read_from_block_data( struct btrfsic_block_data_ctx *block_ctx, void *dstv, u32 offset, size_t len) btrfsic_read_from_block_data() argument
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | extent_io.c | 5627 void read_extent_buffer(const struct extent_buffer *eb, void *dstv, in read_extent_buffer() argument 5634 char *dst = (char *)dstv; in read_extent_buffer() 5642 memset(dstv, 0, len); in read_extent_buffer() 5663 void __user *dstv, in read_extent_buffer_to_user_nofault() 5670 char __user *dst = (char __user *)dstv; in read_extent_buffer_to_user_nofault() 5662 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
|
H A D | check-integrity.c | 1192 void *dstv, u32 offset, size_t len) in btrfsic_read_from_block_data() 1197 char *dst = (char *)dstv; in btrfsic_read_from_block_data() 1190 btrfsic_read_from_block_data( struct btrfsic_block_data_ctx *block_ctx, void *dstv, u32 offset, size_t len) btrfsic_read_from_block_data() argument
|
Completed in 20 milliseconds