regulator_is_enabled
return regulator_is_enabled(clk->supply);
if (regulator_is_enabled(drv->proc_reg))
regulator_is_enabled(drv->sram_reg))
if (!regulator_is_enabled(mcde->epod))
if (regulator_is_enabled(data->regulator))
if (regulator_is_enabled(data->regulator)) {
if (regulator_is_enabled(data->regulator_vdd)) {
if (!regulator_is_enabled(data->regulator_vdd))
return !!regulator_is_enabled(sdata->ledvdd);
if (regulator_is_enabled(led->vcc))
led->enabled = regulator_is_enabled(isink);
if (!IS_ERR(stmpe->vio) && regulator_is_enabled(stmpe->vio))
if (!IS_ERR(stmpe->vcc) && regulator_is_enabled(stmpe->vcc))
status = regulator_is_enabled(hisi_hikey_usb->regulator);
if (regulator_is_enabled(reg)) {
!regulator_is_enabled(psec->ps)) {
ret = regulator_is_enabled(priv->ps);
ret = regulator_is_enabled(priv->ps);
if (regulator_is_enabled(port->supply))
if (cpu_regulator && regulator_is_enabled(cpu_regulator))
state = regulator_is_enabled(charger->consumer);
if (regulator_is_enabled(
!regulator_is_enabled(rdev->supply))) {
EXPORT_SYMBOL_GPL(regulator_is_enabled);
ret = regulator_is_enabled(pdata->supplies[0].consumer);
if (!IS_ERR(apb->vcore) && regulator_is_enabled(apb->vcore) > 0)
if (!IS_ERR(apb->vio) && regulator_is_enabled(apb->vio) > 0)
str_enabled_disabled(regulator_is_enabled(info->vbus)));
if (omap->vbus_reg && regulator_is_enabled(omap->vbus_reg))
return regulator_is_enabled(da8xx_ohci->vbus_reg);
str_on_off(regulator_is_enabled(otg_sx->vbus)));
if (regulator_is_enabled(hd3ss3220->vbus) == on)
ret = regulator_is_enabled(priv->vbus);
if (pb->power_supply && !regulator_is_enabled(pb->power_supply))
if (!regulator_is_enabled(cfb->lcd_pwr))
if (!regulator_is_enabled(cfb->lcd_pwr))
if (regulator_is_enabled(cfb->lcd_pwr))
!regulator_is_enabled(fbi->lcd_pwr))
int regulator_is_enabled(struct regulator *regulator);
return regulator_is_enabled(regulator);