Go to the source code of this file.
Classes | |
struct | ltc7871_iio_dev |
Structure holding the LTC7871 IIO device descriptor. More... | |
struct | ltc7871_iio_dev_init_param |
Structure holding the LTC7871 IIO initalization parameter. More... | |
Functions | |
int | ltc7871_iio_init (struct ltc7871_iio_dev **iio_dev, struct ltc7871_iio_dev_init_param *init_param) |
Initializes the LTC7871 IIO descriptor. | |
int | ltc7871_iio_remove (struct ltc7871_iio_dev *desc) |
Free resources allocated by the init function. | |
int ltc7871_iio_init | ( | struct ltc7871_iio_dev ** | iio_dev, |
struct ltc7871_iio_dev_init_param * | init_param ) |
Initializes the LTC7871 IIO descriptor.
iio_dev | - The iio device descriptor. |
init_param | - The structure that contains the device initial parameters. |
int ltc7871_iio_remove | ( | struct ltc7871_iio_dev * | desc | ) |
Free resources allocated by the init function.
desc | - The iio device descriptor. |