Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
s5p-pm.c File Reference
#include <linux/suspend.h>
#include <plat/pm.h>

Go to the source code of this file.

Macros

#define PFX   "s5p pm: "
 

Functions

void s3c_pm_configure_extint (void)
 
void s3c_pm_restore_core (void)
 
void s3c_pm_save_core (void)
 

Macro Definition Documentation

#define PFX   "s5p pm: "

Definition at line 19 of file s5p-pm.c.

Function Documentation

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

void s3c_pm_restore_core ( void  )

Definition at line 31 of file s5p-pm.c.

void s3c_pm_save_core ( void  )

Definition at line 36 of file s5p-pm.c.