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;137 struct regulator *vddio_supply;138 struct iio_mount_matrix orientation;139 struct inv_icm42600_conf conf;140 struct inv_icm42600_suspended suspended;[all …]