Searched refs:regmap_haptic (Results 1 – 4 of 4) sorted by relevance
50 struct regmap *regmap_haptic; member92 error = regmap_write(haptic->regmap_haptic, in max77693_haptic_configure()257 haptic->regmap_haptic = max77693->regmap_haptic; in max77693_haptic_probe()
41 struct regmap *regmap_haptic; member77 error = regmap_update_bits(haptic->regmap_haptic, in max77843_haptic_bias()99 error = regmap_write(haptic->regmap_haptic, in max77843_haptic_config()254 haptic->regmap_haptic = max77843->regmap; in max77843_haptic_probe()
211 max77693->regmap_haptic = devm_regmap_init_i2c(max77693->haptic, in max77693_i2c_probe()213 if (IS_ERR(max77693->regmap_haptic)) { in max77693_i2c_probe()214 ret = PTR_ERR(max77693->regmap_haptic); in max77693_i2c_probe()
542 struct regmap *regmap_haptic; member