Searched defs:comedi_async (Results 1 – 1 of 1) sorted by relevance
133 struct comedi_async { struct134 struct comedi_subdevice *subdevice;136 void *prealloc_buf; /* pre-allocated buffer */137 unsigned int prealloc_bufsz; /* buffer size, in bytes */139 struct comedi_buf_page *buf_page_list;140 unsigned n_buf_pages; /* num elements in buf_page_list */142 unsigned int max_bufsize; /* maximum buffer size, bytes */144 unsigned int mmap_count;147 unsigned int buf_write_count;149 unsigned int buf_write_alloc_count;[all …]