33#ifndef __IIO_LT8722_H__
34#define __IIO_LT8722_H__
int lt8722_iio_init(struct lt8722_iio_dev **, struct lt8722_iio_dev_init_param *)
Initializes the LT8722 IIO descriptor.
Definition iio_lt8722.c:1841
int lt8722_iio_remove(struct lt8722_iio_dev *)
Free resources allocated by the init function.
Definition iio_lt8722.c:1876
Header file for the LT8722 Driver.
Structure holding channels and attributes of a device.
Definition iio_types.h:238
Structure holding the LT8722 IIO initalization parameter.
Definition iio_lt8722.h:53
struct lt8722_init_param * lt8722_init_param
Definition iio_lt8722.h:54
Structure holding the LT8722 IIO device descriptor.
Definition iio_lt8722.h:44
struct lt8722_dev * lt8722_dev
Definition iio_lt8722.h:45
struct iio_device * iio_dev
Definition iio_lt8722.h:46