Lines Matching defs:st_sensor_data
241 struct st_sensor_data { struct
242 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;
254 bool int_pin_open_drain;
255 int irq;
257 bool edge_irq;
258 bool hw_irq_trigger;
259 s64 hw_timestamp;
261 struct mutex odr_lock;