Searched refs:swcal (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/input/misc/
H A Dadxl34x.c195 struct axis_triple swcal; member in struct:adxl34x
264 axis.x - ac->swcal.x); adxl34x_service_ev_fifo()
266 axis.y - ac->swcal.y); adxl34x_service_ev_fifo()
268 axis.z - ac->swcal.z); adxl34x_service_ev_fifo()
490 ac->hwcal.x * 4 + ac->swcal.x, adxl34x_calibrate_show()
491 ac->hwcal.y * 4 + ac->swcal.y, adxl34x_calibrate_show()
492 ac->hwcal.z * 4 + ac->swcal.z); adxl34x_calibrate_show()
511 ac->swcal.x = ac->saved.x % 4; adxl34x_calibrate_store()
514 ac->swcal.y = ac->saved.y % 4; adxl34x_calibrate_store()
517 ac->swcal.z = ac->saved.z % 4; adxl34x_calibrate_store()

Completed in 55 milliseconds