Searched refs:vibrator (Results 1 – 8 of 8) sorted by relevance
44 if (!vibrator->vcc_on) { in pwm_vibrator_start()83 if (vibrator->pwm_dir) in pwm_vibrator_stop()89 if (vibrator->vcc_on) { in pwm_vibrator_stop()100 if (vibrator->level) in pwm_vibrator_play_work()112 if (!vibrator->level) in pwm_vibrator_play_effect()134 vibrator = devm_kzalloc(&pdev->dev, sizeof(*vibrator), GFP_KERNEL); in pwm_vibrator_probe()135 if (!vibrator) in pwm_vibrator_probe()139 if (!vibrator->input) in pwm_vibrator_probe()208 input_set_drvdata(vibrator->input, vibrator); in pwm_vibrator_probe()234 if (vibrator->level) in pwm_vibrator_suspend()[all …]
42 if (!vibrator->vcc_on) { in gpio_vibrator_start()48 vibrator->vcc_on = true; in gpio_vibrator_start()60 if (vibrator->vcc_on) { in gpio_vibrator_stop()62 vibrator->vcc_on = false; in gpio_vibrator_stop()71 if (vibrator->running) in gpio_vibrator_play_work()107 vibrator = devm_kzalloc(&pdev->dev, sizeof(*vibrator), GFP_KERNEL); in gpio_vibrator_probe()108 if (!vibrator) in gpio_vibrator_probe()112 if (!vibrator->input) in gpio_vibrator_probe()131 input_set_drvdata(vibrator->input, vibrator); in gpio_vibrator_probe()158 if (vibrator->running) in gpio_vibrator_suspend()[all …]
195 tristate "Qualcomm PM8XXX vibrator support"199 This option enables device driver support for the vibrator204 module will be called pm8xxx-vibrator.329 tristate "GPIO vibrator support"333 Say Y here to get support for GPIO based vibrator devices.609 tristate "PWM vibrator support"613 Say Y here to get support for PWM based vibrator devices.935 tristate "Spreadtrum sc27xx vibrator support"939 This option enables support for Spreadtrum sc27xx vibrator driver.
65 obj-$(CONFIG_INPUT_PM8XXX_VIBRATOR) += pm8xxx-vibrator.o
16 gb-vibrator-y := vibrator.o27 obj-$(CONFIG_GREYBUS_VIBRATOR) += gb-vibrator.o
106 ATTRIBUTE_GROUPS(vibrator);
119 will be called gb-vibrator.ko
936 general purpose LDO which is commonly used to drive the vibrator.
Completed in 21 milliseconds