Lines Matching defs:max8997_haptic
32 struct max8997_haptic {
56 static int max8997_haptic_set_duty_cycle(struct max8997_haptic *chip)
92 static void max8997_haptic_configure(struct max8997_haptic *chip)
152 static void max8997_haptic_enable(struct max8997_haptic *chip)
186 static void max8997_haptic_disable(struct max8997_haptic *chip)
203 struct max8997_haptic *chip =
204 container_of(work, struct max8997_haptic, work);
215 struct max8997_haptic *chip = input_get_drvdata(dev);
228 struct max8997_haptic *chip = input_get_drvdata(dev);
240 struct max8997_haptic *chip;
252 chip = kzalloc(sizeof(struct max8997_haptic), GFP_KERNEL);
356 struct max8997_haptic *chip = platform_get_drvdata(pdev);
372 struct max8997_haptic *chip = platform_get_drvdata(pdev);
400 MODULE_DESCRIPTION("max8997_haptic driver");