Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dsuspend.h422 struct platform_hibernation_ops { struct
446 extern void hibernation_set_ops(const struct platform_hibernation_ops *ops); argument
465 static inline void hibernation_set_ops(const struct platform_hibernation_ops *ops) {} in hibernation_set_ops()
/openbmc/linux/scripts/
H A Dconst_structs.checkpatch59 platform_hibernation_ops
/openbmc/linux/drivers/acpi/
H A Dsleep.c957 static const struct platform_hibernation_ops acpi_hibernation_ops = {
1007 static const struct platform_hibernation_ops acpi_hibernation_ops_old = {
/openbmc/linux/kernel/power/
H A Dhibernate.c69 static const struct platform_hibernation_ops *hibernation_ops;
94 void hibernation_set_ops(const struct platform_hibernation_ops *ops) in hibernation_set_ops()