Home | History | Annotate | Download | only in libsensors_iio

Lines Matching refs:om

619         int om[9];
621 &om[0], &om[1], &om[2], &om[3], &om[4], &om[5],
622 &om[6], &om[7], &om[8]);
628 om[0], om[1], om[2], om[3], om[4], om[5], om[6], om[7], om[8]);
630 mGyroOrientation[0] = om[0];
631 mGyroOrientation[1] = om[1];
632 mGyroOrientation[2] = om[2];
633 mGyroOrientation[3] = om[3];
634 mGyroOrientation[4] = om[4];
635 mGyroOrientation[5] = om[5];
636 mGyroOrientation[6] = om[6];
637 mGyroOrientation[7] = om[7];
638 mGyroOrientation[8] = om[8];
648 int om[9];
650 &om[0], &om[1], &om[2], &om[3], &om[4], &om[5],
651 &om[6], &om[7], &om[8]);
657 om[0], om[1], om[2], om[3], om[4], om[5], om[6], om[7], om[8]);
659 mAccelOrientation[0] = om[0];
660 mAccelOrientation[1] = om[1];
661 mAccelOrientation[2] = om[2];
662 mAccelOrientation[3] = om[3];
663 mAccelOrientation[4] = om[4];
664 mAccelOrientation[5] = om[5];
665 mAccelOrientation[6] = om[6];
666 mAccelOrientation[7] = om[7];
667 mAccelOrientation[8] = om[8];