#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/regulator/machine.h>
#include <linux/mfd/ezx-pcap.h>
Go to the source code of this file.
#define SW2_table SW1_table |
#define V8_table V4_table |
#define VAUX2_table VAUX1_table |
Value:[_vreg] = { \
.name = #_vreg, \
.id = _vreg, \
.volt_table = _vreg##_table, \
.ops = &pcap_regulator_ops, \
}
Definition at line 222 of file pcap-regulator.c.
#define VREG_INFO |
( |
|
_vreg, |
|
|
|
_reg, |
|
|
|
_en, |
|
|
|
_index, |
|
|
|
_stby, |
|
|
|
_lowpwr |
|
) |
| |
Value:[_vreg] = { \
.reg = _reg, \
.en = _en, \
.index = _index, \
.stby = _stby, \
.lowpwr = _lowpwr, \
}
Definition at line 107 of file pcap-regulator.c.
MODULE_DESCRIPTION |
( |
"PCAP2 Regulator Driver" |
| ) |
|
module_exit |
( |
pcap_regulator_exit |
| ) |
|
subsys_initcall |
( |
pcap_regulator_init |
| ) |
|