Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dsuspend.h361 struct platform_hibernation_ops { struct
392 extern void hibernation_set_ops(const struct platform_hibernation_ops *ops); argument
405 static inline void hibernation_set_ops(const struct platform_hibernation_ops *ops) {} in hibernation_set_ops()
/Linux-v4.19/scripts/
Dconst_structs.checkpatch43 platform_hibernation_ops
/Linux-v4.19/drivers/acpi/
Dsleep.c1169 static const struct platform_hibernation_ops acpi_hibernation_ops = {
1214 static const struct platform_hibernation_ops acpi_hibernation_ops_old = {
/Linux-v4.19/kernel/power/
Dhibernate.c69 static const struct platform_hibernation_ops *hibernation_ops;
80 void hibernation_set_ops(const struct platform_hibernation_ops *ops) in hibernation_set_ops()