Lines Matching refs:max77693_haptic
47 struct max77693_haptic { struct
67 static int max77693_haptic_set_duty_cycle(struct max77693_haptic *haptic) in max77693_haptic_set_duty_cycle() argument
84 static int max77843_haptic_bias(struct max77693_haptic *haptic, bool on) in max77843_haptic_bias()
104 static int max77693_haptic_configure(struct max77693_haptic *haptic, in max77693_haptic_configure()
139 static int max77693_haptic_lowsys(struct max77693_haptic *haptic, bool enable) in max77693_haptic_lowsys()
158 static void max77693_haptic_enable(struct max77693_haptic *haptic) in max77693_haptic_enable()
190 static void max77693_haptic_disable(struct max77693_haptic *haptic) in max77693_haptic_disable()
216 struct max77693_haptic *haptic = in max77693_haptic_play_work()
217 container_of(work, struct max77693_haptic, work); in max77693_haptic_play_work()
235 struct max77693_haptic *haptic = input_get_drvdata(dev); in max77693_haptic_play_effect()
260 struct max77693_haptic *haptic = input_get_drvdata(dev); in max77693_haptic_open()
279 struct max77693_haptic *haptic = input_get_drvdata(dev); in max77693_haptic_close()
296 struct max77693_haptic *haptic; in max77693_haptic_probe()
381 struct max77693_haptic *haptic = platform_get_drvdata(pdev); in max77693_haptic_suspend()
394 struct max77693_haptic *haptic = platform_get_drvdata(pdev); in max77693_haptic_resume()