Searched refs:hibernate (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/power/
H A DMakefile1 obj-$(CONFIG_HIBERNATION) += cpu.o hibernate.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/power/
H A DMakefile11 obj-$(CONFIG_HIBERNATION) += hibernate.o snapshot.o swap.o user.o \
H A Dmain.c186 /* First, check if we are requested to hibernate */
188 error = hibernate();
H A Dhibernate.c2 * kernel/power/hibernate.c - Hibernation (a.k.a suspend-to-disk) support.
56 * hibernation_set_ops - set the global hibernate operations
591 * hibernate - The granpappy of the built-in hibernation management
594 int hibernate(void) function
673 * return above (in hibernate() ) if everything goes well.
692 * is configured into the kernel. Since the regular hibernate
694 * calling hibernate functions (which take pm_mutex) this can
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsuspend.h249 extern int hibernate(void);
257 static inline int hibernate(void) { return -ENOSYS; } function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Dsuspend.c36 * Check to ensure we are in a valid state to hibernate
150 static SYSDEV_CLASS_ATTR(hibernate, S_IWUSR, NULL, store_hibernate);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dactivevt.tex24 \twocolitem{{\bf EVT\_HIBERNATE(func)}}{Process a hibernate event, supplying the member function.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atl1c/
H A Datl1c.h411 bool hibernate; member in struct:atl1c_hw
606 if (unlikely((a)->hibernate)) { \
H A Datl1c_main.c260 hw->hibernate = true;
271 hw->hibernate = false;
714 /* before link up, we assume hibernate is true */
715 hw->hibernate = true;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dsleep.c561 return hibernate();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsys.c446 ret = hibernate();

Completed in 88 milliseconds