Home
last modified time | relevance | path

Searched refs:vcc_on (Results 1 – 3 of 3) 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()
/linux/drivers/ufs/core/
H A Dufshcd.c10238 bool vcc_on = false; in ufshcd_vreg_set_hpm() local
10244 vcc_on = true; in ufshcd_vreg_set_hpm()
10255 vcc_on = true; in ufshcd_vreg_set_hpm()
10269 if (hba->quirks & UFSHCD_QUIRK_VCC_ON_DELAY && !ret && vcc_on && in ufshcd_vreg_set_hpm()