Lines Matching defs:yas5xx_chip_info
190 struct yas5xx_chip_info { struct
191 unsigned int devid;
192 const char *product_name;
193 const char *version_names[2];
194 const int *volatile_reg;
195 int volatile_reg_qty;
196 u32 scaling_val2;
197 u16 t_ref;
198 s16 min_temp_x10;
199 int (*get_measure)(struct yas5xx *yas5xx, s32 *to, s32 *xo, s32 *yo, s32 *zo);
200 int (*get_calibration_data)(struct yas5xx *yas5xx);
224 const struct yas5xx_chip_info *chip_info; argument