Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/misc/
Dmax77693-haptic.c50 struct regmap *regmap_haptic; member
92 error = regmap_write(haptic->regmap_haptic, in max77693_haptic_configure()
257 haptic->regmap_haptic = max77693->regmap_haptic; in max77693_haptic_probe()
Dmax77843-haptic.c41 struct regmap *regmap_haptic; member
77 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()
/linux-4.1.27/drivers/mfd/
Dmax77693.c211 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()
/linux-4.1.27/include/linux/mfd/
Dmax77693-private.h542 struct regmap *regmap_haptic; member