Lines Matching defs:adxl34x_platform_data
17 struct adxl34x_platform_data { struct
25 s8 x_axis_offset;
26 s8 y_axis_offset;
27 s8 z_axis_offset;
44 u8 tap_axis_control;
54 u8 tap_threshold;
64 u8 tap_duration;
75 u8 tap_latency;
85 u8 tap_window;
121 u8 act_axis_control;
131 u8 activity_threshold;
141 u8 inactivity_threshold;
158 u8 inactivity_time;
172 u8 free_fall_threshold;
184 u8 free_fall_time;
196 u8 data_rate;
213 u8 data_range;
221 u8 low_power_mode;
243 u8 power_mode;
259 u8 fifo_mode;
269 u8 watermark;
277 u32 ev_type; /* EV_ABS or EV_REL */
279 u32 ev_code_x; /* ABS_X,Y,Z or REL_X,Y,Z */
280 u32 ev_code_y; /* ABS_X,Y,Z or REL_X,Y,Z */
281 u32 ev_code_z; /* ABS_X,Y,Z or REL_X,Y,Z */
288 u32 ev_code_tap[3]; /* EV_KEY {X-Axis, Y-Axis, Z-Axis} */
296 u32 ev_code_ff; /* EV_KEY */
297 u32 ev_code_act_inactivity; /* EV_KEY */
302 u8 use_int2;
314 u8 orientation_enable;
333 u8 deadzone_angle;
352 u8 divisor_length;
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} */