Home
last modified time | relevance | path

Searched refs:platform_mode (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/kernel/power/
H A Dhibernate.c168 static void platform_end(int platform_mode) in platform_end() argument
170 if (platform_mode && hibernation_ops) in platform_end()
199 if (platform_mode && hibernation_ops) in platform_leave()
214 if (platform_mode && hibernation_ops) in platform_finish()
247 if (platform_mode && hibernation_ops) in platform_restore_cleanup()
349 platform_leave(platform_mode); in create_image()
366 platform_finish(platform_mode); in create_image()
386 error = platform_begin(platform_mode); in hibernation_snapshot()
421 platform_recover(platform_mode); in hibernation_snapshot()
423 error = create_image(platform_mode); in hibernation_snapshot()
[all …]
H A Dpower.h63 extern int hibernation_snapshot(int platform_mode);
64 extern int hibernation_restore(int platform_mode);