Home
last modified time | relevance | path

Searched refs:vcc_on (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/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.c33 bool vcc_on; member
42 if (!vibrator->vcc_on) { in pwm_vibrator_start()
48 vibrator->vcc_on = true; in pwm_vibrator_start()
83 if (vibrator->vcc_on) { in pwm_vibrator_stop()
85 vibrator->vcc_on = false; in pwm_vibrator_stop()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds