Searched defs:ad7380_chip_info (Results 1 – 1 of 1) sorted by relevance
84 struct ad7380_chip_info { struct85 const char *name;86 const struct iio_chan_spec *channels;87 unsigned int num_channels;88 unsigned int num_simult_channels;89 bool has_mux;90 const char * const *supplies;91 unsigned int num_supplies;92 bool external_ref_only;93 const char * const *vcm_supplies;[all …]