Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpio-spear-spics.c50 int last_off; member
62 if (spics->last_off != offset) { in spics_set_value()
63 spics->last_off = offset; in spics_set_value()
147 spics->last_off = -1; in spics_gpio_probe()
/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()
/linux/arch/sparc/include/asm/
H A Dbitext.h18 int last_off; member
/linux/drivers/gpu/drm/i915/gvt/
H A Dgtt.c2187 int last_off = pos->offset & in emulate_ggtt_mmio_write() local
2190 memcpy((void *)&e.val64 + last_off, in emulate_ggtt_mmio_write()
2191 (void *)&pos->data + last_off, in emulate_ggtt_mmio_write()
/linux/drivers/regulator/
H A Dcore.c1699 rdev->last_off = ktime_get(); in set_machine_constraints()
3004 ktime_t end = ktime_add_us(rdev->last_off, rdev->desc->off_on_delay); in _regulator_do_enable()
3247 rdev->last_off = ktime_get_boottime(); in _regulator_do_disable()
/linux/fs/btrfs/
H A Dctree.c4493 const u32 last_off = btrfs_item_offset(leaf, slot + nr - 1); in btrfs_del_items() local
4502 last_off - data_end); in btrfs_del_items()
/linux/fs/ntfs3/
H A Dfslog.c997 u32 last_off = off; in alloc_rsttbl_from_idx() local
1015 rt->last_free = cpu_to_le32(last_off); in alloc_rsttbl_from_idx()