Lines Matching full:max77693
3 * MAXIM MAX77693/MAX77843 Haptic device driver
23 #include <linux/mfd/max77693.h>
24 #include <linux/mfd/max77693-common.h>
25 #include <linux/mfd/max77693-private.h>
295 struct max77693_dev *max77693 = dev_get_drvdata(pdev->dev.parent); in max77693_haptic_probe() local
303 haptic->regmap_pmic = max77693->regmap; in max77693_haptic_probe()
310 haptic->dev_type = max77693->type; in max77693_haptic_probe()
313 haptic->regmap_haptic = max77693->regmap_haptic; in max77693_haptic_probe()
316 haptic->regmap_haptic = max77693->regmap; in max77693_haptic_probe()
352 haptic->input_dev->name = "max77693-haptic"; in max77693_haptic_probe()
409 { "max77693-haptic", },
416 { .compatible = "maxim,max77693-haptic", },
424 .name = "max77693-haptic",