Searched refs:regmap_haptic (Results 1 – 3 of 3) sorted by relevance
55 struct regmap *regmap_haptic; member95 error = regmap_update_bits(haptic->regmap_haptic, in max77843_haptic_bias()132 error = regmap_write(haptic->regmap_haptic, in max77693_haptic_configure()317 haptic->regmap_haptic = max77693->regmap_haptic; in max77693_haptic_probe()320 haptic->regmap_haptic = max77693->regmap; in max77693_haptic_probe()
37 struct regmap *regmap_haptic; /* Only MAX77693 */ member
215 max77693->regmap_haptic = devm_regmap_init_i2c(max77693->i2c_haptic, in max77693_i2c_probe()217 if (IS_ERR(max77693->regmap_haptic)) { in max77693_i2c_probe()218 ret = PTR_ERR(max77693->regmap_haptic); in max77693_i2c_probe()