Lines Matching defs:name
181 .name = "powerdown",
208 #define DECLARE_AD5693_CHANNELS(name, bits, _shift) \
209 static const struct iio_chan_spec name[] = { \
213 #define DECLARE_AD5338_CHANNELS(name, bits, _shift) \
214 static const struct iio_chan_spec name[] = { \
219 #define DECLARE_AD5686_CHANNELS(name, bits, _shift) \
220 static const struct iio_chan_spec name[] = { \
227 #define DECLARE_AD5676_CHANNELS(name, bits, _shift) \
228 static const struct iio_chan_spec name[] = { \
239 #define DECLARE_AD5679_CHANNELS(name, bits, _shift) \
240 static const struct iio_chan_spec name[] = { \
452 const char *name, ad5686_write_func write,
496 indio_dev->name = name;