Searched refs:hibernation_ops (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dsuspend.h37 * struct hibernation_ops - hibernation platform support
48 struct hibernation_ops { struct
70 extern void hibernation_set_ops(struct hibernation_ops *ops);
79 static inline void hibernation_set_ops(struct hibernation_ops *ops) {}
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/power/
H A Ddisk.c48 struct hibernation_ops *hibernation_ops; variable in typeref:struct:hibernation_ops
55 void hibernation_set_ops(struct hibernation_ops *ops)
62 hibernation_ops = ops;
79 return (hibernation_mode == HIBERNATION_PLATFORM && hibernation_ops) ?
80 hibernation_ops->prepare() : 0;
90 if (hibernation_mode == HIBERNATION_PLATFORM && hibernation_ops)
91 hibernation_ops->finish();
114 if (hibernation_ops) {
116 hibernation_ops
[all...]
H A Duser.c135 if (hibernation_ops)
136 error = hibernation_ops->prepare();
143 if (hibernation_ops)
144 hibernation_ops->finish();
389 if (hibernation_ops) {
400 error = hibernation_ops->enter();
H A Dpower.h28 extern struct hibernation_ops *hibernation_ops;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/acpi/sleep/
H A Dmain.c220 static struct hibernation_ops acpi_hibernation_ops = {

Completed in 96 milliseconds