Searched defs:inv_icm42600_state (Results 1 – 1 of 1) sorted by relevance
131 struct inv_icm42600_state { struct132 struct mutex lock;133 enum inv_icm42600_chip chip;134 const char *name;135 struct regmap *map;136 struct regulator *vdd_supply;139 struct inv_icm42600_conf conf;141 struct iio_dev *indio_gyro;142 struct iio_dev *indio_accel;145 struct {[all …]
Completed in 9 milliseconds