Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
wm8994-regulator.c File Reference
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/init.h>
#include <linux/bitops.h>
#include <linux/err.h>
#include <linux/platform_device.h>
#include <linux/regulator/driver.h>
#include <linux/gpio.h>
#include <linux/slab.h>
#include <linux/mfd/wm8994/core.h>
#include <linux/mfd/wm8994/registers.h>
#include <linux/mfd/wm8994/pdata.h>

Go to the source code of this file.

Data Structures

struct  wm8994_ldo
 

Macros

#define WM8994_LDO1_MAX_SELECTOR   0x7
 
#define WM8994_LDO2_MAX_SELECTOR   0x3
 

Functions

 subsys_initcall (wm8994_ldo_init)
 
 module_exit (wm8994_ldo_exit)
 
 MODULE_AUTHOR ("Mark Brown <[email protected]>")
 
 MODULE_DESCRIPTION ("WM8994 LDO driver")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_ALIAS ("platform:wm8994-ldo")
 

Macro Definition Documentation

#define WM8994_LDO1_MAX_SELECTOR   0x7

Definition at line 33 of file wm8994-regulator.c.

#define WM8994_LDO2_MAX_SELECTOR   0x3

Definition at line 34 of file wm8994-regulator.c.

Function Documentation

MODULE_ALIAS ( "platform:wm8994-ldo"  )
MODULE_AUTHOR ( "Mark Brown <[email protected]>"  )
MODULE_DESCRIPTION ( "WM8994 LDO driver )
module_exit ( wm8994_ldo_exit  )
MODULE_LICENSE ( "GPL"  )
subsys_initcall ( wm8994_ldo_init  )