Searched defs:st_sensor_data (Results 1 – 1 of 1) sorted by relevance
232 struct st_sensor_data { struct233 struct device *dev;234 struct iio_trigger *trig;235 struct iio_mount_matrix *mount_matrix;236 struct st_sensor_settings *sensor_settings;237 struct st_sensor_fullscale_avl *current_fullscale;238 struct regulator *vdd;239 struct regulator *vdd_io;240 struct regmap *regmap;242 bool enabled;[all …]