Home
last modified time | relevance | path

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

/linux-2.6.39/crypto/async_tx/
Dasync_memcpy.c44 async_memcpy(struct page *dest, struct page *src, unsigned int dest_offset, in async_memcpy() argument
53 if (device && is_dma_copy_aligned(device, src_offset, dest_offset, len)) { in async_memcpy()
61 dma_dest = dma_map_page(device->dev, dest, dest_offset, len, in async_memcpy()
81 dest_buf = kmap_atomic(dest, KM_USER0) + dest_offset; in async_memcpy()
/linux-2.6.39/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-2.6.39/include/linux/
Divtvfb.h31 unsigned long dest_offset; member
Dasync_tx.h181 async_memcpy(struct page *dest, struct page *src, unsigned int dest_offset,
/linux-2.6.39/drivers/media/video/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-2.6.39/fs/btrfs/
Dioctl.h110 __u64 dest_offset; member
Dtree-log.c562 unsigned long dest_offset; in replay_one_extent() local
568 dest_offset = btrfs_item_ptr_offset(path->nodes[0], in replay_one_extent()
570 copy_extent_buffer(path->nodes[0], eb, dest_offset, in replay_one_extent()
Dioctl.c2148 args.src_length, args.dest_offset); in btrfs_ioctl_clone_range()
/linux-2.6.39/drivers/usb/storage/
Dalauda.c774 int dest_offset = i * pagesize; in alauda_read_block() local
776 memmove(data + dest_offset, data + src_offset, pagesize); in alauda_read_block()