|
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/mfd/tps65090.h>#include <linux/regulator/tps65090-regulator.h>Go to the source code of this file.
Data Structures | |
| struct | tps65090_regulator |
Macros | |
| #define | tps65090_REG(_id) |
Functions | |
| subsys_initcall (tps65090_regulator_init) | |
| module_exit (tps65090_regulator_exit) | |
| MODULE_DESCRIPTION ("tps65090 regulator driver") | |
| MODULE_AUTHOR ("Venu Byravarasu <[email protected]>") | |
| MODULE_LICENSE ("GPL v2") | |
| #define tps65090_REG | ( | _id | ) |
Definition at line 44 of file tps65090-regulator.c.
| MODULE_AUTHOR | ( | "Venu Byravarasu <[email protected]>" | ) |
| module_exit | ( | tps65090_regulator_exit | ) |
| MODULE_LICENSE | ( | "GPL v2" | ) |
| subsys_initcall | ( | tps65090_regulator_init | ) |
1.8.2