Searched refs:max8997_haptic (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/input/misc/
H A Dmax8997_haptic.c46 struct max8997_haptic { struct
70 static int max8997_haptic_set_duty_cycle(struct max8997_haptic *chip) max8997_haptic_set_duty_cycle()
111 static void max8997_haptic_configure(struct max8997_haptic *chip) max8997_haptic_configure()
171 static void max8997_haptic_enable(struct max8997_haptic *chip) max8997_haptic_enable()
205 static void max8997_haptic_disable(struct max8997_haptic *chip) max8997_haptic_disable()
222 struct max8997_haptic *chip = max8997_haptic_play_effect_work()
223 container_of(work, struct max8997_haptic, work); max8997_haptic_play_effect_work()
234 struct max8997_haptic *chip = input_get_drvdata(dev); max8997_haptic_play_effect()
247 struct max8997_haptic *chip = input_get_drvdata(dev); max8997_haptic_close()
259 struct max8997_haptic *chip; max8997_haptic_probe()
271 chip = kzalloc(sizeof(struct max8997_haptic), GFP_KERNEL); max8997_haptic_probe()
370 struct max8997_haptic *chip = platform_get_drvdata(pdev); max8997_haptic_remove()
386 struct max8997_haptic *chip = platform_get_drvdata(pdev); max8997_haptic_suspend()
414 MODULE_DESCRIPTION("max8997_haptic driver");

Completed in 31 milliseconds