Home
last modified time | relevance | path

Searched defs:DevEntry (Results 1 – 1 of 1) sorted by relevance

/external/libiio/src/iiod/
Dops.c102 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;
[all …]