Searched refs:comedi_buf_alloc (Results 1 – 4 of 4) sorted by relevance
/drivers/staging/comedi/ |
D | comedi_internal.h | 27 int comedi_buf_alloc(struct comedi_device *dev, struct comedi_subdevice *s,
|
D | drivers.c | 171 comedi_buf_alloc(dev, s, 0); in comedi_device_detach_cleanup() 676 if (comedi_buf_alloc(dev, s, buf_size) < 0) { in __comedi_device_postconfig_async()
|
D | comedi_buf.c | 257 int comedi_buf_alloc(struct comedi_device *dev, struct comedi_subdevice *s, in comedi_buf_alloc() function
|
D | comedi_fops.c | 363 retval = comedi_buf_alloc(dev, s, new_size); in resize_async_buffer()
|