/linux-4.1.27/crypto/async_tx/ |
D | async_memcpy.c | 45 async_memcpy(struct page *dest, struct page *src, unsigned int dest_offset, in async_memcpy() argument 58 if (unmap && is_dma_copy_aligned(device, src_offset, dest_offset, len)) { in async_memcpy() 70 unmap->addr[1] = dma_map_page(device->dev, dest, dest_offset, len, in async_memcpy() 91 dest_buf = kmap_atomic(dest) + dest_offset; in async_memcpy()
|
/linux-4.1.27/drivers/scsi/aic94xx/ |
D | aic94xx_sds.h | 113 const void *src, u32 dest_offset, u32 bytes_to_verify); 115 const void *src, u32 dest_offset, u32 bytes_to_write);
|
D | aic94xx_sds.c | 1097 const void *src, u32 dest_offset, u32 bytes_to_verify) in asd_verify_flash_seg() argument 1108 nv_offset = dest_offset; in asd_verify_flash_seg() 1128 const void *src, u32 dest_offset, u32 bytes_to_write) in asd_write_flash_seg() argument 1143 nv_offset = dest_offset; in asd_write_flash_seg()
|
/linux-4.1.27/include/uapi/linux/ |
D | ivtvfb.h | 31 unsigned long dest_offset; member
|
D | btrfs.h | 322 __u64 dest_offset; member
|
/linux-4.1.27/drivers/media/pci/ivtv/ |
D | ivtvfb.c | 334 unsigned long dest_offset, int count) in ivtvfb_prep_frame() argument 346 if ((dest_offset + count) > oi->video_buffer_size) { in ivtvfb_prep_frame() 348 dest_offset + count, oi->video_buffer_size); in ivtvfb_prep_frame() 357 if (dest_offset & 3) in ivtvfb_prep_frame() 358 IVTVFB_WARN("ivtvfb_prep_frame: Dest offset not 32 bit aligned (%ld)\n", dest_offset); in ivtvfb_prep_frame() 364 if (!access_ok(VERIFY_READ, source + dest_offset, count)) { in ivtvfb_prep_frame() 369 dest_offset, (unsigned long)source, in ivtvfb_prep_frame() 375 dest_offset += IVTV_DECODER_OFFSET + oi->video_rbase; in ivtvfb_prep_frame() 378 return ivtvfb_prep_dec_dma_to_device(itv, dest_offset, source, count); in ivtvfb_prep_frame() 502 return ivtvfb_prep_frame(itv, cmd, args.source, args.dest_offset, args.count); in ivtvfb_ioctl()
|
/linux-4.1.27/sound/soc/intel/common/ |
D | sst-dsp-priv.h | 306 u32 dest_offset, size_t bytes) in sst_dsp_write() argument 308 sst->ops->ram_write(sst, sst->addr.lpe + dest_offset, src, bytes); in sst_dsp_write()
|
/linux-4.1.27/include/linux/ |
D | async_tx.h | 184 async_memcpy(struct page *dest, struct page *src, unsigned int dest_offset,
|
/linux-4.1.27/drivers/media/platform/ti-vpe/ |
D | vpdma.h | 184 struct vpdma_buf *blk, u32 dest_offset);
|
D | vpdma.c | 481 struct vpdma_buf *blk, u32 dest_offset) in vpdma_add_cfd_block() argument 491 cfd->dest_addr_offset = dest_offset; in vpdma_add_cfd_block()
|
/linux-4.1.27/drivers/usb/storage/ |
D | alauda.c | 768 int dest_offset = i * pagesize; in alauda_read_block() local 770 memmove(data + dest_offset, data + src_offset, pagesize); in alauda_read_block()
|
/linux-4.1.27/drivers/misc/vmw_vmci/ |
D | vmci_queue_pair.c | 145 typedef int vmci_memcpy_from_queue_func(void *dest, size_t dest_offset, 578 size_t dest_offset, in qp_memcpy_from_queue() argument 582 return __qp_memcpy_from_queue((u8 *)dest + dest_offset, in qp_memcpy_from_queue() 606 size_t dest_offset, in qp_memcpy_from_queue_iov() argument
|
/linux-4.1.27/fs/btrfs/ |
D | tree-log.c | 672 unsigned long dest_offset; in replay_one_extent() local 679 dest_offset = btrfs_item_ptr_offset(path->nodes[0], in replay_one_extent() 681 copy_extent_buffer(path->nodes[0], eb, dest_offset, in replay_one_extent()
|
D | ioctl.c | 3852 args.src_length, args.dest_offset); in btrfs_ioctl_clone_range()
|