Searched refs:postsuspend (Results 1 – 21 of 21) sorted by relevance
/linux-6.12.1/arch/arm/mach-pxa/ |
D | sharpsl_pm.h | 23 void (*postsuspend)(void); member
|
D | spitz_pm.c | 206 .postsuspend = spitz_postsuspend,
|
D | sharpsl_pm.c | 627 sharpsl_pm.machinfo->postsuspend(); in corgi_goto_sleep()
|
/linux-6.12.1/include/linux/ |
D | dm-dirty-log.h | 45 int (*postsuspend)(struct dm_dirty_log *log); member
|
D | device-mapper.h | 205 dm_postsuspend_fn postsuspend; member
|
/linux-6.12.1/drivers/md/ |
D | dm-raid1.c | 1363 if (log->type->postsuspend && log->type->postsuspend(log)) in mirror_postsuspend() 1493 .postsuspend = mirror_postsuspend,
|
D | dm-log-userspace-base.c | 872 .postsuspend = userspace_postsuspend,
|
D | dm-table.c | 1915 if (ti->type->postsuspend) in suspend_targets() 1916 ti->type->postsuspend(ti); in suspend_targets()
|
D | dm-log.c | 870 .postsuspend = disk_flush,
|
D | dm-zoned-target.c | 1149 .postsuspend = dmz_suspend,
|
D | dm-era-target.c | 1750 .postsuspend = era_postsuspend,
|
D | dm-clone-target.c | 2181 .postsuspend = clone_postsuspend,
|
D | dm-thin.c | 4122 .postsuspend = pool_postsuspend, 4508 .postsuspend = thin_postsuspend,
|
D | dm-mpath.c | 2195 .postsuspend = multipath_postsuspend,
|
D | dm-snap.c | 2749 .postsuspend = origin_postsuspend,
|
D | dm-writecache.c | 2768 .postsuspend = writecache_suspend,
|
D | dm-cache-target.c | 3435 .postsuspend = cache_postsuspend,
|
D | dm-raid.c | 4146 .postsuspend = raid_postsuspend,
|
D | dm-crypt.c | 3776 .postsuspend = crypt_postsuspend,
|
D | dm-integrity.c | 5253 .postsuspend = dm_integrity_postsuspend,
|
/linux-6.12.1/drivers/md/dm-vdo/ |
D | dm-vdo-target.c | 2870 .postsuspend = vdo_postsuspend,
|