Home
last modified time | relevance | path

Searched refs:start_off (Results 1 – 25 of 25) sorted by relevance

/OK3568_Linux_fs/u-boot/cmd/
H A Dmtd.c54 static void mtd_dump_device_buf(struct mtd_info *mtd, u64 start_off, in mtd_dump_device_buf() argument
67 mtd->writesize, start_off + data_off); in mtd_dump_device_buf()
69 mtd->writesize, start_off + data_off); in mtd_dump_device_buf()
75 mtd->oobsize, start_off + data_off); in mtd_dump_device_buf()
82 len, start_off); in mtd_dump_device_buf()
83 mtd_dump_buf(buf, len, start_off); in mtd_dump_device_buf()
277 u64 start_off, off, len, remaining, default_len; in do_mtd() local
297 start_off = argc > 0 ? simple_strtoul(argv[0], NULL, 16) : 0; in do_mtd()
298 if (!mtd_is_aligned_with_min_io_size(mtd, start_off)) { in do_mtd()
329 read ? "Reading" : "Writing", len, npages, start_off, in do_mtd()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/lib/
H A Dfeature-fixups.c30 long start_off; member
74 start = calc_addr(fcur, fcur->start_off); in patch_feature_section()
113 calc_addr(fcur, fcur->start_off), in do_feature_fixups()
652 fixup.start_off = calc_offset(&fixup, ftr_fixup_test1 + 1); in test_basic_patching()
684 fixup.start_off = calc_offset(&fixup, ftr_fixup_test2 + 1); in test_alternative_patching()
716 fixup.start_off = calc_offset(&fixup, ftr_fixup_test3 + 1); in test_alternative_case_too_big()
746 fixup.start_off = calc_offset(&fixup, ftr_fixup_test4 + 1); in test_alternative_case_too_small()
854 fixup.start_off = calc_offset(&fixup, ftr_fixup_prefix1 + 1); in test_prefix_patching()
876 fixup.start_off = calc_offset(&fixup, ftr_fixup_prefix2 + 1); in test_prefix_alt_patching()
898 fixup.start_off = calc_offset(&fixup, ftr_fixup_prefix3 + 1); in test_prefix_word_alt_patching()
/OK3568_Linux_fs/kernel/fs/isofs/
H A Dcompress.c204 loff_t start_off, end_off; in zisofs_fill_pages() local
224 start_off = page_offset(pages[full_page]); in zisofs_fill_pages()
225 end_off = min_t(loff_t, start_off + PAGE_SIZE, inode->i_size); in zisofs_fill_pages()
227 cstart_block = start_off >> zisofs_block_shift; in zisofs_fill_pages()
231 WARN_ON(start_off - (full_page << PAGE_SHIFT) != in zisofs_fill_pages()
/OK3568_Linux_fs/kernel/fs/hfsplus/
H A Dbrec.c362 int start_off, end_off; in hfs_brec_update_parent() local
411 end_off = start_off = hfs_bnode_read_u16(parent, rec_off); in hfs_brec_update_parent()
412 hfs_bnode_write_u16(parent, rec_off, start_off + diff); in hfs_brec_update_parent()
413 start_off -= 4; /* move previous cnid too */ in hfs_brec_update_parent()
420 hfs_bnode_move(parent, start_off + diff, start_off, in hfs_brec_update_parent()
421 end_off - start_off); in hfs_brec_update_parent()
/OK3568_Linux_fs/kernel/fs/hfs/
H A Dbrec.c358 int start_off, end_off; in hfs_brec_update_parent() local
405 end_off = start_off = hfs_bnode_read_u16(parent, rec_off); in hfs_brec_update_parent()
406 hfs_bnode_write_u16(parent, rec_off, start_off + diff); in hfs_brec_update_parent()
407 start_off -= 4; /* move previous cnid too */ in hfs_brec_update_parent()
414 hfs_bnode_move(parent, start_off + diff, start_off, in hfs_brec_update_parent()
415 end_off - start_off); in hfs_brec_update_parent()
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Docfs1_fs_compat.h39 __u64 start_off; member
/OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/controllers/
H A Dhisi-sfc.c229 static int hisi_spi_nor_dma_transfer(struct spi_nor *nor, loff_t start_off, in hisi_spi_nor_dma_transfer() argument
244 writel(start_off, host->regbase + FMC_ADDRL); in hisi_spi_nor_dma_transfer()
/OK3568_Linux_fs/kernel/drivers/scsi/csiostor/
H A Dcsio_scsi.c1496 uint32_t start_off = 0; in csio_scsi_copy_to_sgl() local
1515 if (start_off >= sg->length) { in csio_scsi_copy_to_sgl()
1516 start_off -= sg->length; in csio_scsi_copy_to_sgl()
1522 sg_off = sg->offset + start_off; in csio_scsi_copy_to_sgl()
1524 sg->length - start_off); in csio_scsi_copy_to_sgl()
1540 start_off += bytes_copy; in csio_scsi_copy_to_sgl()
/OK3568_Linux_fs/kernel/net/core/
H A Ddatagram.c418 int i, copy = start - offset, start_off = offset, n; in __skb_datagram_iter() local
488 iov_iter_revert(to, offset - start_off); in __skb_datagram_iter()
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dbmap.c2455 unsigned int start_off, end_len; in __gfs2_punch_hole() local
2457 start_off = offset & (blocksize - 1); in __gfs2_punch_hole()
2459 if (start_off) { in __gfs2_punch_hole()
2461 if (length > blocksize - start_off) in __gfs2_punch_hole()
2462 len = blocksize - start_off; in __gfs2_punch_hole()
2466 if (start_off + length < blocksize) in __gfs2_punch_hole()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dbackref.h61 u64 start_off, struct btrfs_path *path,
H A Dbackref.c1625 u64 start_off, struct btrfs_path *path, argument
1638 key.offset = start_off;
/OK3568_Linux_fs/kernel/fs/proc/
H A Dvmcore.c608 u64 start_off; in mmap_vmcore() local
612 start_off = start - elfcorebuf_sz; in mmap_vmcore()
614 start_off, tsz)) in mmap_vmcore()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/bpf/
H A Dmain.h555 unsigned int start_off; member
H A Dmain.c88 bv->start_off = nn_readw(nn, NFP_NET_CFG_BPF_START); in nfp_bpf_vnic_alloc()
H A Djit.c4549 br_add_offset(&prog[i], bv->start_off); in nfp_bpf_relo_for_vnic()
4553 nfp_prog->tgt_out + bv->start_off); in nfp_bpf_relo_for_vnic()
4557 nfp_prog->tgt_abort + bv->start_off); in nfp_bpf_relo_for_vnic()
4565 off = nfp_prog->tgt_call_push_regs + bv->start_off; in nfp_bpf_relo_for_vnic()
4574 off = nfp_prog->tgt_call_pop_regs + bv->start_off; in nfp_bpf_relo_for_vnic()
4605 immed_add_value(&prog[i], bv->start_off); in nfp_bpf_relo_for_vnic()
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dstb_truetype.h1229 static int stbtt__close_shape(stbtt_vertex *vertices, int num_vertices, int was_off, int start_off, in stbtt__close_shape() argument
1232 if (start_off) { in stbtt__close_shape()
1262 stbtt_int32 ins, i,j=0,m,n, next_move, was_off=0, off, start_off=0; in stbtt_GetGlyphShape() local
1339 …num_vertices = stbtt__close_shape(vertices, num_vertices, was_off, start_off, sx,sy,scx,scy,cx,cy); in stbtt_GetGlyphShape()
1342 start_off = !(flags & 1); in stbtt_GetGlyphShape()
1343 if (start_off) { in stbtt_GetGlyphShape()
1382 …num_vertices = stbtt__close_shape(vertices, num_vertices, was_off, start_off, sx,sy,scx,scy,cx,cy); in stbtt_GetGlyphShape()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem_linux.c2468 pgoff_t *start_off, in get_aliased_alloc() argument
2475 reg->nr_pages < (*start_off + nr_pages)) { in get_aliased_alloc()
2479 while (*start_off >= reg->cpu_alloc->imported.alias.stride) { in get_aliased_alloc()
2481 *start_off -= reg->cpu_alloc->imported.alias.stride; in get_aliased_alloc()
2489 if ((*start_off + nr_pages) > aliased->length) { in get_aliased_alloc()
/OK3568_Linux_fs/kernel/fs/exfat/
H A Dexfat_fs.h171 unsigned int start_off; member
H A Ddir.c797 int off = es->start_off + num * DENTRY_SIZE; in exfat_get_dentry_cached()
852 es->start_off = off; in exfat_get_dentry_set()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dnand_base.c2289 int start_off, end_off; in nand_subop_get_num_addr_cyc() local
2295 start_off = nand_subop_get_addr_start_off(subop, instr_idx); in nand_subop_get_num_addr_cyc()
2303 return end_off - start_off; in nand_subop_get_num_addr_cyc()
2343 int start_off = 0, end_off; in nand_subop_get_data_len() local
2349 start_off = nand_subop_get_data_start_off(subop, instr_idx); in nand_subop_get_data_len()
2357 return end_off - start_off; in nand_subop_get_data_len()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dmballoc.c3444 loff_t size, start_off; in ext4_mb_normalize_request() local
3487 start_off = 0; in ext4_mb_normalize_request()
3503 start_off = ((loff_t)ac->ac_o_ex.fe_logical >> in ext4_mb_normalize_request()
3507 start_off = ((loff_t)ac->ac_o_ex.fe_logical >> in ext4_mb_normalize_request()
3512 start_off = ((loff_t)ac->ac_o_ex.fe_logical >> in ext4_mb_normalize_request()
3516 start_off = (loff_t) ac->ac_o_ex.fe_logical << bsbits; in ext4_mb_normalize_request()
3521 start = start_off >> bsbits; in ext4_mb_normalize_request()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Datmel_mxt_ts.c1267 static u32 mxt_calculate_crc(u8 *base, off_t start_off, off_t end_off) in mxt_calculate_crc() argument
1270 u8 *ptr = base + start_off; in mxt_calculate_crc()
1273 if (end_off < start_off) in mxt_calculate_crc()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_mem_linux.c1765 u64 start_off = vma->vm_pgoff - reg->start_pfn + local
1770 unsigned long pfn = PFN_DOWN(page_array[i + start_off]);
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dipr.c3142 u32 num_entries, max_num_entries, start_off, end_off; in ipr_get_ioa_dump() local
3254 start_off = sdt_word & IPR_FMT2_MBX_ADDR_MASK; in ipr_get_ioa_dump()
3258 bytes_to_copy = end_off - start_off; in ipr_get_ioa_dump()