Lines Matching full:max77693
3 * MAXIM MAX77693/MAX77843 Haptic device driver
24 #include <linux/mfd/max77693.h>
25 #include <linux/mfd/max77693-common.h>
26 #include <linux/mfd/max77693-private.h>
296 struct max77693_dev *max77693 = dev_get_drvdata(pdev->dev.parent); in max77693_haptic_probe() local
304 haptic->regmap_pmic = max77693->regmap; in max77693_haptic_probe()
311 haptic->dev_type = max77693->type; in max77693_haptic_probe()
314 haptic->regmap_haptic = max77693->regmap_haptic; in max77693_haptic_probe()
317 haptic->regmap_haptic = max77693->regmap; in max77693_haptic_probe()
353 haptic->input_dev->name = "max77693-haptic"; in max77693_haptic_probe()
410 { "max77693-haptic", },
417 { .compatible = "maxim,max77693-haptic", },
425 .name = "max77693-haptic",