Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/err.h>
#include <linux/platform_device.h>
#include <linux/mfd/abx500.h>
#include <linux/mfd/abx500/ab8500.h>
#include <linux/of.h>
#include <linux/regulator/of_regulator.h>
#include <linux/regulator/driver.h>
#include <linux/regulator/machine.h>
#include <linux/regulator/ab8500.h>
#include <linux/slab.h>
Go to the source code of this file.
Data Structures | |
struct | ab8500_regulator_info |
struct | ab8500_reg_init |
Macros | |
#define | REG_INIT(_id, _bank, _addr, _mask) |
Functions | |
subsys_initcall (ab8500_regulator_init) | |
module_exit (ab8500_regulator_exit) | |
MODULE_LICENSE ("GPL v2") | |
MODULE_AUTHOR ("Sundar Iyer <[email protected]>") | |
MODULE_DESCRIPTION ("Regulator Driver for ST-Ericsson AB8500 Mixed-Sig PMIC") | |
MODULE_ALIAS ("platform:ab8500-regulator") | |
#define REG_INIT | ( | _id, | |
_bank, | |||
_addr, | |||
_mask | |||
) |
MODULE_ALIAS | ( | "platform:ab8500-regulator" | ) |
MODULE_AUTHOR | ( | "Sundar Iyer <[email protected]>" | ) |
module_exit | ( | ab8500_regulator_exit | ) |
MODULE_LICENSE | ( | "GPL v2" | ) |
subsys_initcall | ( | ab8500_regulator_init | ) |