Searched refs:last_off (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/gpio/ |
H A D | gpio-spear-spics.c | 50 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 D | bitext.c | 57 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/ipmitool/lib/ |
H A D | ipmi_fru.c | 815 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() 834 len = fru->size - last_off; in fru_area_print_multirec_bloc() 838 if (read_fru_area(intf, fru, id, last_off, len, fru_data) < 0) 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() 1259 if (read_fru_area(intf, fru, id, last_off, sizeof(*h), fru_data) < 0) { in fru_area_print_multirec() 1264 last_off + sizeof(*h), h->len, fru_data + sizeof(*h)) < 0) { in fru_area_print_multirec() [all …]
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | bitext.h | 18 int last_off; member
|
/openbmc/linux/include/linux/regulator/ |
H A D | driver.h | 653 ktime_t last_off; member
|
/openbmc/qemu/hw/hyperv/ |
H A D | vmbus.c | 73 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 D | 0005-Replace-off64_t-stat64-with-off_t-stat.patch | 666 - 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 D | gtt.c | 2247 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 D | file.c | 1816 pgoff_t last_off; in f2fs_expand_inode_data() local 1821 last_off = pg_start + expanded - 1; in f2fs_expand_inode_data() 1824 new_size = (last_off == pg_end) ? offset + len : in f2fs_expand_inode_data() 1825 (loff_t)(last_off + 1) << PAGE_SHIFT; in f2fs_expand_inode_data()
|
/openbmc/linux/drivers/regulator/ |
H A D | core.c | 1686 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 D | ctree.c | 4643 const u32 last_off = btrfs_item_offset(leaf, slot + nr - 1); in btrfs_del_items() local 4653 last_off - data_end); in btrfs_del_items()
|
/openbmc/linux/fs/ntfs3/ |
H A D | fslog.c | 961 u32 last_off = off; in alloc_rsttbl_from_idx() local 979 rt->last_free = cpu_to_le32(last_off); in alloc_rsttbl_from_idx()
|