Home
last modified time | relevance | path

Searched refs:last_off (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/drivers/gpio/
H A Dgpio-spear-spics.c50 int last_off; member
67 if (spics->last_off != offset) { in spics_set_value()
68 spics->last_off = offset; in spics_set_value()
158 spics->last_off = -1; in spics_gpio_probe()
/openbmc/linux/arch/sparc/lib/
H A Dbitext.c57 offset = t->last_off & ~align1; in bit_map_string_get()
89 if ((t->last_off = offset + len) >= t->size) in bit_map_string_get()
90 t->last_off = 0; in bit_map_string_get()
/openbmc/linux/arch/sparc/include/asm/
H A Dbitext.h18 int last_off; member
/openbmc/ipmitool/lib/
H A Dipmi_fru.c815 uint32_t last_off, len; in fru_area_print_multirec_bloc() local
817 i = last_off = offset; in fru_area_print_multirec_bloc()
832 if ((last_off < (i + sizeof(*h))) || (last_off < (i + h->len))) in fru_area_print_multirec_bloc()
841 last_off += len; in fru_area_print_multirec_bloc()
1244 uint32_t last_off; in fru_area_print_multirec() local
1246 last_off = offset; in fru_area_print_multirec()
1413 lprintf(LOG_DEBUG ,"Multi-Record area ends at: %i (%xh)", last_off, last_off); in fru_area_print_multirec()
3430 if ((last_off < (i + sizeof(*h))) || (last_off < (i + h->len))) in ipmi_fru_edit_multirec()
3439 last_off += len; in ipmi_fru_edit_multirec()
3632 if ((last_off < (i + sizeof(*h))) || (last_off < (i + h->len))) in ipmi_fru_get_multirec()
[all …]
/openbmc/linux/include/linux/regulator/
H A Ddriver.h650 ktime_t last_off; member
/openbmc/qemu/hw/hyperv/
H A Dvmbus.c73 uint32_t last_off; member
327 uint32_t io_end_in_page = ((iter->last_off - 1) & ~TARGET_PAGE_MASK) + 1; in gpadl_iter_cache_unmap()
330 assert(iter->last_off > 0); in gpadl_iter_cache_unmap()
361 uint32_t mapped_base = (iter->last_off - 1) & ~TARGET_PAGE_MASK; in gpadl_iter_io()
396 iter->last_off = iter->off; in gpadl_iter_io()
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/
H A D0005-Replace-off64_t-stat64-with-off_t-stat.patch666 - off64_t first_off, last_off, next_off;
667 + off_t first_off, last_off, next_off;
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dgtt.c2247 int last_off = pos->offset & in emulate_ggtt_mmio_write() local
2250 memcpy((void *)&e.val64 + last_off, in emulate_ggtt_mmio_write()
2251 (void *)&pos->data + last_off, in emulate_ggtt_mmio_write()
/openbmc/linux/fs/f2fs/
H A Dfile.c1752 pgoff_t last_off; in f2fs_expand_inode_data() local
1757 last_off = pg_start + expanded - 1; in f2fs_expand_inode_data()
1760 new_size = (last_off == pg_end) ? offset + len : in f2fs_expand_inode_data()
1761 (loff_t)(last_off + 1) << PAGE_SHIFT; in f2fs_expand_inode_data()
/openbmc/linux/drivers/regulator/
H A Dcore.c1686 rdev->last_off = ktime_get(); in set_machine_constraints()
2746 ktime_t end = ktime_add_us(rdev->last_off, rdev->desc->off_on_delay); in _regulator_do_enable()
2987 rdev->last_off = ktime_get_boottime(); in _regulator_do_disable()
/openbmc/linux/fs/btrfs/
H A Dctree.c4603 const u32 last_off = btrfs_item_offset(leaf, slot + nr - 1); in btrfs_del_items() local
4613 last_off - data_end); in btrfs_del_items()
/openbmc/linux/fs/ntfs3/
H A Dfslog.c942 u32 last_off = off; in alloc_rsttbl_from_idx() local
960 rt->last_free = cpu_to_le32(last_off); in alloc_rsttbl_from_idx()