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 bool legacy;
234 struct work_struct work;
235 int val;
236 u16 gain;
237 s16 level;
239 u8 dev_type;
240 u8 op_mode;
241 u8 const_op_mode;
242 u8 periodic_op_mode;
243 u16 nommax;
244 u16 absmax;
245 u32 imax;
246 u32 impd;
247 u32 resonant_freq_h;
248 u32 resonant_freq_l;
249 bool bemf_sense_en;
250 bool freq_track_en;
251 bool acc_en;
252 bool rapid_stop_en;
253 bool amp_pid_en;
277 static const struct regmap_config da7280_haptic_regmap_config = { argument