Searched refs:regmap_haptic (Results 1 – 3 of 3) sorted by relevance
55 struct regmap *regmap_haptic; member92 error = regmap_update_bits(haptic->regmap_haptic, in max77843_haptic_bias()129 error = regmap_write(haptic->regmap_haptic, in max77693_haptic_configure()312 haptic->regmap_haptic = max77693->regmap_haptic; in max77693_haptic_probe()315 haptic->regmap_haptic = max77693->regmap; in max77693_haptic_probe()
37 struct regmap *regmap_haptic; /* Only MAX77693 */ member
212 max77693->regmap_haptic = devm_regmap_init_i2c(max77693->i2c_haptic, in max77693_i2c_probe()214 if (IS_ERR(max77693->regmap_haptic)) { in max77693_i2c_probe()215 ret = PTR_ERR(max77693->regmap_haptic); in max77693_i2c_probe()