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>
305 struct max77693_dev *max77693 = dev_get_drvdata(pdev->dev.parent); in max77693_haptic_probe() local
313 haptic->regmap_pmic = max77693->regmap; in max77693_haptic_probe()
320 haptic->dev_type = max77693->type; in max77693_haptic_probe()
323 haptic->regmap_haptic = max77693->regmap_haptic; in max77693_haptic_probe()
327 haptic->regmap_haptic = max77693->regmap; in max77693_haptic_probe()
357 haptic->input_dev->name = "max77693-haptic"; in max77693_haptic_probe()
414 { "max77693-haptic", },
422 { .compatible = "maxim,max77693-haptic", },
431 .name = "max77693-haptic",