Home
last modified time | relevance | path

Searched refs:hibernation_set_ops (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dsuspend.h448 extern void hibernation_set_ops(const struct platform_hibernation_ops *ops);
463 static inline void hibernation_set_ops(const struct platform_hibernation_ops *ops) {} in hibernation_set_ops() function
/OK3568_Linux_fs/kernel/kernel/power/
H A Dhibernate.c91 void hibernation_set_ops(const struct platform_hibernation_ops *ops) in hibernation_set_ops() function
108 EXPORT_SYMBOL_GPL(hibernation_set_ops);
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dsleep.c1307 hibernation_set_ops(old_suspend_ordering ? in acpi_sleep_hibernate_setup()