Lines Matching +full:high +full:- +full:z
1 /* SPDX-License-Identifier: GPL-2.0 */
6 * struct lis3lv02d_platform_data - lis3 chip family platform data
10 * @click_thresh_z: Click detection unit z axis threshold
24 * @hipass_ctrl: High pass filter control (enable / disable, cut off
26 * @axis_x: Sensor orientation remapping for x-axis
27 * @axis_y: Sensor orientation remapping for y-axis
28 * @axis_z: Sensor orientation remapping for z-axis
44 * on the configuration. For example, interrupt detection block can use high
111 #define LIS3_INV_DEV_X -1
112 #define LIS3_INV_DEV_Y -2
113 #define LIS3_INV_DEV_Z -3
123 s16 st_min_limits[3]; /* min pass limit x, y, z */
124 s16 st_max_limits[3]; /* max pass limit x, y, z */