Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpio/
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()
/linux-6.3-rc2/arch/sparc/lib/
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-6.3-rc2/arch/sparc/include/asm/
A Dbitext.h18 int last_off; member
/linux-6.3-rc2/include/linux/regulator/
A Ddriver.h649 ktime_t last_off; member
/linux-6.3-rc2/drivers/gpu/drm/i915/gvt/
A Dgtt.c2296 int last_off = pos->offset & in emulate_ggtt_mmio_write() local
2299 memcpy((void *)&e.val64 + last_off, in emulate_ggtt_mmio_write()
2300 (void *)&pos->data + last_off, in emulate_ggtt_mmio_write()
/linux-6.3-rc2/drivers/regulator/
A Dcore.c1587 rdev->last_off = ktime_get_boottime(); in set_machine_constraints()
2671 if (rdev->desc->off_on_delay && rdev->last_off) { in _regulator_do_enable()
2675 ktime_t end = ktime_add_us(rdev->last_off, rdev->desc->off_on_delay); in _regulator_do_enable()
2915 rdev->last_off = ktime_get_boottime(); in _regulator_do_disable()
/linux-6.3-rc2/fs/f2fs/
A Dfile.c1763 pgoff_t last_off; in f2fs_expand_inode_data() local
1768 last_off = pg_start + expanded - 1; in f2fs_expand_inode_data()
1771 new_size = (last_off == pg_end) ? offset + len : in f2fs_expand_inode_data()
1772 (loff_t)(last_off + 1) << PAGE_SHIFT; in f2fs_expand_inode_data()
/linux-6.3-rc2/fs/btrfs/
A Dctree.c4369 const u32 last_off = btrfs_item_offset(leaf, slot + nr - 1); in btrfs_del_items() local
4379 last_off - data_end); in btrfs_del_items()
/linux-6.3-rc2/fs/ntfs3/
A Dfslog.c940 u32 last_off = off; in alloc_rsttbl_from_idx() local
958 rt->last_free = cpu_to_le32(last_off); in alloc_rsttbl_from_idx()

Completed in 42 milliseconds