Home
last modified time | relevance | path

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

/components/drivers/iio/
A Diio.c14 static void *ofw_iio_channel_get_by_index(struct rt_ofw_node *np, int index, int *out_channel) in ofw_iio_channel_get_by_index() argument
33 if (out_channel) in ofw_iio_channel_get_by_index()
35 *out_channel = iio_args.args[0]; in ofw_iio_channel_get_by_index()
42 void *rt_iio_channel_get_by_index(struct rt_device *dev, int index, int *out_channel) in rt_iio_channel_get_by_index() argument
53 iio = ofw_iio_channel_get_by_index(dev->ofw_node, index, out_channel); in rt_iio_channel_get_by_index()
59 void *rt_iio_channel_get_by_name(struct rt_device *dev, const char *name, int *out_channel) in rt_iio_channel_get_by_name() argument
70 return rt_iio_channel_get_by_index(dev, index, out_channel); in rt_iio_channel_get_by_name()
/components/drivers/include/drivers/
A Diio.h14 void *rt_iio_channel_get_by_index(struct rt_device *dev, int index, int *out_channel);
15 void *rt_iio_channel_get_by_name(struct rt_device *dev, const char *name, int *out_channel);

Completed in 6 milliseconds