Searched defs:iio_chan_spec (Results 1 - 1 of 1) sorted by path

/include/linux/iio/
H A Diio.h55 struct iio_chan_spec;
70 struct iio_chan_spec const *, char *buf);
72 struct iio_chan_spec const *, const char *buf,
96 int (*set)(struct iio_dev *, const struct iio_chan_spec *, unsigned int);
97 int (*get)(struct iio_dev *, const struct iio_chan_spec *);
101 uintptr_t priv, const struct iio_chan_spec *chan, char *buf);
103 uintptr_t priv, const struct iio_chan_spec *chan, char *buf);
105 uintptr_t priv, const struct iio_chan_spec *chan, const char *buf,
165 * struct iio_chan_spec - specification of a single channel
217 struct iio_chan_spec { struct
[all...]

Completed in 27 milliseconds