Home
last modified time | relevance | path

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

12

/Linux-v6.1/drivers/net/pse-pd/
Dpse_regulator.c66 ret = regulator_is_enabled(priv->ps); in pse_reg_ethtool_get_status()
107 ret = regulator_is_enabled(priv->ps); in pse_reg_probe()
/Linux-v6.1/drivers/power/reset/
Dregulator-poweroff.c28 if (cpu_regulator && regulator_is_enabled(cpu_regulator)) in regulator_poweroff_do_poweroff()
/Linux-v6.1/drivers/video/fbdev/
Dclps711x-fb.c179 if (!regulator_is_enabled(cfb->lcd_pwr)) in clps711x_lcd_get_power()
191 if (!regulator_is_enabled(cfb->lcd_pwr)) in clps711x_lcd_set_power()
194 if (regulator_is_enabled(cfb->lcd_pwr)) in clps711x_lcd_set_power()
Dimxfb.c804 !regulator_is_enabled(fbi->lcd_pwr)) in imxfb_lcd_get_power()
/Linux-v6.1/drivers/staging/greybus/
Darche-apb-ctrl.c208 if (!IS_ERR(apb->vcore) && regulator_is_enabled(apb->vcore) > 0) in poweroff_seq()
211 if (!IS_ERR(apb->vio) && regulator_is_enabled(apb->vio) > 0) in poweroff_seq()
/Linux-v6.1/drivers/hid/i2c-hid/
Di2c-hid-of-goodix.c141 if (ihid_goodix->reset_gpio && regulator_is_enabled(ihid_goodix->vdd)) { in i2c_hid_of_goodix_probe()
/Linux-v6.1/drivers/devfreq/
Dmtk-cci-devfreq.c386 if (regulator_is_enabled(drv->proc_reg)) in mtk_ccifreq_probe()
388 if (drv->sram_reg && regulator_is_enabled(drv->sram_reg)) in mtk_ccifreq_probe()
/Linux-v6.1/include/linux/regulator/
Dconsumer.h242 int regulator_is_enabled(struct regulator *regulator);
464 static inline int regulator_is_enabled(struct regulator *regulator) in regulator_is_enabled() function
/Linux-v6.1/drivers/leds/
Dleds-regulator.c162 if (regulator_is_enabled(led->vcc)) in regulator_led_probe()
Dleds-wm8350.c224 led->enabled = regulator_is_enabled(isink); in wm8350_led_probe()
/Linux-v6.1/drivers/usb/typec/tcpm/
Dtcpci_mt6370.c86 ret = regulator_is_enabled(priv->vbus); in mt6370_tcpc_set_vbus()
/Linux-v6.1/drivers/gpu/drm/mcde/
Dmcde_clk_div.c95 if (!regulator_is_enabled(mcde->epod)) in mcde_clk_div_recalc_rate()
/Linux-v6.1/drivers/misc/
Dhisi_hikey_usb.c59 status = regulator_is_enabled(hisi_hikey_usb->regulator); in hub_power_ctrl()
/Linux-v6.1/drivers/cpufreq/
Dmediatek-cpufreq.c537 if (regulator_is_enabled(info->proc_reg)) in mtk_cpu_dvfs_info_init()
539 if (info->sram_reg && regulator_is_enabled(info->sram_reg)) in mtk_cpu_dvfs_info_init()
/Linux-v6.1/drivers/usb/common/
Dusb-conn-gpio.c111 regulator_is_enabled(info->vbus) ? "enabled" : "disabled"); in usb_conn_detect_cable()
/Linux-v6.1/drivers/usb/host/
Dohci-da8xx.c118 return regulator_is_enabled(da8xx_ohci->vbus_reg); in ohci_da8xx_get_power()
/Linux-v6.1/drivers/usb/dwc3/
Ddwc3-omap.c245 if (omap->vbus_reg && regulator_is_enabled(omap->vbus_reg)) in dwc3_omap_set_mailbox()
/Linux-v6.1/drivers/video/backlight/
Dpwm_bl.c420 if (!regulator_is_enabled(pb->power_supply)) in pwm_backlight_initial_power_state()
/Linux-v6.1/drivers/power/supply/
Dcharger-manager.c426 if (regulator_is_enabled( in try_charger_enable()
1089 state = regulator_is_enabled(charger->consumer); in charger_state_show()
/Linux-v6.1/drivers/usb/mtu3/
Dmtu3_debugfs.c482 regulator_is_enabled(otg_sx->vbus) ? "on" : "off"); in ssusb_vbus_show()
/Linux-v6.1/Documentation/power/regulator/
Dconsumer.rst50 int regulator_is_enabled(regulator);
/Linux-v6.1/drivers/input/touchscreen/
Dstmfts.c139 return !!regulator_is_enabled(sdata->ledvdd); in stmfts_brightness_get()
/Linux-v6.1/drivers/phy/tegra/
Dxusb-tegra186.c777 if (regulator_is_enabled(port->supply)) in tegra186_utmi_phy_set_mode()
/Linux-v6.1/drivers/mmc/host/
Domap_hsmmc.c368 if (regulator_is_enabled(reg)) { in omap_hsmmc_disable_boot_regulator()
/Linux-v6.1/drivers/regulator/
Dcore.c3188 int regulator_is_enabled(struct regulator *regulator) in regulator_is_enabled() function
3201 EXPORT_SYMBOL_GPL(regulator_is_enabled);

12