Home
last modified time | relevance | path

Searched refs:regulator_is_enabled (Results 1 – 16 of 16) sorted by relevance

/Linux-v4.19/drivers/video/fbdev/
Dclps711x-fb.c183 if (!regulator_is_enabled(cfb->lcd_pwr)) in clps711x_lcd_get_power()
195 if (!regulator_is_enabled(cfb->lcd_pwr)) in clps711x_lcd_set_power()
198 if (regulator_is_enabled(cfb->lcd_pwr)) in clps711x_lcd_set_power()
Dimxfb.c798 !regulator_is_enabled(fbi->lcd_pwr)) in imxfb_lcd_get_power()
/Linux-v4.19/include/linux/regulator/
Dconsumer.h229 int regulator_is_enabled(struct regulator *regulator);
417 static inline int regulator_is_enabled(struct regulator *regulator) in regulator_is_enabled() function
/Linux-v4.19/drivers/staging/greybus/
Darche-apb-ctrl.c213 if (!IS_ERR(apb->vcore) && regulator_is_enabled(apb->vcore) > 0) in poweroff_seq()
216 if (!IS_ERR(apb->vio) && regulator_is_enabled(apb->vio) > 0) in poweroff_seq()
/Linux-v4.19/drivers/pci/controller/dwc/
Dpci-imx6.c315 if (imx6_pcie->vpcie && regulator_is_enabled(imx6_pcie->vpcie) > 0) { in imx6_pcie_assert_core_reset()
388 if (imx6_pcie->vpcie && !regulator_is_enabled(imx6_pcie->vpcie)) { in imx6_pcie_deassert_core_reset()
461 if (imx6_pcie->vpcie && regulator_is_enabled(imx6_pcie->vpcie) > 0) { in imx6_pcie_deassert_core_reset()
/Linux-v4.19/drivers/leds/
Dleds-regulator.c162 if (regulator_is_enabled(led->vcc)) in regulator_led_probe()
Dleds-wm8350.c228 led->enabled = regulator_is_enabled(isink); in wm8350_led_probe()
/Linux-v4.19/drivers/usb/mtu3/
Dmtu3_dr.c336 regulator_is_enabled(otg_sx->vbus) ? "on" : "off"); in ssusb_vbus_show()
/Linux-v4.19/drivers/usb/host/
Dohci-da8xx.c129 return regulator_is_enabled(da8xx_ohci->vbus_reg); in ohci_da8xx_get_power()
/Linux-v4.19/drivers/video/backlight/
Dpwm_bl.c431 if (!regulator_is_enabled(pb->power_supply)) in pwm_backlight_initial_power_state()
/Linux-v4.19/Documentation/power/regulator/
Dconsumer.txt47 int regulator_is_enabled(regulator);
/Linux-v4.19/drivers/input/touchscreen/
Dstmfts.c137 return !!regulator_is_enabled(sdata->ledvdd); in stmfts_brightness_get()
/Linux-v4.19/drivers/power/supply/
Dcharger-manager.c415 if (regulator_is_enabled( in try_charger_enable()
1286 state = regulator_is_enabled(charger->consumer); in charger_state_show()
/Linux-v4.19/arch/arm/mach-pxa/
Dem-x270.c525 if (regulator_is_enabled(em_x270_usb_ldo)) in em_x270_ohci_exit()
/Linux-v4.19/drivers/regulator/
Dcore.c2588 int regulator_is_enabled(struct regulator *regulator) in regulator_is_enabled() function
2601 EXPORT_SYMBOL_GPL(regulator_is_enabled);
/Linux-v4.19/drivers/mmc/host/
Domap_hsmmc.c395 if (regulator_is_enabled(reg)) { in omap_hsmmc_disable_boot_regulator()