Searched refs:max8997_haptic (Results 1 – 2 of 2) sorted by relevance
32 struct max8997_haptic { struct56 static int max8997_haptic_set_duty_cycle(struct max8997_haptic *chip) in max8997_haptic_set_duty_cycle() argument97 static void max8997_haptic_configure(struct max8997_haptic *chip) in max8997_haptic_configure()157 static void max8997_haptic_enable(struct max8997_haptic *chip) in max8997_haptic_enable()191 static void max8997_haptic_disable(struct max8997_haptic *chip) in max8997_haptic_disable()208 struct max8997_haptic *chip = in max8997_haptic_play_effect_work()209 container_of(work, struct max8997_haptic, work); in max8997_haptic_play_effect_work()220 struct max8997_haptic *chip = input_get_drvdata(dev); in max8997_haptic_play_effect()233 struct max8997_haptic *chip = input_get_drvdata(dev); in max8997_haptic_close()245 struct max8997_haptic *chip; in max8997_haptic_probe()[all …]
50 obj-$(CONFIG_INPUT_MAX8997_HAPTIC) += max8997_haptic.o