Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
pm.c File Reference
#include <linux/init.h>
#include <linux/suspend.h>
#include <linux/serial_core.h>
#include <linux/io.h>
#include <linux/gpio.h>
#include <linux/pm_domain.h>
#include <mach/map.h>
#include <mach/irqs.h>
#include <plat/devs.h>
#include <plat/pm.h>
#include <plat/wakeup-mask.h>
#include <mach/regs-sys.h>
#include <mach/regs-gpio.h>
#include <mach/regs-clock.h>
#include <mach/regs-syscon-power.h>
#include <mach/regs-gpio-memport.h>
#include <mach/regs-modem.h>

Go to the source code of this file.

Data Structures

struct  s3c64xx_pm_domain
 

Functions

void s3c_pm_configure_extint (void)
 
void s3c_pm_restore_core (void)
 
void s3c_pm_save_core (void)
 
int __init s3c64xx_pm_init (void)
 
 arch_initcall (s3c64xx_pm_initcall)
 
int __init s3c64xx_pm_late_initcall (void)
 

Function Documentation

arch_initcall ( s3c64xx_pm_initcall  )
int __init s3c64xx_pm_init ( void  )

Definition at line 328 of file pm.c.

int __init s3c64xx_pm_late_initcall ( void  )

Definition at line 368 of file pm.c.

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 240 of file pm.c.

void s3c_pm_restore_core ( void  )

Definition at line 245 of file pm.c.

void s3c_pm_save_core ( void  )

Definition at line 255 of file pm.c.