Searched defs:inv_icm42600_state (Results 1 – 1 of 1) sorted by relevance
155 struct inv_icm42600_state { struct156 struct mutex lock;157 enum inv_icm42600_chip chip;158 const char *name;159 struct regmap *map;160 struct regulator *vdd_supply;163 struct inv_icm42600_conf conf;165 struct iio_dev *indio_gyro;166 struct iio_dev *indio_accel;169 struct {[all …]
Completed in 5 milliseconds