Lines Matching defs:DevEntry
102 struct DevEntry { struct
103 unsigned int ref_count;
105 struct iio_device *dev;
106 struct iio_buffer *buf;
107 unsigned int sample_size, nb_clients;
108 bool update_mask;
109 bool cyclic;
110 bool closed;
111 bool cancelled;
116 pthread_mutex_t thdlist_lock;
118 pthread_cond_t rw_ready_cond;
120 uint32_t *mask;
121 size_t nb_words;