Searched defs:yas5xx_chip_info (Results 1 – 1 of 1) sorted by relevance
190 struct yas5xx_chip_info { struct191 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);[all …]