Lines Matching defs:iio_device_pdata
89 struct iio_device_pdata { struct
90 int fd;
91 bool blocking;
92 unsigned int samples_count;
93 unsigned int max_nb_blocks;
94 unsigned int allocated_nb_blocks;
96 struct block *blocks;
97 void **addrs;
98 int last_dequeued;
99 bool is_high_speed, cyclic, cyclic_buffer_enqueued, buffer_enabled;
101 int cancel_fd;