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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Divtvfb.h31 unsigned long dest_offset; member in struct:ivtvfb_dma_frame
H A Dasync_tx.h181 async_memcpy(struct page *dest, struct page *src, unsigned int dest_offset,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/async_tx/
H A Dasync_memcpy.c36 * @dest_offset: offset into 'dest' to start transaction
44 async_memcpy(struct page *dest, struct page *src, unsigned int dest_offset, argument
53 if (device && is_dma_copy_aligned(device, src_offset, dest_offset, len)) {
61 dma_dest = dma_map_page(device->dev, dest, dest_offset, len,
81 dest_buf = kmap_atomic(dest, KM_USER0) + dest_offset;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic94xx/
H A Daic94xx_sds.h113 const void *src, u32 dest_offset, u32 bytes_to_verify);
115 const void *src, u32 dest_offset, u32 bytes_to_write);
H A Daic94xx_sds.c1055 * @dest_offset: offset from flash memory
1059 const void *src, u32 dest_offset, u32 bytes_to_verify)
1070 nv_offset = dest_offset;
1086 * @dest_offset: offset from flash memory
1090 const void *src, u32 dest_offset, u32 bytes_to_write)
1105 nv_offset = dest_offset;
1058 asd_verify_flash_seg(struct asd_ha_struct *asd_ha, const void *src, u32 dest_offset, u32 bytes_to_verify) argument
1089 asd_write_flash_seg(struct asd_ha_struct *asd_ha, const void *src, u32 dest_offset, u32 bytes_to_write) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtvfb.c334 unsigned long dest_offset, int count)
346 if ((dest_offset + count) > oi->video_buffer_size) {
348 dest_offset + count, oi->video_buffer_size);
357 if (dest_offset & 3)
358 IVTVFB_WARN("ivtvfb_prep_frame: Dest offset not 32 bit aligned (%ld)\n", dest_offset);
364 if (!access_ok(VERIFY_READ, source + dest_offset, count)) {
369 dest_offset, (unsigned long)source,
375 dest_offset += IVTV_DECODER_OFFSET + oi->video_rbase;
378 return ivtvfb_prep_dec_dma_to_device(itv, dest_offset, source, count);
502 return ivtvfb_prep_frame(itv, cmd, args.source, args.dest_offset, arg
333 ivtvfb_prep_frame(struct ivtv *itv, int cmd, void __user *source, unsigned long dest_offset, int count) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dioctl.h98 __u64 dest_offset; member in struct:btrfs_ioctl_clone_range_args
H A Dtree-log.c556 unsigned long dest_offset; local
562 dest_offset = btrfs_item_ptr_offset(path->nodes[0],
564 copy_extent_buffer(path->nodes[0], eb, dest_offset,
H A Dioctl.c1760 args.src_length, args.dest_offset);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dcanonicalize-lgpl.c198 ptrdiff_t dest_offset = dest - rpath; local
225 dest = rpath + dest_offset;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/srclib/
H A Dcanonicalize.c197 ptrdiff_t dest_offset = dest - rpath; local
219 dest = rpath + dest_offset;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dcanonicalize-lgpl.c198 ptrdiff_t dest_offset = dest - rpath; local
225 dest = rpath + dest_offset;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dcanonicalize.c197 ptrdiff_t dest_offset = dest - rpath; local
219 dest = rpath + dest_offset;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/storage/
H A Dalauda.c774 int dest_offset = i * pagesize; local
776 memmove(data + dest_offset, data + src_offset, pagesize);

Completed in 107 milliseconds