Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
dbx500-prcmu.c File Reference
#include <linux/kernel.h>
#include <linux/err.h>
#include <linux/regulator/driver.h>
#include <linux/debugfs.h>
#include <linux/seq_file.h>
#include <linux/slab.h>
#include "dbx500-prcmu.h"

Go to the source code of this file.

Functions

int power_state_active_get (void)
 
void power_state_active_enable (void)
 
int power_state_active_disable (void)
 

Function Documentation

int power_state_active_disable ( void  )

Definition at line 47 of file dbx500-prcmu.c.

void power_state_active_enable ( void  )

Definition at line 38 of file dbx500-prcmu.c.

int power_state_active_get ( void  )

Definition at line 26 of file dbx500-prcmu.c.