#include <linux/device.h>
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/sysfs.h>
#include <linux/spi/spi.h>
#include <linux/regulator/consumer.h>
#include <linux/err.h>
#include <linux/module.h>
#include <linux/bitrev.h>
#include <linux/iio/iio.h>
#include <linux/iio/sysfs.h>
Go to the source code of this file.
#define AD8366_CHAN |
( |
|
_channel | ) |
|
Value:{ \
.output = 1, \
.indexed = 1, \
.channel = _channel, \
}
Definition at line 123 of file ad8366.c.
MODULE_DESCRIPTION |
( |
"Analog Devices AD8366 VGA" |
| ) |
|
MODULE_LICENSE |
( |
"GPL v2" |
| ) |
|
module_spi_driver |
( |
ad8366_driver |
| ) |
|