enb_gpio           43 drivers/regulator/pwm-regulator.c 	struct gpio_desc *enb_gpio;
enb_gpio          119 drivers/regulator/pwm-regulator.c 	gpiod_set_value_cansleep(drvdata->enb_gpio, 1);
enb_gpio          130 drivers/regulator/pwm-regulator.c 	gpiod_set_value_cansleep(drvdata->enb_gpio, 0);
enb_gpio          139 drivers/regulator/pwm-regulator.c 	if (drvdata->enb_gpio && !gpiod_get_value_cansleep(drvdata->enb_gpio))
enb_gpio          365 drivers/regulator/pwm-regulator.c 	drvdata->enb_gpio = devm_gpiod_get_optional(&pdev->dev, "enable",
enb_gpio          367 drivers/regulator/pwm-regulator.c 	if (IS_ERR(drvdata->enb_gpio)) {
enb_gpio          368 drivers/regulator/pwm-regulator.c 		ret = PTR_ERR(drvdata->enb_gpio);