|
Linux Kernel
3.7.1
|
#include <linux/bug.h>#include <linux/err.h>#include <linux/gpio.h>#include <linux/slab.h>#include <linux/module.h>#include <linux/platform_device.h>#include <linux/regulator/driver.h>#include <linux/regulator/machine.h>#include <linux/mfd/max8997.h>#include <linux/mfd/max8997-private.h>Go to the source code of this file.
Data Structures | |
| struct | max8997_data |
| struct | voltage_map_desc |
Macros | |
| #define | MAX8997_VOLTAGE_REGULATOR(_name, _ops) |
| #define | MAX8997_CURRENT_REGULATOR(_name, _ops) |
Functions | |
| MODULE_DEVICE_TABLE (platform, max8997_pmic_id) | |
| subsys_initcall (max8997_pmic_init) | |
| module_exit (max8997_pmic_cleanup) | |
| MODULE_DESCRIPTION ("MAXIM 8997/8966 Regulator Driver") | |
| MODULE_AUTHOR ("MyungJoo Ham <[email protected]>") | |
| MODULE_LICENSE ("GPL") | |
| #define MAX8997_CURRENT_REGULATOR | ( | _name, | |
| _ops | |||
| ) |
| #define MAX8997_VOLTAGE_REGULATOR | ( | _name, | |
| _ops | |||
| ) |
| MODULE_AUTHOR | ( | "MyungJoo Ham <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "MAXIM 8997/8966 Regulator Driver" | ) |
| MODULE_DEVICE_TABLE | ( | platform | , |
| max8997_pmic_id | |||
| ) |
| module_exit | ( | max8997_pmic_cleanup | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| subsys_initcall | ( | max8997_pmic_init | ) |
1.8.2