Searched refs:g_accel_orientation (Results 1 – 2 of 2) sorted by relevance
71 extern signed char g_accel_orientation[9]; in inv_constructor_setup()81 orient = inv_orientation_matrix_to_scalar(g_accel_orientation); in inv_constructor_setup()
171 signed char g_accel_orientation[9] = {1, 0, 0, 0, 1, 0, 0, 0, 1}; variable