Searched refs:regmap_haptic (Results 1 – 3 of 3) sorted by relevance
51 struct regmap *regmap_haptic; member91 error = regmap_update_bits(haptic->regmap_haptic, in max77843_haptic_bias()128 error = regmap_write(haptic->regmap_haptic, in max77693_haptic_configure()313 haptic->regmap_haptic = max77693->regmap_haptic; in max77693_haptic_probe()316 haptic->regmap_haptic = max77693->regmap; in max77693_haptic_probe()
201 max77693->regmap_haptic = devm_regmap_init_i2c(max77693->i2c_haptic, in max77693_i2c_probe()203 if (IS_ERR(max77693->regmap_haptic)) { in max77693_i2c_probe()204 ret = PTR_ERR(max77693->regmap_haptic); in max77693_i2c_probe()
33 struct regmap *regmap_haptic; /* Only MAX77693 */ member