Searched refs:comedi_buf_write_n_allocated (Results 1 – 3 of 3) sorted by relevance
35 unsigned int comedi_buf_write_n_allocated(struct comedi_subdevice *s);
343 unsigned int comedi_buf_write_n_allocated(struct comedi_subdevice *s) in comedi_buf_write_n_allocated() function369 unsigned int allocated = comedi_buf_write_n_allocated(s); in comedi_buf_write_free()
2396 if (m > comedi_buf_write_n_allocated(s)) in comedi_write()2397 m = comedi_buf_write_n_allocated(s); in comedi_write()