|
Linux Kernel
3.7.1
|
#include <linux/err.h>#include <linux/mutex.h>#include <linux/module.h>#include <linux/platform_device.h>#include <linux/regulator/driver.h>#include <linux/regulator/fixed.h>#include <linux/gpio.h>#include <linux/slab.h>#include <linux/of.h>#include <linux/of_gpio.h>#include <linux/regulator/of_regulator.h>#include <linux/regulator/machine.h>Go to the source code of this file.
Data Structures | |
| struct | fixed_voltage_data |
Functions | |
| subsys_initcall (regulator_fixed_voltage_init) | |
| module_exit (regulator_fixed_voltage_exit) | |
| MODULE_AUTHOR ("Mark Brown <[email protected]>") | |
| MODULE_DESCRIPTION ("Fixed voltage regulator") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_ALIAS ("platform:reg-fixed-voltage") | |
| MODULE_ALIAS | ( | "platform:reg-fixed-voltage" | ) |
| MODULE_AUTHOR | ( | "Mark Brown <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "Fixed voltage regulator" | ) |
| module_exit | ( | regulator_fixed_voltage_exit | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| subsys_initcall | ( | regulator_fixed_voltage_init | ) |
1.8.2