Home
last modified time | relevance | path

Searched refs:ni_tio_set_routing (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/comedi/drivers/
H A Dni_tio.h170 int ni_tio_set_routing(struct ni_gpct_device *counter_dev,
H A Dni_tio.c1544 * ni_tio_set_routing() - Sets the register value of the selector MUX for the given destination.
1555 int ni_tio_set_routing(struct ni_gpct_device *counter_dev, unsigned int dest, in ni_tio_set_routing() function
1581 EXPORT_SYMBOL_GPL(ni_tio_set_routing);
1592 return ni_tio_set_routing(counter_dev, dest, in ni_tio_unset_routing()
H A Dni_660x.c878 ni_tio_set_routing(devpriv->counter_dev, dest, in connect_route()