Home
last modified time | relevance | path

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

/linux/drivers/comedi/
H A Dcomedi_internal.h38 unsigned int comedi_buf_write_n_allocated(struct comedi_subdevice *s);
H A Dcomedi_buf.c358 unsigned int comedi_buf_write_n_allocated(struct comedi_subdevice *s) in comedi_buf_write_n_allocated() function
384 unsigned int allocated = comedi_buf_write_n_allocated(s); in comedi_buf_write_free()
H A Dcomedi_fops.c2644 m = comedi_buf_write_n_allocated(s); in comedi_write()