|
Linux Kernel
3.7.1
|
#include <linux/err.h>#include <linux/i2c.h>#include <linux/module.h>#include <linux/pm_runtime.h>#include <linux/regmap.h>#include <linux/regulator/consumer.h>#include <linux/slab.h>#include <linux/mfd/arizona/core.h>#include "arizona.h"Go to the source code of this file.
Functions | |
| MODULE_DEVICE_TABLE (i2c, arizona_i2c_id) | |
| module_i2c_driver (arizona_i2c_driver) | |
| MODULE_DESCRIPTION ("Arizona I2C bus interface") | |
| MODULE_AUTHOR ("Mark Brown <[email protected]>") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR | ( | "Mark Brown <[email protected]>" | ) |
| MODULE_DEVICE_TABLE | ( | i2c | , |
| arizona_i2c_id | |||
| ) |
| module_i2c_driver | ( | arizona_i2c_driver | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2