Lines Matching defs:st_sensor_data
232 struct st_sensor_data { struct
233 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;
244 unsigned int odr;
245 unsigned int num_data_channels;
247 u8 drdy_int_pin;
248 bool int_pin_open_drain;
249 int irq;
251 bool edge_irq;
252 bool hw_irq_trigger;
253 s64 hw_timestamp;
255 char buffer_data[ST_SENSORS_MAX_BUFFER_SIZE] ____cacheline_aligned;