|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/kernel.h>#include <linux/init.h>#include <linux/err.h>#include <linux/i2c.h>#include <linux/platform_device.h>#include <linux/regulator/driver.h>#include <linux/mfd/core.h>#include <linux/mfd/tps6105x.h>Go to the source code of this file.
Functions | |
| subsys_initcall (tps6105x_regulator_init) | |
| module_exit (tps6105x_regulator_exit) | |
| MODULE_AUTHOR ("Linus Walleij <[email protected]>") | |
| MODULE_DESCRIPTION ("TPS6105x regulator driver") | |
| MODULE_LICENSE ("GPL v2") | |
| MODULE_ALIAS ("platform:tps6105x-regulator") | |
| MODULE_ALIAS | ( | "platform:tps6105x-regulator" | ) |
| MODULE_AUTHOR | ( | "Linus Walleij <[email protected]>" | ) |
| module_exit | ( | tps6105x_regulator_exit | ) |
| MODULE_LICENSE | ( | "GPL v2" | ) |
| subsys_initcall | ( | tps6105x_regulator_init | ) |
1.8.2