struct iio_info - constant information about device : module structure used to ensure correct ownership of chrdevs etc : event control attributes : general purpose device attributes : function to request a value from the device. mask specifies which value. Note 0 means a reading of the channel in question. Return value will specify the type of value returned by the device. val and val2 will contain the elements making up the returned value. : function to write a value to the device. Parameters are the same as for read_raw. : callback function to query the expected format/precision. If not set by the driver, write_raw returns IIO_VAL_INT_PLUS_MICRO. : find out if the event is enabled. : set if the event is enabled. : read a value associated with the event. Meaning is event dependant. event_code specifies which event. : write the value associated with the event. Meaning is event dependent. : function to validate the trigger when the current trigger gets changed. : function to configure device and scan buffer when channels have changed : function to read or write register value of device
Definition at line 342 of file iio.h.