Searched defs:st_sensor_data (Results 1 – 2 of 2) 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 …]
241 struct st_sensor_data { struct242 struct iio_trigger *trig;243 struct iio_mount_matrix mount_matrix;244 struct st_sensor_settings *sensor_settings;245 struct st_sensor_fullscale_avl *current_fullscale;246 struct regmap *regmap;248 bool enabled;250 unsigned int odr;251 unsigned int num_data_channels;253 u8 drdy_int_pin;[all …]