Searched refs:vcc_on (Results 1 – 3 of 3) sorted by relevance
34 bool vcc_on; member42 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()
33 bool vcc_on; member42 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()
95 struct gpio_desc *vcc_on; member584 tc6393xb->vcc_on = gpiochip_request_own_desc(gc, TOSA_GPIO_CARD_VCC_ON, "VCC ON", in tc6393xb_register_gpio()586 if (IS_ERR(tc6393xb->vcc_on)) in tc6393xb_register_gpio()587 return dev_err_probe(dev, PTR_ERR(tc6393xb->vcc_on), in tc6393xb_register_gpio()