Lines Matching defs:lis3lv02d_platform_data
50 struct lis3lv02d_platform_data { struct
60 unsigned char click_flags;
61 unsigned char click_thresh_x;
62 unsigned char click_thresh_y;
63 unsigned char click_thresh_z;
64 unsigned char click_time_limit;
65 unsigned char click_latency;
66 unsigned char click_window;
84 unsigned char irq_cfg;
85 unsigned char irq_flags1; /* Additional irq edge / level flags */
86 unsigned char irq_flags2; /* Additional irq edge / level flags */
87 unsigned char duration1;
88 unsigned char duration2;
95 unsigned char wakeup_flags;
96 unsigned char wakeup_thresh;
97 unsigned char wakeup_flags2;
98 unsigned char wakeup_thresh2;
105 unsigned char hipass_ctrl;
113 s8 axis_x;
114 s8 axis_y;
115 s8 axis_z;
117 u16 driver_features;
118 int default_rate;
119 int (*setup_resources)(void);
120 int (*release_resources)(void);
122 s16 st_min_limits[3]; /* min pass limit x, y, z */
123 s16 st_max_limits[3]; /* max pass limit x, y, z */
124 int irq2;