|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/module.h>#include <linux/init.h>#include <linux/err.h>#include <linux/platform_device.h>#include <linux/regulator/driver.h>#include <linux/i2c.h>#include <linux/slab.h>Go to the source code of this file.
Data Structures | |
| struct | isl_pmic |
Macros | |
| #define | ISL6271A_VOLTAGE_MIN 850000 |
| #define | ISL6271A_VOLTAGE_MAX 1600000 |
| #define | ISL6271A_VOLTAGE_STEP 50000 |
Functions | |
| MODULE_DEVICE_TABLE (i2c, isl6271a_id) | |
| subsys_initcall (isl6271a_init) | |
| module_exit (isl6271a_cleanup) | |
| MODULE_AUTHOR ("Marek Vasut <[email protected]>") | |
| MODULE_DESCRIPTION ("Intersil ISL6271A voltage regulator driver") | |
| MODULE_LICENSE ("GPL v2") | |
| #define ISL6271A_VOLTAGE_MAX 1600000 |
Definition at line 28 of file isl6271a-regulator.c.
| #define ISL6271A_VOLTAGE_MIN 850000 |
Definition at line 27 of file isl6271a-regulator.c.
| #define ISL6271A_VOLTAGE_STEP 50000 |
Definition at line 29 of file isl6271a-regulator.c.
| MODULE_AUTHOR | ( | "Marek Vasut <[email protected]>" | ) |
| MODULE_DEVICE_TABLE | ( | i2c | , |
| isl6271a_id | |||
| ) |
| module_exit | ( | isl6271a_cleanup | ) |
| MODULE_LICENSE | ( | "GPL v2" | ) |
| subsys_initcall | ( | isl6271a_init | ) |
1.8.2