Home | History | Annotate | Download | only in libsensors_iio

Lines Matching refs:om

86         int om[9];
88 &om[0], &om[1], &om[2], &om[3], &om[4], &om[5],
89 &om[6], &om[7], &om[8]);
95 om[0], om[1], om[2], om[3], om[4], om[5], om[6], om[7], om[8]);
97 mCompassOrientation[0] = om[0];
98 mCompassOrientation[1] = om[1];
99 mCompassOrientation[2] = om[2];
100 mCompassOrientation[3] = om[3];
101 mCompassOrientation[4] = om[4];
102 mCompassOrientation[5] = om[5];
103 mCompassOrientation[6] = om[6];
104 mCompassOrientation[7] = om[7];
105 mCompassOrientation[8] = om[8];