hwcal 196 drivers/input/misc/adxl34x.c struct axis_triple hwcal; hwcal 490 drivers/input/misc/adxl34x.c ac->hwcal.x * 4 + ac->swcal.x, hwcal 491 drivers/input/misc/adxl34x.c ac->hwcal.y * 4 + ac->swcal.y, hwcal 492 drivers/input/misc/adxl34x.c ac->hwcal.z * 4 + ac->swcal.z); hwcal 510 drivers/input/misc/adxl34x.c ac->hwcal.x -= (ac->saved.x / 4); hwcal 513 drivers/input/misc/adxl34x.c ac->hwcal.y -= (ac->saved.y / 4); hwcal 516 drivers/input/misc/adxl34x.c ac->hwcal.z -= (ac->saved.z / 4); hwcal 519 drivers/input/misc/adxl34x.c AC_WRITE(ac, OFSX, (s8) ac->hwcal.x); hwcal 520 drivers/input/misc/adxl34x.c AC_WRITE(ac, OFSY, (s8) ac->hwcal.y); hwcal 521 drivers/input/misc/adxl34x.c AC_WRITE(ac, OFSZ, (s8) ac->hwcal.z); hwcal 830 drivers/input/misc/adxl34x.c ac->hwcal.x = pdata->x_axis_offset; hwcal 832 drivers/input/misc/adxl34x.c ac->hwcal.y = pdata->y_axis_offset; hwcal 834 drivers/input/misc/adxl34x.c ac->hwcal.z = pdata->z_axis_offset;