Searched refs:comedi_buf_write_n_allocated (Results 1 – 2 of 2) sorted by relevance
422 static inline unsigned comedi_buf_write_n_allocated(struct comedi_async *async) in comedi_buf_write_n_allocated() function
1601 || comedi_buf_write_n_allocated(write_subdev->async) >= in comedi_poll()1679 if (m > comedi_buf_write_n_allocated(async)) in comedi_write()1680 m = comedi_buf_write_n_allocated(async); in comedi_write()