Lines Matching +full:ac +full:- +full:link

1 /* SPDX-License-Identifier: GPL-2.0-or-later */
93 * AC/DC: A '0' = DC coupled operation and a '1' = AC coupled
96 * to determine whether activity or inactivity is detected. In AC
102 * AC coupled operation for inactivity detection, a reference value
152 * result in the function appearing un-responsive if the
162 * holds the threshold value for Free-Fall detection.
163 * The data format is unsigned. The root-sum-square(RSS) value
167 * result in undesirable behavior if Free-Fall interrupt is
178 * free_fall_threshold to generate a Free-Fall interrupt. The
180 * undesirable behavior if Free-Fall interrupt is enabled.
189 * RATE = 3200 Hz / (2^(15 - x)). Default value is 0x0A, or 100 Hz
201 * in Full-Resolution Mode, where the output resolution increases
203 * bit is cleared the device is in 10-bit Mode and RANGE determine the
204 * maximum g-Range and scale factor.
225 * LINK: A '1' with both the activity and inactivity functions
232 * section under Link Mode.
235 * for at least inactivity_time) is detected and the LINK bit is set.
288 u32 ev_code_tap[3]; /* EV_KEY {X-Axis, Y-Axis, Z-Axis} */
291 * A valid BTN or KEY Code for Free-Fall or Activity enables
292 * input event reporting. A '0' disables the Free-Fall or
306 * The orientation function of the ADXL346 reports both 2-D and
307 * 3-D orientation concurrently.
339 * low-pass filter the measured acceleration for stable
354 u32 ev_codes_orient_2d[4]; /* EV_KEY {+X, -X, +Y, -Y} */
355 u32 ev_codes_orient_3d[6]; /* EV_KEY {+Z, +Y, +X, -X, -Y, -Z} */