Home | History | Annotate | Download | only in libsensors_iio

Lines Matching defs:om

886         int om[9];
888 &om[0], &om[1], &om[2], &om[3], &om[4], &om[5],
889 &om[6], &om[7], &om[8]) < 0) {
895 om[0], om[1], om[2], om[3], om[4], om[5], om[6], om[7], om[8]);
897 mGyroOrientation[0] = om[0];
898 mGyroOrientation[1] = om[1];
899 mGyroOrientation[2] = om[2];
900 mGyroOrientation[3] = om[3];
901 mGyroOrientation[4] = om[4];
902 mGyroOrientation[5] = om[5];
903 mGyroOrientation[6] = om[6];
904 mGyroOrientation[7] = om[7];
905 mGyroOrientation[8] = om[8];
917 int om[9];
919 &om[0], &om[1], &om[2], &omom[4], &om[5],
920 &om[6], &om[7], &om[8]) < 0) {
926 om[0], om[1], om[2], om[3], om[4], om[5], om[6], om[7], om[8]);
928 mAccelOrientation[0] = om[0];
929 mAccelOrientation[1] = om[1];
930 mAccelOrientation[2] = om[2];
931 mAccelOrientation[3] = om[3];
932 mAccelOrientation[4] = om[4];
933 mAccelOrientation[5] = om[5];
934 mAccelOrientation[6] = om[6];
935 mAccelOrientation[7] = om[7];
936 mAccelOrientation[8] = om[8];