Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/comedi/
Dcomedi_internal.h34 unsigned int comedi_buf_write_n_allocated(struct comedi_subdevice *s);
Dcomedi_buf.c325 unsigned int comedi_buf_write_n_allocated(struct comedi_subdevice *s) in comedi_buf_write_n_allocated() function
337 unsigned int allocated = comedi_buf_write_n_allocated(s); in comedi_buf_write_free()
Dcomedi_fops.c2257 comedi_buf_write_n_allocated(s) >= bps) in comedi_poll()
2361 if (m > comedi_buf_write_n_allocated(s)) in comedi_write()
2362 m = comedi_buf_write_n_allocated(s); in comedi_write()