Home
last modified time | relevance | path

Searched refs:last_off (Results 1 – 6 of 6) 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.c1681 rdev->last_off = ktime_get(); in set_machine_constraints()
2986 ktime_t end = ktime_add_us(rdev->last_off, rdev->desc->off_on_delay); in _regulator_do_enable()
3229 rdev->last_off = ktime_get_boottime(); in _regulator_do_disable()
/linux/fs/ntfs3/
H A Dfslog.c961 u32 last_off = off; in alloc_rsttbl_from_idx() local
979 rt->last_free = cpu_to_le32(last_off); in alloc_rsttbl_from_idx()