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;161 struct regulator *vddio_supply;162 struct iio_mount_matrix orientation;163 struct inv_icm42600_conf conf;164 struct inv_icm42600_suspended suspended;[all …]