Home
last modified time | relevance | path

Searched defs:vibrator (Results 1 – 2 of 2) sorted by relevance

/drivers/input/misc/
Dgpio-vibra.c37 static int gpio_vibrator_start(struct gpio_vibrator *vibrator) in gpio_vibrator_start()
56 static void gpio_vibrator_stop(struct gpio_vibrator *vibrator) in gpio_vibrator_stop()
68 struct gpio_vibrator *vibrator = in gpio_vibrator_play_work() local
80 struct gpio_vibrator *vibrator = input_get_drvdata(dev); in gpio_vibrator_play_effect() local
95 struct gpio_vibrator *vibrator = input_get_drvdata(input); in gpio_vibrator_close() local
104 struct gpio_vibrator *vibrator; in gpio_vibrator_probe() local
163 struct gpio_vibrator *vibrator = platform_get_drvdata(pdev); in gpio_vibrator_suspend() local
175 struct gpio_vibrator *vibrator = platform_get_drvdata(pdev); in gpio_vibrator_resume() local
Dpwm-vibra.c36 static int pwm_vibrator_start(struct pwm_vibrator *vibrator) in pwm_vibrator_start()
77 static void pwm_vibrator_stop(struct pwm_vibrator *vibrator) in pwm_vibrator_stop()
91 struct pwm_vibrator *vibrator = container_of(work, in pwm_vibrator_play_work() local
103 struct pwm_vibrator *vibrator = input_get_drvdata(dev); in pwm_vibrator_play_effect() local
116 struct pwm_vibrator *vibrator = input_get_drvdata(input); in pwm_vibrator_close() local
124 struct pwm_vibrator *vibrator; in pwm_vibrator_probe() local
227 struct pwm_vibrator *vibrator = dev_get_drvdata(dev); in pwm_vibrator_suspend() local
238 struct pwm_vibrator *vibrator = dev_get_drvdata(dev); in pwm_vibrator_resume() local