regulator_is_enabled  521 arch/arm/mach-pxa/em-x270.c 		if (regulator_is_enabled(em_x270_usb_ldo))
regulator_is_enabled  139 drivers/input/touchscreen/stmfts.c 	return !!regulator_is_enabled(sdata->ledvdd);
regulator_is_enabled  158 drivers/leds/leds-regulator.c 	if (regulator_is_enabled(led->vcc))
regulator_is_enabled  224 drivers/leds/leds-wm8350.c 	led->enabled = regulator_is_enabled(isink);
regulator_is_enabled  368 drivers/mmc/host/omap_hsmmc.c 	if (regulator_is_enabled(reg)) {
regulator_is_enabled  409 drivers/pci/controller/dwc/pci-imx6.c 	if (imx6_pcie->vpcie && regulator_is_enabled(imx6_pcie->vpcie) > 0) {
regulator_is_enabled  502 drivers/pci/controller/dwc/pci-imx6.c 	if (imx6_pcie->vpcie && !regulator_is_enabled(imx6_pcie->vpcie)) {
regulator_is_enabled  598 drivers/pci/controller/dwc/pci-imx6.c 	if (imx6_pcie->vpcie && regulator_is_enabled(imx6_pcie->vpcie) > 0) {
regulator_is_enabled  413 drivers/power/supply/charger-manager.c 			if (regulator_is_enabled(
regulator_is_enabled 1283 drivers/power/supply/charger-manager.c 		state = regulator_is_enabled(charger->consumer);
regulator_is_enabled 2873 drivers/regulator/core.c EXPORT_SYMBOL_GPL(regulator_is_enabled);
regulator_is_enabled  208 drivers/staging/greybus/arche-apb-ctrl.c 	if (!IS_ERR(apb->vcore) && regulator_is_enabled(apb->vcore) > 0)
regulator_is_enabled  211 drivers/staging/greybus/arche-apb-ctrl.c 	if (!IS_ERR(apb->vio) && regulator_is_enabled(apb->vio) > 0)
regulator_is_enabled  106 drivers/usb/common/usb-conn-gpio.c 		regulator_is_enabled(info->vbus) ? "enabled" : "disabled");
regulator_is_enabled  118 drivers/usb/host/ohci-da8xx.c 		return regulator_is_enabled(da8xx_ohci->vbus_reg);
regulator_is_enabled  481 drivers/usb/mtu3/mtu3_debugfs.c 		   regulator_is_enabled(otg_sx->vbus) ? "on" : "off");
regulator_is_enabled  435 drivers/video/backlight/pwm_bl.c 	if (!regulator_is_enabled(pb->power_supply))
regulator_is_enabled  179 drivers/video/fbdev/clps711x-fb.c 		if (!regulator_is_enabled(cfb->lcd_pwr))
regulator_is_enabled  191 drivers/video/fbdev/clps711x-fb.c 			if (!regulator_is_enabled(cfb->lcd_pwr))
regulator_is_enabled  194 drivers/video/fbdev/clps711x-fb.c 			if (regulator_is_enabled(cfb->lcd_pwr))
regulator_is_enabled  798 drivers/video/fbdev/imxfb.c 	    !regulator_is_enabled(fbi->lcd_pwr))
regulator_is_enabled  225 include/linux/regulator/consumer.h int regulator_is_enabled(struct regulator *regulator);