|
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/machine.h>#include <linux/regulator/gpio-regulator.h>#include <linux/gpio.h>#include <linux/slab.h>Go to the source code of this file.
Data Structures | |
| struct | gpio_regulator_data |
Functions | |
| subsys_initcall (gpio_regulator_init) | |
| module_exit (gpio_regulator_exit) | |
| MODULE_AUTHOR ("Heiko Stuebner <[email protected]>") | |
| MODULE_DESCRIPTION ("gpio voltage regulator") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_ALIAS ("platform:gpio-regulator") | |
| MODULE_ALIAS | ( | "platform:gpio-regulator" | ) |
| MODULE_AUTHOR | ( | "Heiko Stuebner <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "gpio voltage regulator" | ) |
| module_exit | ( | gpio_regulator_exit | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| subsys_initcall | ( | gpio_regulator_init | ) |
1.8.2