Home
last modified time | relevance | path

Searched refs:regmap_haptic (Results 1 – 2 of 2) sorted by relevance

/drivers/input/misc/
A Dmax77693-haptic.c53 struct regmap *regmap_haptic; member
94 error = regmap_update_bits(haptic->regmap_haptic, in max77843_haptic_bias()
138 error = regmap_write(haptic->regmap_haptic, in max77693_haptic_configure()
323 haptic->regmap_haptic = max77693->regmap_haptic; in max77693_haptic_probe()
327 haptic->regmap_haptic = max77693->regmap; in max77693_haptic_probe()
/drivers/mfd/
A Dmax77693.c197 max77693->regmap_haptic = devm_regmap_init_i2c(max77693->i2c_haptic, in max77693_i2c_probe()
199 if (IS_ERR(max77693->regmap_haptic)) { in max77693_i2c_probe()
200 ret = PTR_ERR(max77693->regmap_haptic); in max77693_i2c_probe()

Completed in 6 milliseconds