Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
iio_map Struct Reference

#include <machine.h>

Data Fields

const charadc_channel_label
 
const charconsumer_dev_name
 
const charconsumer_channel
 

Detailed Description

struct iio_map - description of link between consumer and device channels : Label used to identify the channel on the provider. This is matched against the datasheet_name element of struct iio_chan_spec. : Name to uniquely identify the consumer device. : Unique name used to identify the channel on the consumer side.

Definition at line 23 of file machine.h.

Field Documentation

const char* adc_channel_label

Definition at line 24 of file machine.h.

const char* consumer_channel

Definition at line 26 of file machine.h.

const char* consumer_dev_name

Definition at line 25 of file machine.h.


The documentation for this struct was generated from the following file: