Searched defs:iio_dev (Results 1 – 1 of 1) sorted by relevance
521 struct iio_dev { struct522 int id;523 struct module *driver_module;525 int modes;526 int currentmode;527 struct device dev;529 struct iio_buffer *buffer;530 int scan_bytes;531 struct mutex mlock;533 const unsigned long *available_scan_masks;[all …]