Lines Matching +full:3 +full:- +full:axis
1 /* SPDX-License-Identifier: GPL-2.0 */
6 * struct lis3lv02d_platform_data - lis3 chip family platform data
8 * @click_thresh_x: Click detection unit x axis threshold
9 * @click_thresh_y: Click detection unit y axis threshold
10 * @click_thresh_z: Click detection unit z axis threshold
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
33 * @st_min_limits[3]: Selftest acceptance minimum values
34 * @st_max_limits[3]: Selftest acceptance maximum values
58 #define LIS3_CLICK_DOUBLE_Y (1 << 3)
72 #define LIS3_IRQ1_FF_WU_12 (3 << 0)
76 #define LIS3_IRQ2_DISABLE (0 << 3)
77 #define LIS3_IRQ2_FF_WU_1 (1 << 3)
78 #define LIS3_IRQ2_FF_WU_2 (2 << 3)
79 #define LIS3_IRQ2_FF_WU_12 (3 << 3)
80 #define LIS3_IRQ2_DATA_READY (4 << 3)
81 #define LIS3_IRQ2_CLICK (7 << 3)
82 #define LIS3_IRQ2_MASK (7 << 3)
93 #define LIS3_WAKEUP_Y_HI (1 << 3)
103 #define LIS3_HIPASS_CUTFF_1HZ 3
105 #define LIS3_HIPASS2_DISABLE (1 << 3)
110 #define LIS3_DEV_Z 3
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 */