#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/i2c.h>
#include <linux/interrupt.h>
#include <linux/irq.h>
#include <linux/regmap.h>
#include <linux/err.h>
#include <linux/mfd/core.h>
#include <linux/mfd/palmas.h>
#include <linux/of_platform.h>
Go to the source code of this file.
|
enum | palmas_ids {
PALMAS_PMIC_ID,
PALMAS_GPIO_ID,
PALMAS_LEDS_ID,
PALMAS_WDT_ID,
PALMAS_RTC_ID,
PALMAS_PWRBUTTON_ID,
PALMAS_GPADC_ID,
PALMAS_RESOURCE_ID,
PALMAS_CLK_ID,
PALMAS_PWM_ID,
PALMAS_USB_ID
} |
|
- Enumerator:
PALMAS_PMIC_ID |
|
PALMAS_GPIO_ID |
|
PALMAS_LEDS_ID |
|
PALMAS_WDT_ID |
|
PALMAS_RTC_ID |
|
PALMAS_PWRBUTTON_ID |
|
PALMAS_GPADC_ID |
|
PALMAS_RESOURCE_ID |
|
PALMAS_CLK_ID |
|
PALMAS_PWM_ID |
|
PALMAS_USB_ID |
|
Definition at line 28 of file palmas.c.
MODULE_DEVICE_TABLE |
( |
i2c |
, |
|
|
palmas_i2c_id |
|
|
) |
| |
module_exit |
( |
palmas_i2c_exit |
| ) |
|
subsys_initcall |
( |
palmas_i2c_init |
| ) |
|