Lines Matching defs:da7280_haptic
226 struct da7280_haptic { struct
227 struct regmap *regmap;
228 struct input_dev *input_dev;
229 struct device *dev;
230 struct i2c_client *client;
231 struct pwm_device *pwm_dev;
233 struct work_struct work;
234 int val;
235 u16 gain;
236 s16 level;
238 u8 dev_type;
239 u8 op_mode;
240 u8 const_op_mode;
241 u8 periodic_op_mode;
242 u16 nommax;
243 u16 absmax;
244 u32 imax;
245 u32 impd;
246 u32 resonant_freq_h;
247 u32 resonant_freq_l;
248 bool bemf_sense_en;
249 bool freq_track_en;
250 bool acc_en;
251 bool rapid_stop_en;
252 bool amp_pid_en;
276 static const struct regmap_config da7280_haptic_regmap_config = { argument