Searched defs:inv_icm42600_state (Results 1 – 1 of 1) sorted by relevance
133 struct inv_icm42600_state { struct134 struct mutex lock;135 enum inv_icm42600_chip chip;136 const char *name;137 struct regmap *map;138 struct regulator *vdd_supply;139 struct regulator *vddio_supply;140 struct iio_mount_matrix orientation;141 struct inv_icm42600_conf conf;142 struct inv_icm42600_suspended suspended;[all …]