Searched defs:suspend (Results 1 - 10 of 10) sorted by relevance

/arch/arm/mach-pxa/include/mach/
H A Daudio.h21 void (*suspend)(void *); member in struct:__anon254
/arch/arm/mach-integrator/
H A Dlm.h13 int (*suspend)(struct lm_device *, pm_message_t); member in struct:lm_driver
/arch/arm/mach-shmobile/
H A Dpm-rmobile.h22 int (*suspend)(void); member in struct:rmobile_pm_domain
/arch/arm/include/asm/
H A Dmcpm.h180 void (*suspend)(u64); member in struct:mcpm_platform_ops
/arch/mips/include/asm/
H A Dgio_device.h28 int (*suspend)(struct gio_device *, pm_message_t); member in struct:gio_driver
/arch/powerpc/include/asm/
H A Dmacio.h129 int (*suspend)(struct macio_dev* dev, pm_message_t state); member in struct:macio_driver
/arch/powerpc/sysdev/
H A Dppc4xx_cpm.c38 #include <linux/suspend.h>
57 unsigned int suspend; member in struct:cpm
208 return !!cpm.suspend;
236 cpm_suspend_standby(cpm.suspend);
317 cpm.suspend = cpm_get_uint_property(np, "suspend");
331 if (cpm.standby || cpm.suspend)
/arch/arm/include/asm/hardware/
H A Dlocomo.h192 int (*suspend)(struct locomo_dev *, pm_message_t); member in struct:locomo_driver
H A Dsa1111.h433 int (*suspend)(struct sa1111_dev *, pm_message_t); member in struct:sa1111_driver
/arch/x86/kernel/
H A Dapm_32.c52 * 1.1: support user-space standby and suspend, power off after system
63 * 1.4: Upgraded to support APM 1.2. Integrated ThinkPad suspend patch by
77 * Reset interrupt 0 timer to 100Hz after suspend
141 * Fix thinko in suspend() (wrong return).
142 * Notify drivers on critical suspend.
172 * Notify listeners of standby or suspend events before notifying
173 * drivers. Return EBUSY to ioctl() if suspend is rejected.
176 * after a suspend (Thomas Hood)
229 #include <linux/suspend.h>
264 * bounce[-_]interval=<n> number of ticks to ignore suspend
1237 static int suspend(int vetoable) function
[all...]

Completed in 353 milliseconds