Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/sensors/accel/da228e/
H A Dda228e_core.c42 static int count_static; in da228e_temp_calibrate_detect_static() local
51 count_static++; 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.c45 static int count_static; in da215s_temp_calibrate_detect_static() local
54 count_static++; 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()