Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/err.h>
#include <linux/platform_device.h>
#include <linux/regulator/driver.h>
#include <linux/regulator/machine.h>
#include <linux/gpio.h>
#include <linux/mfd/rc5t583.h>
Go to the source code of this file.
Data Structures | |
struct | rc5t583_regulator_info |
struct | rc5t583_regulator |
Macros | |
#define | RC5T583_REG(_id, _en_reg, _en_bit, _disc_reg, _disc_bit, _vout_mask, _min_mv, _max_mv, _step_uV, _enable_mv) |
Functions | |
subsys_initcall (rc5t583_regulator_init) | |
module_exit (rc5t583_regulator_exit) | |
MODULE_AUTHOR ("Laxman Dewangan <[email protected]>") | |
MODULE_DESCRIPTION ("RC5T583 regulator driver") | |
MODULE_ALIAS ("platform:rc5t583-regulator") | |
MODULE_LICENSE ("GPL v2") | |
#define RC5T583_REG | ( | _id, | |
_en_reg, | |||
_en_bit, | |||
_disc_reg, | |||
_disc_bit, | |||
_vout_mask, | |||
_min_mv, | |||
_max_mv, | |||
_step_uV, | |||
_enable_mv | |||
) |
Definition at line 80 of file rc5t583-regulator.c.
MODULE_ALIAS | ( | "platform:rc5t583-regulator" | ) |
MODULE_AUTHOR | ( | "Laxman Dewangan <[email protected]>" | ) |
module_exit | ( | rc5t583_regulator_exit | ) |
MODULE_LICENSE | ( | "GPL v2" | ) |
subsys_initcall | ( | rc5t583_regulator_init | ) |