Home
last modified time | relevance | path

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

/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_pes.c75 args->dest_offset, in vidtv_pes_write_header_stuffing()
124 args->dest_offset + nbytes, in vidtv_pes_write_pts_dts()
160 args->dest_offset + nbytes, in vidtv_pes_write_h()
167 args->dest_offset + nbytes, in vidtv_pes_write_h()
174 pts_dts_args.dest_offset = args->dest_offset + nbytes; in vidtv_pes_write_h()
208 u32 dest_offset, bool need_pcr, in vidtv_pes_write_stuffing() argument
238 dest_offset + nbytes, in vidtv_pes_write_stuffing()
246 dest_offset + nbytes, in vidtv_pes_write_stuffing()
255 dest_offset in vidtv_pes_write_stuffing()
[all...]
H A Dvidtv_psi.c167 u32 nbytes_past_boundary = (args->dest_offset % TS_PACKET_LEN); in vidtv_psi_ts_psi_write_into()
185 args->dest_offset + nbytes, in vidtv_psi_ts_psi_write_into()
192 nbytes_past_boundary = (args->dest_offset + nbytes) % TS_PACKET_LEN; in vidtv_psi_ts_psi_write_into()
200 args->dest_offset + nbytes, in vidtv_psi_ts_psi_write_into()
214 args->dest_offset + nbytes, in vidtv_psi_ts_psi_write_into()
220 nbytes_past_boundary = (args->dest_offset + nbytes) % TS_PACKET_LEN; in vidtv_psi_ts_psi_write_into()
224 args->dest_offset + nbytes, in vidtv_psi_ts_psi_write_into()
238 nbytes_past_boundary = (args->dest_offset + nbytes) % TS_PACKET_LEN; in vidtv_psi_ts_psi_write_into()
242 args->dest_offset + nbytes, in vidtv_psi_ts_psi_write_into()
256 .dest_offset in table_section_crc32_write_into()
[all...]
H A Dvidtv_ts.c63 args.dest_offset + nbytes, in vidtv_ts_null_write_into()
72 args.dest_offset + nbytes, in vidtv_ts_null_write_into()
106 args.dest_offset + nbytes, in vidtv_ts_pcr_write_into()
113 args.dest_offset + nbytes, in vidtv_ts_pcr_write_into()
120 args.dest_offset + nbytes, in vidtv_ts_pcr_write_into()
124 args.dest_offset + nbytes, in vidtv_ts_pcr_write_into()
H A Dvidtv_pes.h78 * @dest_offset: where to start writing in the dest_buffer.
93 u32 dest_offset; member
112 * @dest_offset: where to start writing in the dest_buffer.
123 u32 dest_offset; member
137 * @dest_offset: where to start writing in the dest_buffer.
157 u32 dest_offset; member
H A Dvidtv_ts.h52 * @dest_offset: The byte offset into the buffer.
60 u32 dest_offset; member
70 * @dest_offset: The byte offset into the buffer.
76 u32 dest_offset; member
H A Dvidtv_psi.h255 * @dest_offset: where to start writing in the dest_buffer.
267 u32 dest_offset; member
279 * @dest_offset: where to start writing in the dest_buffer.
288 u32 dest_offset; member
300 * @dest_offset: where to start writing in the dest_buffer.
308 u32 dest_offset; member
319 * @dest_offset: where to start writing in the dest_buffer.
328 u32 dest_offset; member
H A Dvidtv_mux.c303 args.dest_offset = m->mux_buf_offset; in vidtv_mux_packetize_access_units()
354 .dest_offset = m->mux_buf_offset, in vidtv_mux_pad_with_nulls()
367 args.dest_offset = m->mux_buf_offset; in vidtv_mux_pad_with_nulls()
/linux/crypto/async_tx/
H A Dasync_memcpy.c24 * @dest_offset: offset into 'dest' to start transaction
32 async_memcpy(struct page *dest, struct page *src, unsigned int dest_offset, in async_memcpy() argument
45 if (unmap && is_dma_copy_aligned(device, src_offset, dest_offset, len)) { in async_memcpy()
57 unmap->addr[1] = dma_map_page(device->dev, dest, dest_offset, len, in async_memcpy()
78 dest_buf = kmap_atomic(dest) + dest_offset; in async_memcpy()
/linux/drivers/scsi/aic94xx/
H A Daic94xx_sds.h95 const void *src, u32 dest_offset, u32 bytes_to_verify);
97 const void *src, u32 dest_offset, u32 bytes_to_write);
H A Daic94xx_sds.c1080 * @dest_offset: offset from flash memory
1084 const void *src, u32 dest_offset, u32 bytes_to_verify) in asd_verify_flash_seg() argument
1095 nv_offset = dest_offset; in asd_verify_flash_seg()
1111 * @dest_offset: offset from flash memory
1115 const void *src, u32 dest_offset, u32 bytes_to_write) in asd_write_flash_seg() argument
1130 nv_offset = dest_offset; in asd_write_flash_seg()
/linux/drivers/media/pci/ivtv/
H A Divtvfb.c323 unsigned long dest_offset, int count) in ivtvfb_prep_frame() argument
335 if ((dest_offset + count) > oi->video_buffer_size) { in ivtvfb_prep_frame()
337 dest_offset + count, oi->video_buffer_size); in ivtvfb_prep_frame()
346 if (dest_offset & 3) in ivtvfb_prep_frame()
347 IVTVFB_WARN("ivtvfb_prep_frame: Dest offset not 32 bit aligned (%ld)\n", dest_offset); in ivtvfb_prep_frame()
353 if (!access_ok(source + dest_offset, count)) { in ivtvfb_prep_frame()
357 dest_offset, source, count); in ivtvfb_prep_frame()
362 dest_offset += IVTV_DECODER_OFFSET + oi->video_rbase; in ivtvfb_prep_frame()
365 return ivtvfb_prep_dec_dma_to_device(itv, dest_offset, source, count); in ivtvfb_prep_frame()
489 return ivtvfb_prep_frame(itv, cmd, args.source, args.dest_offset, arg in ivtvfb_ioctl()
[all...]
/linux/include/uapi/linux/
H A Divtvfb.h32 unsigned long dest_offset; member
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dfs.h67 __u64 dest_offset; member
101 __u64 dest_offset; /* in - start of extent in destination */ member
/linux/include/linux/
H A Dasync_tx.h177 async_memcpy(struct page *dest, struct page *src, unsigned int dest_offset,
/linux/drivers/md/persistent-data/
H A Ddm-btree.c507 static void copy_entries(struct btree_node *dest, unsigned int dest_offset, in copy_entries() argument
513 memcpy(dest->keys + dest_offset, src->keys + src_offset, count * sizeof(uint64_t)); in copy_entries()
514 memcpy(value_ptr(dest, dest_offset), value_ptr(src, src_offset), count * value_size); in copy_entries()
521 static void move_entries(struct btree_node *dest, unsigned int dest_offset, in move_entries() argument
527 memmove(dest->keys + dest_offset, src->keys + src_offset, count * sizeof(uint64_t)); in move_entries()
528 memmove(value_ptr(dest, dest_offset), value_ptr(src, src_offset), count * value_size); in move_entries()
/linux/drivers/media/platform/ti/vpe/
H A Dvpdma.h233 struct vpdma_buf *blk, u32 dest_offset);
H A Dvpdma.c602 struct vpdma_buf *blk, u32 dest_offset) in vpdma_add_cfd_block() argument
612 cfd->dest_addr_offset = dest_offset; in vpdma_add_cfd_block()
/linux/drivers/usb/storage/
H A Dalauda.c769 int dest_offset = i * pagesize; in alauda_read_block() local
771 memmove(data + dest_offset, data + src_offset, pagesize); in alauda_read_block()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dreg.h2979 * at offset "dest_offset."
2984 * at offset "dest_offset."
3017 MLXSW_ITEM32(reg, prcr, dest_offset, 0x20, 0, 16);
3030 u16 dest_offset, u16 size) in mlxsw_reg_prcr_pack() argument
3038 mlxsw_reg_prcr_dest_offset_set(payload, dest_offset); in mlxsw_reg_prcr_pack()
7716 MLXSW_ITEM32(reg, rrcr, dest_offset, 0x20, 0, 16);
7721 u16 dest_offset) in mlxsw_reg_rrcr_pack() argument
7728 mlxsw_reg_rrcr_dest_offset_set(payload, dest_offset); in mlxsw_reg_rrcr_pack()
/linux/include/acpi/
H A Dactbl2.h3298 u32 dest_offset; /* Destination IOMMU Offset */ member
/linux/fs/btrfs/
H A Dtree-log.c707 unsigned long dest_offset; in replay_one_extent() local
718 dest_offset = btrfs_item_ptr_offset(path->nodes[0], in replay_one_extent()
720 copy_extent_buffer(path->nodes[0], eb, dest_offset, in replay_one_extent()
/linux/fs/xfs/
H A Dxfs_trace.h3979 __field(loff_t, dest_offset)
3991 __entry->dest_offset = doffset;
4005 __entry->dest_offset)