Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
wakelock.c File Reference
#include <linux/capability.h>
#include <linux/ctype.h>
#include <linux/device.h>
#include <linux/err.h>
#include <linux/hrtimer.h>
#include <linux/list.h>
#include <linux/rbtree.h>
#include <linux/slab.h>

Go to the source code of this file.

Data Structures

struct  wakelock
 

Functions

ssize_t pm_show_wakelocks (char *buf, bool show_active)
 
int pm_wake_lock (const char *buf)
 
int pm_wake_unlock (const char *buf)
 

Function Documentation

ssize_t pm_show_wakelocks ( char buf,
bool  show_active 
)

Definition at line 34 of file wakelock.c.

int pm_wake_lock ( const char buf)

Definition at line 184 of file wakelock.c.

int pm_wake_unlock ( const char buf)

Definition at line 232 of file wakelock.c.