Searched refs:buf_change (Results 1 – 3 of 3) sorted by relevance
753 if (s->buf_change) { in __comedi_device_postconfig_async()754 ret = s->buf_change(dev, s); in __comedi_device_postconfig_async()
357 if (s->buf_change) { in resize_async_buffer()358 retval = s->buf_change(dev, s); in resize_async_buffer()
199 int (*buf_change)(struct comedi_device *dev, member