Home
last modified time | relevance | path

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

/linux/drivers/comedi/drivers/
H A Dni_pcimio.c1382 dev->subdevices[NI_AI_SUBDEV].buf_change = &pcimio_ai_change; in pcimio_auto_attach()
1383 dev->subdevices[NI_AO_SUBDEV].buf_change = &pcimio_ao_change; in pcimio_auto_attach()
1384 dev->subdevices[NI_GPCT_SUBDEV(0)].buf_change = &pcimio_gpct0_change; in pcimio_auto_attach()
1385 dev->subdevices[NI_GPCT_SUBDEV(1)].buf_change = &pcimio_gpct1_change; in pcimio_auto_attach()
1386 dev->subdevices[NI_DIO_SUBDEV].buf_change = &pcimio_dio_change; in pcimio_auto_attach()
H A Dni_pcidio.c943 s->buf_change = &ni_pcidio_change; in nidio_auto_attach()
H A Dni_660x.c1168 s->buf_change = ni_660x_buf_change; in ni_660x_auto_attach()
/linux/drivers/comedi/
H A Ddrivers.c753 if (s->buf_change) { in __comedi_device_postconfig_async()
754 ret = s->buf_change(dev, s); in __comedi_device_postconfig_async()
H A Dcomedi_fops.c357 if (s->buf_change) { in resize_async_buffer()
358 retval = s->buf_change(dev, s); in resize_async_buffer()
/linux/include/linux/comedi/
H A Dcomedidev.h199 int (*buf_change)(struct comedi_device *dev, member