Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
pm.c File Reference
#include <linux/suspend.h>
#include <linux/syscore_ops.h>
#include <linux/io.h>
#include <plat/cpu.h>
#include <plat/pm.h>
#include <plat/regs-timer.h>
#include <plat/wakeup-mask.h>
#include <mach/regs-clock.h>
#include <mach/regs-gpio.h>

Go to the source code of this file.

Functions

void s3c_pm_configure_extint (void)
 
void s3c_pm_restore_core (void)
 
void s3c_pm_save_core (void)
 
 arch_initcall (s5p64x0_pm_drvinit)
 
 arch_initcall (s5p64x0_pm_syscore_init)
 

Function Documentation

arch_initcall ( s5p64x0_pm_drvinit  )
arch_initcall ( s5p64x0_pm_syscore_init  )
void s3c_pm_configure_extint ( void  )

s3c_pm_configure_extint() - ensure pins are correctly set for IRQ

Setup all the necessary GPIO pins for waking the system on external interrupt.

Definition at line 61 of file pm.c.

void s3c_pm_restore_core ( void  )

Definition at line 66 of file pm.c.

void s3c_pm_save_core ( void  )

Definition at line 80 of file pm.c.