Home
last modified time | relevance | path

Searched refs:last_off (Results 1 – 5 of 5) 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/fs/f2fs/
H A Dfile.c1952 pgoff_t last_off; in f2fs_expand_inode_data() local
1957 last_off = pg_start + expanded - 1; in f2fs_expand_inode_data()
1960 new_size = (last_off == pg_end) ? offset + len : in f2fs_expand_inode_data()
1961 (loff_t)(last_off + 1) << PAGE_SHIFT; in f2fs_expand_inode_data()
/linux/drivers/regulator/
H A Dcore.c1669 rdev->last_off = ktime_get(); in set_machine_constraints()
2907 ktime_t end = ktime_add_us(rdev->last_off, rdev->desc->off_on_delay); in _regulator_do_enable()
3150 rdev->last_off = ktime_get_boottime(); in _regulator_do_disable()