Home
last modified time | relevance | path

Searched refs:presuspend (Results 1 – 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-pxa/
Dsharpsl_pm.h22 void (*presuspend)(void); member
Dcorgi_pm.c167 .presuspend = corgi_presuspend,
Dspitz_pm.c203 .presuspend = spitz_presuspend,
Dsharpsl_pm.c613 sharpsl_pm.machinfo->presuspend(); in corgi_goto_sleep()
/kernel/linux/linux-5.10/include/linux/
Ddm-dirty-log.h43 int (*presuspend)(struct dm_dirty_log *log); member
Ddevice-mapper.h182 dm_presuspend_fn presuspend; member
/kernel/linux/linux-5.10/drivers/md/
Ddm-raid1.c1333 if (log->type->presuspend && log->type->presuspend(log)) in mirror_presuspend()
1463 .presuspend = mirror_presuspend,
Ddm-delay.c360 .presuspend = delay_presuspend,
Ddm-log-userspace-base.c874 .presuspend = userspace_presuspend,
Ddm-table.c1925 if (ti->type->presuspend) in suspend_targets()
1926 ti->type->presuspend(ti); in suspend_targets()
Ddm-thin.c4099 .presuspend = pool_presuspend,
4478 .presuspend = thin_presuspend,
Ddm-mpath.c2148 .presuspend = multipath_presuspend,
Ddm-snap.c2783 .presuspend = snapshot_merge_presuspend,