Lines Matching defs:max8997_haptic
32 struct max8997_haptic {
56 static int max8997_haptic_set_duty_cycle(struct max8997_haptic *chip)
97 static void max8997_haptic_configure(struct max8997_haptic *chip)
157 static void max8997_haptic_enable(struct max8997_haptic *chip)
191 static void max8997_haptic_disable(struct max8997_haptic *chip)
208 struct max8997_haptic *chip =
209 container_of(work, struct max8997_haptic, work);
220 struct max8997_haptic *chip = input_get_drvdata(dev);
233 struct max8997_haptic *chip = input_get_drvdata(dev);
245 struct max8997_haptic *chip;
257 chip = kzalloc(sizeof(struct max8997_haptic), GFP_KERNEL);
362 struct max8997_haptic *chip = platform_get_drvdata(pdev);
378 struct max8997_haptic *chip = platform_get_drvdata(pdev);
405 MODULE_DESCRIPTION("max8997_haptic driver");