Home
last modified time | relevance | path

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

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