Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-pxa/
H A Dsharpsl_pm.h22 void (*presuspend)(void); member
H A Dspitz_pm.c203 .presuspend = spitz_presuspend,
H A Dsharpsl_pm.c607 sharpsl_pm.machinfo->presuspend(); in corgi_goto_sleep()
/openbmc/linux/include/linux/
H A Ddm-dirty-log.h44 int (*presuspend)(struct dm_dirty_log *log); member
H A Ddevice-mapper.h197 dm_presuspend_fn presuspend; member
/openbmc/linux/drivers/md/
H A Ddm-raid1.c1345 if (log->type->presuspend && log->type->presuspend(log)) in mirror_presuspend()
1492 .presuspend = mirror_presuspend,
H A Ddm-delay.c372 .presuspend = delay_presuspend,
H A Ddm-log-userspace-base.c871 .presuspend = userspace_presuspend,
H A Ddm-table.c2079 if (ti->type->presuspend) in suspend_targets()
2080 ti->type->presuspend(ti); in suspend_targets()
H A Ddm-thin.c4122 .presuspend = pool_presuspend,
4509 .presuspend = thin_presuspend,
H A Ddm-mpath.c2198 .presuspend = multipath_presuspend,
H A Ddm-snap.c2777 .presuspend = snapshot_merge_presuspend,