Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/sensors/
H A Dsensor-dev.c128 #define ACCEL_SENSITIVE 16384 macro
145 abs(abs(sensor->axis.z) - ACCEL_SENSITIVE) > ACCEL_OFFSET_MAX) { in accel_do_calibration()
172 …? sensor_cali_data.accel_offset[2] - ACCEL_SENSITIVE : sensor_cali_data.accel_offset[2] + ACCEL_SE… in accel_do_calibration()