Header file for the ADP5055 Driver.
int adp5055_iio_remove(struct adp5055_iio_desc *)
Free resources allocated by the init function.
Definition iio_adp5055.c:1403
int adp5055_iio_init(struct adp5055_iio_desc **, struct adp5055_iio_desc_init_param *)
Initializes the ADP5055 IIO descriptor.
Definition iio_adp5055.c:1368
Structure holding the ADP5055 IIO initalization parameter.
Definition iio_adp5055.h:51
struct adp5055_init_param * adp5055_init_param
Definition iio_adp5055.h:52
Structure holding the ADP5055 IIO device descriptor.
Definition iio_adp5055.h:43
struct adp5055_desc * adp5055_desc
Definition iio_adp5055.h:44
struct iio_device * iio_dev
Definition iio_adp5055.h:45
Structure holding channels and attributes of a device.
Definition iio_types.h:238