Home
last modified time | relevance | path

Searched refs:TEMP_CALIBRATE_STATIC_COUNT (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/sensors/accel/da228e/
H A Dda228e_core.c16 #define TEMP_CALIBRATE_STATIC_COUNT 12 macro
43 static short temp_x[TEMP_CALIBRATE_STATIC_COUNT]; in da228e_temp_calibrate_detect_static()
44 static short temp_y[TEMP_CALIBRATE_STATIC_COUNT]; in da228e_temp_calibrate_detect_static()
45 static short temp_z[TEMP_CALIBRATE_STATIC_COUNT]; in da228e_temp_calibrate_detect_static()
57 for (i = 1; i < TEMP_CALIBRATE_STATIC_COUNT; i++) { in da228e_temp_calibrate_detect_static()
68 for (i = 0; i < TEMP_CALIBRATE_STATIC_COUNT; i++) { in da228e_temp_calibrate_detect_static()
69 if (i == TEMP_CALIBRATE_STATIC_COUNT - 1) { in da228e_temp_calibrate_detect_static()
88 if (count_static > TEMP_CALIBRATE_STATIC_COUNT) { in da228e_temp_calibrate_detect_static()
89 count_static = TEMP_CALIBRATE_STATIC_COUNT; in da228e_temp_calibrate_detect_static()
/OK3568_Linux_fs/kernel/drivers/input/sensors/accel/da215s/
H A Dda215s_core.c20 #define TEMP_CALIBRATE_STATIC_COUNT 12 macro
46 static short temp_x[TEMP_CALIBRATE_STATIC_COUNT]; in da215s_temp_calibrate_detect_static()
47 static short temp_y[TEMP_CALIBRATE_STATIC_COUNT]; in da215s_temp_calibrate_detect_static()
48 static short temp_z[TEMP_CALIBRATE_STATIC_COUNT]; in da215s_temp_calibrate_detect_static()
60 for (i = 1; i < TEMP_CALIBRATE_STATIC_COUNT; i++) { in da215s_temp_calibrate_detect_static()
71 for (i = 0; i < TEMP_CALIBRATE_STATIC_COUNT; i++) { in da215s_temp_calibrate_detect_static()
72 if (i == (TEMP_CALIBRATE_STATIC_COUNT-1)) { in da215s_temp_calibrate_detect_static()
91 if (count_static > TEMP_CALIBRATE_STATIC_COUNT) { in da215s_temp_calibrate_detect_static()
92 count_static = TEMP_CALIBRATE_STATIC_COUNT; in da215s_temp_calibrate_detect_static()