Home | History | Annotate | Download | only in libsensors_iio

Lines Matching defs:om

608         int om[9];
610 &om[0], &om[1], &om[2], &om[3], &om[4], &om[5],
611 &om[6], &om[7], &om[8]);
617 om[0], om[1], om[2], om[3], om[4], om[5], om[6], om[7], om[8]);
619 mGyroOrientation[0] = om[0];
620 mGyroOrientation[1] = om[1];
621 mGyroOrientation[2] = om[2];
622 mGyroOrientation[3] = om[3];
623 mGyroOrientation[4] = om[4];
624 mGyroOrientation[5] = om[5];
625 mGyroOrientation[6] = om[6];
626 mGyroOrientation[7] = om[7];
627 mGyroOrientation[8] = om[8];
637 int om[9];
639 &om[0], &om[1], &om[2], &om[3], &om[4], &om[5],
640 &om[6], &om[7], &om[8]);
646 om[0], om[1], om[2], om[3], om[4], om[5], om[6], om[7], om[8]);
648 mAccelOrientation[0] = om[0];
649 mAccelOrientation[1] = om[1];
650 mAccelOrientation[2] = om[2];
651 mAccelOrientation[3] = om[3];
652 mAccelOrientation[4] = om[4];
653 mAccelOrientation[5] = om[5];
654 mAccelOrientation[6] = om[6];
655 mAccelOrientation[7] = om[7];
656 mAccelOrientation[8] = om[8];