Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/comedi/
Dcomedi_internal.h27 int comedi_buf_alloc(struct comedi_device *dev, struct comedi_subdevice *s,
Ddrivers.c170 comedi_buf_alloc(dev, s, 0); in comedi_device_detach_cleanup()
675 if (comedi_buf_alloc(dev, s, buf_size) < 0) { in __comedi_device_postconfig_async()
Dcomedi_buf.c256 int comedi_buf_alloc(struct comedi_device *dev, struct comedi_subdevice *s, in comedi_buf_alloc() function
Dcomedi_fops.c363 retval = comedi_buf_alloc(dev, s, new_size); in resize_async_buffer()