Home
last modified time | relevance | path

Searched refs:comedi_buf_write_n_allocated (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/staging/comedi/
Dcomedidev.h422 static inline unsigned comedi_buf_write_n_allocated(struct comedi_async *async) in comedi_buf_write_n_allocated() function
Dcomedi_fops.c1601 || 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()