Lines Matching refs:regulator_haptic
23 struct regulator_haptic { struct
39 static int regulator_haptic_toggle(struct regulator_haptic *haptic, bool on) in regulator_haptic_toggle() argument
60 static int regulator_haptic_set_voltage(struct regulator_haptic *haptic, in regulator_haptic_set_voltage()
86 struct regulator_haptic *haptic = container_of(work, in regulator_haptic_work()
87 struct regulator_haptic, work); in regulator_haptic_work()
100 struct regulator_haptic *haptic = input_get_drvdata(input); in regulator_haptic_play_effect()
113 struct regulator_haptic *haptic = input_get_drvdata(input); in regulator_haptic_close()
120 regulator_haptic_parse_dt(struct device *dev, struct regulator_haptic *haptic) in regulator_haptic_parse_dt()
149 struct regulator_haptic *haptic; in regulator_haptic_probe()
210 struct regulator_haptic *haptic = platform_get_drvdata(pdev); in regulator_haptic_suspend()
229 struct regulator_haptic *haptic = platform_get_drvdata(pdev); in regulator_haptic_resume()