34#ifndef __IIO_LTC7871_H__
35#define __IIO_LTC7871_H__
struct ad7616_init_param init_param
Definition ad7616_sdz.c:107
int ltc7871_iio_remove(struct ltc7871_iio_dev *desc)
Free resources allocated by the init function.
Definition iio_ltc7871.c:1476
int ltc7871_iio_init(struct ltc7871_iio_dev **iio_dev, struct ltc7871_iio_dev_init_param *init_param)
Initializes the LTC7871 IIO descriptor.
Definition iio_ltc7871.c:1441
Header file for the LTC7871 Driver.
Structure holding channels and attributes of a device.
Definition iio_types.h:238
Structure holding the LTC7871 IIO initalization parameter.
Definition iio_ltc7871.h:55
struct ltc7871_init_param * ltc7871_init_param
Definition iio_ltc7871.h:56
Structure holding the LTC7871 IIO device descriptor.
Definition iio_ltc7871.h:46
struct ltc7871_dev * ltc7871_dev
Definition iio_ltc7871.h:47
struct iio_device * iio_dev
Definition iio_ltc7871.h:48