Searched defs:da7280_haptic (Results 1 – 1 of 1) sorted by relevance
226 struct da7280_haptic { struct227 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;[all …]