Lines Matching defs:adxl34x_platform_data
18 struct adxl34x_platform_data { struct
26 s8 x_axis_offset;
27 s8 y_axis_offset;
28 s8 z_axis_offset;
45 u8 tap_axis_control;
55 u8 tap_threshold;
65 u8 tap_duration;
76 u8 tap_latency;
86 u8 tap_window;
122 u8 act_axis_control;
132 u8 activity_threshold;
142 u8 inactivity_threshold;
159 u8 inactivity_time;
173 u8 free_fall_threshold;
185 u8 free_fall_time;
197 u8 data_rate;
214 u8 data_range;
222 u8 low_power_mode;
244 u8 power_mode;
260 u8 fifo_mode;
270 u8 watermark;
278 u32 ev_type; /* EV_ABS or EV_REL */
280 u32 ev_code_x; /* ABS_X,Y,Z or REL_X,Y,Z */
281 u32 ev_code_y; /* ABS_X,Y,Z or REL_X,Y,Z */
282 u32 ev_code_z; /* ABS_X,Y,Z or REL_X,Y,Z */
289 u32 ev_code_tap[3]; /* EV_KEY {X-Axis, Y-Axis, Z-Axis} */
297 u32 ev_code_ff; /* EV_KEY */
298 u32 ev_code_act_inactivity; /* EV_KEY */
303 u8 use_int2;
315 u8 orientation_enable;
334 u8 deadzone_angle;
353 u8 divisor_length;
355 u32 ev_codes_orient_2d[4]; /* EV_KEY {+X, -X, +Y, -Y} */
356 u32 ev_codes_orient_3d[6]; /* EV_KEY {+Z, +Y, +X, -X, -Y, -Z} */