Lines Matching +full:on +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
14 * @irq_cfg: On chip irq source and type configuration (click /
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
46 * Irq_flags can be used to enable interrupt detection on the both edges.
111 #define LIS3_INV_DEV_X -1
112 #define LIS3_INV_DEV_Y -2
113 #define LIS3_INV_DEV_Z -3