Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/sensors/accel/da228e/
H A Dda228e_core.c105 short lz_offset; in da228e_temp_calibrate() local
108 lz_offset = (*z) % 10; in da228e_temp_calibrate()
114 (*x)*(*x) - (*y)*(*y)) + lz_offset; in da228e_temp_calibrate()
164 (*x)*(*x) - (*y)*(*y)) + lz_offset; in da228e_temp_calibrate()
/OK3568_Linux_fs/kernel/drivers/input/sensors/accel/da215s/
H A Dda215s_core.c107 short lz_offset; in da215s_temp_calibrate() local
110 lz_offset = (*z) % 10; in da215s_temp_calibrate()
115 (*x)*(*x) - (*y)*(*y)) + lz_offset; in da215s_temp_calibrate()
166 (*x) * (*x) - (*y) * (*y)) + lz_offset; in da215s_temp_calibrate()