Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dsuspend.h193 struct platform_s2idle_ops { struct
315 extern void s2idle_set_ops(const struct platform_s2idle_ops *ops);
354 static inline void s2idle_set_ops(const struct platform_s2idle_ops *ops) {} in s2idle_set_ops()
/OK3568_Linux_fs/kernel/kernel/power/
H A Dsuspend.c59 static const struct platform_s2idle_ops *s2idle_ops;
77 void s2idle_set_ops(const struct platform_s2idle_ops *ops) in s2idle_set_ops()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dsleep.c1106 static const struct platform_s2idle_ops acpi_s2idle_ops = {