Home
last modified time | relevance | path

Searched refs:vcc_on (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/input/misc/
H A Dgpio-vibra.c34 bool vcc_on; member
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()
H A Dpwm-vibra.c35 bool vcc_on; member
44 if (!vibrator->vcc_on) { in pwm_vibrator_start()
50 vibrator->vcc_on = true; in pwm_vibrator_start()
89 if (vibrator->vcc_on) { in pwm_vibrator_stop()
91 vibrator->vcc_on = false; in pwm_vibrator_stop()