Home
last modified time | relevance | path

Searched refs:s2idle_set_ops (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dsuspend.h256 extern void s2idle_set_ops(const struct platform_s2idle_ops *ops);
297 static inline void s2idle_set_ops(const struct platform_s2idle_ops *ops) {} in s2idle_set_ops() function
/linux/kernel/power/
H A Dsuspend.c76 void s2idle_set_ops(const struct platform_s2idle_ops *ops) in s2idle_set_ops() function
/linux/drivers/acpi/x86/
H A Ds2idle.c652 s2idle_set_ops(&acpi_s2idle_ops_lps0); in acpi_s2idle_setup()
/linux/drivers/acpi/
H A Dsleep.c853 s2idle_set_ops(&acpi_s2idle_ops); in acpi_s2idle_setup()