| /OK3568_Linux_fs/kernel/drivers/media/test-drivers/vidtv/ |
| H A D | vidtv_pes.c | 74 args->dest_offset, in vidtv_pes_write_header_stuffing() 123 args->dest_offset + nbytes, in vidtv_pes_write_pts_dts() 159 args->dest_offset + nbytes, in vidtv_pes_write_h() 166 args->dest_offset + nbytes, in vidtv_pes_write_h() 173 pts_dts_args.dest_offset = args->dest_offset + nbytes; in vidtv_pes_write_h() 207 u32 dest_offset, bool need_pcr, in vidtv_pes_write_stuffing() argument 237 dest_offset + nbytes, in vidtv_pes_write_stuffing() 245 dest_offset + nbytes, in vidtv_pes_write_stuffing() 254 dest_offset + nbytes, in vidtv_pes_write_stuffing() 291 args.dest_offset + nbytes, in vidtv_pes_write_ts_h() [all …]
|
| H A D | vidtv_psi.c | 174 u32 nbytes_past_boundary = (args->dest_offset % TS_PACKET_LEN); in vidtv_psi_ts_psi_write_into() 192 args->dest_offset + nbytes, in vidtv_psi_ts_psi_write_into() 199 nbytes_past_boundary = (args->dest_offset + nbytes) % TS_PACKET_LEN; in vidtv_psi_ts_psi_write_into() 207 args->dest_offset + nbytes, in vidtv_psi_ts_psi_write_into() 221 args->dest_offset + nbytes, in vidtv_psi_ts_psi_write_into() 227 nbytes_past_boundary = (args->dest_offset + nbytes) % TS_PACKET_LEN; in vidtv_psi_ts_psi_write_into() 231 args->dest_offset + nbytes, in vidtv_psi_ts_psi_write_into() 245 nbytes_past_boundary = (args->dest_offset + nbytes) % TS_PACKET_LEN; in vidtv_psi_ts_psi_write_into() 249 args->dest_offset + nbytes, in vidtv_psi_ts_psi_write_into() 263 .dest_offset = args->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 | 93 u32 dest_offset; member 123 u32 dest_offset; member 157 u32 dest_offset; member
|
| H A D | vidtv_ts.h | 61 u32 dest_offset; member 77 u32 dest_offset; member
|
| H A D | vidtv_psi.h | 267 u32 dest_offset; member 288 u32 dest_offset; member 308 u32 dest_offset; member 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()
|
| /OK3568_Linux_fs/kernel/crypto/async_tx/ |
| H A D | async_memcpy.c | 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()
|
| /OK3568_Linux_fs/external/recovery/update_engine/ |
| H A D | md5sum.c | 144 bool comparefile(const char *dest_path, const char *source_path, long long dest_offset, long long s… in comparefile() argument 149 checkdata_mtd(dest_path, md5sum_dest, dest_offset, checkSize); in comparefile() 151 checkdata(dest_path, md5sum_dest, dest_offset, checkSize); in comparefile()
|
| H A D | md5sum.h | 19 bool comparefile(const char *dest_path, const char *source_path, long long dest_offset, long long s…
|
| H A D | flash_image.c | 130 long long src_offset = 0, dest_offset = 0; in block_write() local 155 dest_offset = 0; in block_write() 163 if ( lseek64(fd_dest, dest_offset, SEEK_SET) == -1 ) { in block_write()
|
| /OK3568_Linux_fs/kernel/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 const void *src, u32 dest_offset, u32 bytes_to_verify) in asd_verify_flash_seg() argument 1091 nv_offset = dest_offset; in asd_verify_flash_seg() 1111 const void *src, u32 dest_offset, u32 bytes_to_write) in asd_write_flash_seg() argument 1126 nv_offset = dest_offset; in asd_write_flash_seg()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/ |
| H A D | ivtvfb.c | 322 unsigned long dest_offset, int count) in ivtvfb_prep_frame() argument 334 if ((dest_offset + count) > oi->video_buffer_size) { in ivtvfb_prep_frame() 336 dest_offset + count, oi->video_buffer_size); in ivtvfb_prep_frame() 345 if (dest_offset & 3) in ivtvfb_prep_frame() 346 IVTVFB_WARN("ivtvfb_prep_frame: Dest offset not 32 bit aligned (%ld)\n", dest_offset); in ivtvfb_prep_frame() 352 if (!access_ok(source + dest_offset, count)) { in ivtvfb_prep_frame() 356 dest_offset, source, count); in ivtvfb_prep_frame() 361 dest_offset += IVTV_DECODER_OFFSET + oi->video_rbase; in ivtvfb_prep_frame() 364 return ivtvfb_prep_dec_dma_to_device(itv, dest_offset, source, count); in ivtvfb_prep_frame() 488 return ivtvfb_prep_frame(itv, cmd, args.source, args.dest_offset, args.count); in ivtvfb_ioctl()
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | fs.h | 58 __u64 dest_offset; member 74 __u64 dest_offset; /* in - start of extent in destination */ member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | fs.h | 58 __u64 dest_offset; member 74 __u64 dest_offset; /* in - start of extent in destination */ member
|
| H A D | ivtvfb.h | 32 unsigned long dest_offset; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | ivtvfb.h | 32 unsigned long dest_offset; member
|
| H A D | fs.h | 50 __u64 dest_offset; member 66 __u64 dest_offset; /* in - start of extent in destination */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | ivtvfb.h | 32 unsigned long dest_offset; member
|
| H A D | fs.h | 50 __u64 dest_offset; member 66 __u64 dest_offset; /* in - start of extent in destination */ member
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | async_tx.h | 182 async_memcpy(struct page *dest, struct page *src, unsigned int dest_offset,
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/ti-vpe/ |
| H A D | vpdma.h | 236 struct vpdma_buf *blk, u32 dest_offset);
|
| H A D | vpdma.c | 634 struct vpdma_buf *blk, u32 dest_offset) in vpdma_add_cfd_block() argument 644 cfd->dest_addr_offset = dest_offset; in vpdma_add_cfd_block()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/minicoredumper/files/ |
| H A D | 0001-minicoredumper-retry-elf-parsing-as-long-as-needed.patch | 77 @@ -1614,8 +1620,10 @@ int add_core_data(struct dump_info *di, off64_t dest_offset, size_t len,
|