Searched defs:iio_chan_spec (Results 1 – 1 of 1) sorted by relevance
129 struct iio_chan_spec { struct130 enum iio_chan_type type;131 int channel;132 int channel2;133 unsigned long address;134 int scan_index;135 struct {141 } scan_type;142 long info_mask;143 long event_mask;[all …]