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