Home
last modified time | relevance | path

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

/linux/include/linux/input/
H A Dadxl34x.h95 * compared with activity_threshold and inactivity_threshold directly
107 * acceleration with inactivity_threshold. If the difference is below
108 * inactivity_threshold for a total of inactivity_time, the device is
134 * inactivity_threshold:
141 u8 inactivity_threshold; member
147 * inactivity_threshold for inactivity to be declared. The scale factor
155 * interrupt when the output data is below inactivity_threshold.
234 * when inactivity (acceleration has been below inactivity_threshold
/linux/drivers/input/misc/
H A Dadxl34x.c220 .inactivity_threshold = 4,
818 AC_WRITE(ac, THRESH_INACT, pdata->inactivity_threshold); in adxl34x_probe()