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