/linux/drivers/media/test-drivers/vidtv/ |
H A D | vidtv_pes.c | 75 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 D | vidtv_psi.c | 167 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 D | vidtv_ts.c | 63 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 D | vidtv_pes.h | 78 * @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 D | vidtv_ts.h | 52 * @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 D | vidtv_psi.h | 255 * @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 D | vidtv_mux.c | 303 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 D | async_memcpy.c | 24 * @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 D | aic94xx_sds.h | 95 const void *src, u32 dest_offset, u32 bytes_to_verify); 97 const void *src, u32 dest_offset, u32 bytes_to_write);
|
H A D | aic94xx_sds.c | 1080 * @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 D | ivtvfb.c | 323 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 D | ivtvfb.h | 32 unsigned long dest_offset; member
|
/linux/tools/perf/trace/beauty/include/uapi/linux/ |
H A D | fs.h | 67 __u64 dest_offset; member 101 __u64 dest_offset; /* in - start of extent in destination */ member
|
/linux/include/linux/ |
H A D | async_tx.h | 177 async_memcpy(struct page *dest, struct page *src, unsigned int dest_offset,
|
/linux/drivers/md/persistent-data/ |
H A D | dm-btree.c | 507 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 D | vpdma.h | 233 struct vpdma_buf *blk, u32 dest_offset);
|
H A D | vpdma.c | 602 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 D | alauda.c | 769 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 D | reg.h | 2979 * 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 D | actbl2.h | 3298 u32 dest_offset; /* Destination IOMMU Offset */ member
|
/linux/fs/btrfs/ |
H A D | tree-log.c | 707 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 D | xfs_trace.h | 3979 __field(loff_t, dest_offset) 3991 __entry->dest_offset = doffset; 4005 __entry->dest_offset)
|