Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/comedi/drivers/
Dni_pcimio.c1384 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()
Dni_mio_common.c205 #define NI_GPCT_SUBDEV(x) (NI_GPCT0_SUBDEV + (x)) macro
1272 s = &dev->subdevices[NI_GPCT_SUBDEV(counter_index)]; in handle_gpct_interrupt()
6287 s = &dev->subdevices[NI_GPCT_SUBDEV(i)]; in ni_E_init()