Home
last modified time | relevance | path

Searched refs:dest_offset (Results 1 – 14 of 14) sorted by relevance

/linux-4.1.27/crypto/async_tx/
Dasync_memcpy.c45 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/
Daic94xx_sds.h113 const void *src, u32 dest_offset, u32 bytes_to_verify);
115 const void *src, u32 dest_offset, u32 bytes_to_write);
Daic94xx_sds.c1097 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/
Divtvfb.h31 unsigned long dest_offset; member
Dbtrfs.h322 __u64 dest_offset; member
/linux-4.1.27/drivers/media/pci/ivtv/
Divtvfb.c334 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/
Dsst-dsp-priv.h306 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/
Dasync_tx.h184 async_memcpy(struct page *dest, struct page *src, unsigned int dest_offset,
/linux-4.1.27/drivers/media/platform/ti-vpe/
Dvpdma.h184 struct vpdma_buf *blk, u32 dest_offset);
Dvpdma.c481 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/
Dalauda.c768 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/
Dvmci_queue_pair.c145 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/
Dtree-log.c672 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()
Dioctl.c3852 args.src_length, args.dest_offset); in btrfs_ioctl_clone_range()