Searched refs:yas5xx (Results 1 – 1 of 1) sorted by relevance
165 struct yas5xx;200 int (*get_measure)(struct yas5xx *yas5xx, s32 *to, s32 *xo, s32 *yo, s32 *zo);201 int (*get_calibration_data)(struct yas5xx *yas5xx);202 void (*dump_calibration)(struct yas5xx *yas5xx);203 int (*measure_offsets)(struct yas5xx *yas5xx);204 int (*power_on)(struct yas5xx *yas5xx);223 struct yas5xx { struct285 static int yas530_measure(struct yas5xx *yas5xx, u16 *t, u16 *x, u16 *y1, u16 *y2) in yas530_measure() argument287 const struct yas5xx_chip_info *ci = yas5xx->chip_info; in yas530_measure()293 mutex_lock(&yas5xx->lock); in yas530_measure()[all …]