Searched defs:adis16480_chip_info (Results 1 – 1 of 1) sorted by relevance
129 struct adis16480_chip_info { struct130 unsigned int num_channels;131 const struct iio_chan_spec *channels;132 unsigned int gyro_max_val;133 unsigned int gyro_max_scale;134 unsigned int accel_max_val;158 const struct adis16480_chip_info *chip_info; argument871 static const struct adis16480_chip_info adis16480_chip_info[] = { variable