Home
last modified time | relevance | path

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

/drivers/staging/comedi/
Dcomedi_buf.c255 static unsigned int __comedi_buf_write_alloc(struct comedi_subdevice *s, in __comedi_buf_write_alloc() function
280 return __comedi_buf_write_alloc(s, nbytes, 0); in comedi_buf_write_alloc()
433 unsigned int n = __comedi_buf_write_alloc(s, sizeof(short), 1); in comedi_buf_put()