Linux Kernel
3.7.1
|
#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) |
Definition at line 34 of file wakelock.c.
Definition at line 184 of file wakelock.c.
Definition at line 232 of file wakelock.c.