Home
last modified time | relevance | path

Searched refs:yo (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/drivers/iio/magnetometer/
H A Dyamaha-yas530.c199 int (*get_measure)(struct yas5xx *yas5xx, s32 *to, s32 *xo, s32 *yo, s32 *zo);
494 * @yo: Y axis out
500 static int yas530_get_measure(struct yas5xx *yas5xx, s32 *to, s32 *xo, s32 *yo, s32 *zo) in yas530_get_measure() argument
569 *yo = c->k * ((c->a4 * sx + c->a5 * sy + c->a6 * sz) / 10); in yas530_get_measure()
580 * @yo: Y axis out
584 static int yas537_get_measure(struct yas5xx *yas5xx, s32 *to, s32 *xo, s32 *yo, s32 *zo) in yas537_get_measure() argument
604 *yo = (y1 - y2) * 1732 / 10; in yas537_get_measure()

Completed in 2 milliseconds