Home
last modified time | relevance | path

Searched refs:last_off (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-spear-spics.c42 * @last_off: stores last offset caller of set_value()
53 int last_off; member
70 if (spics->last_off != offset) { in spics_set_value()
71 spics->last_off = offset; in spics_set_value()
164 spics->last_off = -1; in spics_gpio_probe()
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-spear-spics.c39 * @last_off: stores last offset caller of set_value()
50 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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dbitext.h18 int last_off; member
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dbitext.h18 int last_off; member
/kernel/linux/linux-6.6/include/linux/regulator/
H A Ddriver.h650 ktime_t last_off; member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
H A Dgtt.c2290 int last_off = pos->offset & in emulate_ggtt_mmio_write() local
2293 memcpy((void *)&e.val64 + last_off, in emulate_ggtt_mmio_write()
2294 (void *)&pos->data + last_off, in emulate_ggtt_mmio_write()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/
H A Dgtt.c2247 int last_off = pos->offset & in emulate_ggtt_mmio_write() local
2250 memcpy((void *)&e.val64 + last_off, in emulate_ggtt_mmio_write()
2251 (void *)&pos->data + last_off, in emulate_ggtt_mmio_write()
/kernel/linux/linux-5.10/fs/f2fs/
H A Dfile.c1690 pgoff_t last_off; in expand_inode_data() local
1695 last_off = pg_start + expanded - 1; in expand_inode_data()
1698 new_size = (last_off == pg_end) ? offset + len : in expand_inode_data()
1699 (loff_t)(last_off + 1) << PAGE_SHIFT; in expand_inode_data()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dfile.c1752 pgoff_t last_off; in f2fs_expand_inode_data() local
1757 last_off = pg_start + expanded - 1; in f2fs_expand_inode_data()
1760 new_size = (last_off == pg_end) ? offset + len : in f2fs_expand_inode_data()
1761 (loff_t)(last_off + 1) << PAGE_SHIFT; in f2fs_expand_inode_data()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dctree.c5052 u32 last_off; in btrfs_del_items() local
5060 last_off = btrfs_item_offset_nr(leaf, slot + nr - 1); in btrfs_del_items()
5074 last_off - data_end); in btrfs_del_items()
/kernel/linux/linux-6.6/drivers/regulator/
H A Dcore.c1686 rdev->last_off = ktime_get(); in set_machine_constraints()
2741 ktime_t end = ktime_add_us(rdev->last_off, rdev->desc->off_on_delay); in _regulator_do_enable()
2982 rdev->last_off = ktime_get_boottime(); in _regulator_do_disable()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dctree.c4603 const u32 last_off = btrfs_item_offset(leaf, slot + nr - 1); in btrfs_del_items() local
4613 last_off - data_end); in btrfs_del_items()
/kernel/linux/linux-6.6/fs/ntfs3/
H A Dfslog.c942 u32 last_off = off; in alloc_rsttbl_from_idx() local
960 rt->last_free = cpu_to_le32(last_off); in alloc_rsttbl_from_idx()

Completed in 47 milliseconds