Lines Matching defs:axis
212 * @hard_offsets: offsets for each axis measured with initcoil actuated
213 * @orientation: mounting matrix, flipped axis etc
277 * @x: the raw x axis measurement
278 * @y1: the y1 axis measurement
279 * @y2: the y2 axis measurement
363 * @x: the raw x axis measurement
364 * @y1: the y1 axis measurement
365 * @y2: the y2 axis measurement
431 static s32 yas530_linearize(struct yas5xx *yas5xx, u16 val, int axis)
455 coef = yas532ac_coef[axis];
467 * and sometimes per-axis coefficient.
469 return val - (3721 + 50 * c->f[axis]) +
470 (yas5xx->hard_offsets[axis] - c->r[axis]) * coef;
490 * yas530_get_measure() - Measure a sample of all axis and process
493 * @xo: X axis out
494 * @yo: Y axis out
495 * @zo: Z axis out
576 * yas537_get_measure() - Measure a sample of all axis and process
579 * @xo: X axis out
580 * @yo: Y axis out
581 * @zo: Z axis out
706 #define YAS5XX_AXIS_CHANNEL(axis, index) \
710 .channel2 = IIO_MOD_##axis, \
793 * Bitfield layout for the axis calibration data, for factor
1614 MODULE_DESCRIPTION("Yamaha YAS53x 3-axis magnetometer driver");