Searched refs:max8997_haptic (Results 1 – 2 of 2) sorted by relevance
32 struct max8997_haptic { struct152 static void max8997_haptic_enable(struct max8997_haptic *chip) in max8997_haptic_enable()186 static void max8997_haptic_disable(struct max8997_haptic *chip) in max8997_haptic_disable()203 struct max8997_haptic *chip = in max8997_haptic_play_effect_work()204 container_of(work, struct max8997_haptic, work); in max8997_haptic_play_effect_work()215 struct max8997_haptic *chip = input_get_drvdata(dev); in max8997_haptic_play_effect()228 struct max8997_haptic *chip = input_get_drvdata(dev); in max8997_haptic_close()240 struct max8997_haptic *chip; in max8997_haptic_probe()252 chip = kzalloc(sizeof(struct max8997_haptic), GFP_KERNEL); in max8997_haptic_probe()357 struct max8997_haptic *chip = platform_get_drvdata(pdev); in max8997_haptic_remove()[all …]
53 obj-$(CONFIG_INPUT_MAX8997_HAPTIC) += max8997_haptic.o
Completed in 4 milliseconds