Home
last modified time | relevance | path

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

/openbmc/linux/drivers/comedi/drivers/
H A Dni_pcimio.c1375 dev->subdevices[NI_GPCT_SUBDEV(0)].buf_change = &pcimio_gpct0_change; in pcimio_auto_attach()
1376 dev->subdevices[NI_GPCT_SUBDEV(1)].buf_change = &pcimio_gpct1_change; in pcimio_auto_attach()
H A Dni_mio_common.c208 #define NI_GPCT_SUBDEV(x) (NI_GPCT0_SUBDEV + (x)) macro
1257 s = &dev->subdevices[NI_GPCT_SUBDEV(counter_index)]; in handle_gpct_interrupt()
6266 s = &dev->subdevices[NI_GPCT_SUBDEV(i)]; in ni_E_init()