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