HomeSort by relevance Sort by last modified time
    Searched refs:_iio (Results 1 - 4 of 4) sorted by null

  /hardware/bsp/intel/peripheral/libmraa/include/
mraa_internal_types.h 135 struct _iio { struct
296 struct _iio* iio_devices; /**< Pointer to IIO devices */
  /hardware/bsp/intel/peripheral/libmraa/api/mraa/
iio.h 70 * Opaque pointer definition to the internal struct _iio
72 typedef struct _iio* mraa_iio_context;
  /hardware/bsp/intel/peripheral/libmraa/src/
mraa.c 232 plat_iio->iio_devices = calloc(num_iio_devices, sizeof(struct _iio));
233 struct _iio* device;
  /hardware/bsp/intel/peripheral/libmraa/src/iio/
iio.c 203 struct _iio* device;

Completed in 81 milliseconds