Searched defs:DevEntry (Results 1 – 1 of 1) sorted by relevance
102 struct DevEntry { struct103 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;[all …]