Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpio/
H 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.15/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-6.15/arch/sparc/include/asm/
H A Dbitext.h18 int last_off; member
/linux-6.15/include/linux/regulator/
H A Ddriver.h655 ktime_t last_off; member
/linux-6.15/drivers/gpu/drm/i915/gvt/
H A Dgtt.c2182 int last_off = pos->offset & in emulate_ggtt_mmio_write() local
2185 memcpy((void *)&e.val64 + last_off, in emulate_ggtt_mmio_write()
2186 (void *)&pos->data + last_off, in emulate_ggtt_mmio_write()
/linux-6.15/fs/f2fs/
H A Dfile.c1890 pgoff_t last_off; in f2fs_expand_inode_data() local
1895 last_off = pg_start + expanded - 1; in f2fs_expand_inode_data()
1898 new_size = (last_off == pg_end) ? offset + len : in f2fs_expand_inode_data()
1899 (loff_t)(last_off + 1) << PAGE_SHIFT; in f2fs_expand_inode_data()
/linux-6.15/drivers/regulator/
H A Dcore.c1651 rdev->last_off = ktime_get(); in set_machine_constraints()
2758 ktime_t end = ktime_add_us(rdev->last_off, rdev->desc->off_on_delay); in _regulator_do_enable()
3001 rdev->last_off = ktime_get_boottime(); in _regulator_do_disable()
/linux-6.15/fs/btrfs/
H A Dctree.c4470 const u32 last_off = btrfs_item_offset(leaf, slot + nr - 1); in btrfs_del_items() local
4480 last_off - data_end); in btrfs_del_items()
/linux-6.15/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()