Searched refs:regulator_is_enabled (Results 1 - 7 of 7) sorted by relevance

/drivers/video/fbdev/
H A Dclps711x-fb.c183 if (!regulator_is_enabled(cfb->lcd_pwr))
195 if (!regulator_is_enabled(cfb->lcd_pwr))
198 if (regulator_is_enabled(cfb->lcd_pwr))
H A Dimxfb.c762 return regulator_is_enabled(fbi->lcd_pwr);
/drivers/leds/
H A Dleds-regulator.c183 if (regulator_is_enabled(led->vcc))
H A Dleds-wm8350.c239 led->enabled = regulator_is_enabled(isink);
/drivers/power/
H A Dcharger-manager.c404 if (regulator_is_enabled(
1392 state = regulator_is_enabled(charger->consumer);
/drivers/mmc/host/
H A Domap_hsmmc.c413 if ((host->vcc && regulator_is_enabled(host->vcc) > 0) ||
414 (host->vcc_aux && regulator_is_enabled(host->vcc_aux))) {
/drivers/regulator/
H A Dcore.c2160 * regulator_is_enabled - is the regulator output enabled
2171 int regulator_is_enabled(struct regulator *regulator) function
2184 EXPORT_SYMBOL_GPL(regulator_is_enabled); variable

Completed in 3156 milliseconds