Searched defs:iio_dev (Results 1 – 1 of 1) sorted by relevance
318 struct iio_dev { struct319 int id;321 int modes;322 int currentmode;323 struct device dev;325 struct iio_event_interface *event_interface;327 struct iio_buffer *buffer;328 struct mutex mlock;330 unsigned long *available_scan_masks;331 unsigned masklength;[all …]