| /linux/drivers/net/pse-pd/ |
| H A D | pse_regulator.c | 72 ret = regulator_is_enabled(priv->ps); in pse_reg_pi_get_pw_status() 114 ret = regulator_is_enabled(priv->ps); in pse_reg_probe()
|
| /linux/drivers/video/fbdev/ |
| H A D | clps711x-fb.c | 170 if (!regulator_is_enabled(cfb->lcd_pwr)) in clps711x_lcd_get_power() 182 if (!regulator_is_enabled(cfb->lcd_pwr)) in clps711x_lcd_set_power() 185 if (regulator_is_enabled(cfb->lcd_pwr)) in clps711x_lcd_set_power()
|
| /linux/rust/helpers/ |
| H A D | regulator.c | 41 return regulator_is_enabled(regulator); in rust_helper_regulator_is_enabled()
|
| /linux/drivers/power/reset/ |
| H A D | regulator-poweroff.c | 25 if (cpu_regulator && regulator_is_enabled(cpu_regulator)) in regulator_poweroff_do_poweroff()
|
| /linux/drivers/staging/greybus/ |
| H A D | arche-apb-ctrl.c | 209 if (!IS_ERR(apb->vcore) && regulator_is_enabled(apb->vcore) > 0) in poweroff_seq() 212 if (!IS_ERR(apb->vio) && regulator_is_enabled(apb->vio) > 0) in poweroff_seq()
|
| /linux/drivers/devfreq/ |
| H A D | mtk-cci-devfreq.c | 387 if (regulator_is_enabled(drv->proc_reg)) in mtk_ccifreq_probe() 390 regulator_is_enabled(drv->sram_reg)) in mtk_ccifreq_probe()
|
| /linux/include/linux/regulator/ |
| H A D | consumer.h | 198 int regulator_is_enabled(struct regulator *regulator); 434 static inline int regulator_is_enabled(struct regulator *regulator) in regulator_is_enabled() function
|
| /linux/drivers/leds/ |
| H A D | leds-regulator.c | 162 if (regulator_is_enabled(led->vcc)) in regulator_led_probe()
|
| H A D | leds-wm8350.c | 224 led->enabled = regulator_is_enabled(isink); in wm8350_led_probe()
|
| /linux/drivers/gpu/drm/mcde/ |
| H A D | mcde_clk_div.c | 98 if (!regulator_is_enabled(mcde->epod)) in mcde_clk_div_recalc_rate()
|
| /linux/drivers/usb/typec/tcpm/ |
| H A D | tcpci_mt6370.c | 85 ret = regulator_is_enabled(priv->vbus); in mt6370_tcpc_set_vbus()
|
| /linux/rust/kernel/ |
| H A D | regulator.rs | 355 unsafe { bindings::regulator_is_enabled(self.inner) != 0 } in is_enabled()
|
| /linux/drivers/regulator/ |
| H A D | userspace-consumer.c | 180 ret = regulator_is_enabled(pdata->supplies[0].consumer); in regulator_userspace_consumer_probe()
|
| /linux/drivers/iio/proximity/ |
| H A D | d3323aa.c | 320 if (regulator_is_enabled(data->regulator_vdd)) { in d3323aa_reset() 708 if (!regulator_is_enabled(data->regulator_vdd)) in d3323aa_disable_regulator()
|
| /linux/drivers/hwmon/ |
| H A D | chipcap2.c | 124 if (regulator_is_enabled(data->regulator)) in cc2_enable() 149 if (regulator_is_enabled(data->regulator)) { in cc2_disable()
|
| /linux/drivers/misc/ |
| H A D | hisi_hikey_usb.c | 59 status = regulator_is_enabled(hisi_hikey_usb->regulator); in hub_power_ctrl()
|
| /linux/drivers/clk/ |
| H A D | clk-gpio.c | 301 return regulator_is_enabled(clk->supply); in clk_gated_fixed_is_prepared()
|
| /linux/drivers/usb/common/ |
| H A D | usb-conn-gpio.c | 119 str_enabled_disabled(regulator_is_enabled(info->vbus))); in usb_conn_detect_cable()
|
| /linux/drivers/usb/typec/ |
| H A D | hd3ss3220.c | 211 if (regulator_is_enabled(hd3ss3220->vbus) == on) in hd3ss3220_regulator_control()
|
| /linux/drivers/usb/host/ |
| H A D | ohci-da8xx.c | 118 return regulator_is_enabled(da8xx_ohci->vbus_reg); in ohci_da8xx_get_power()
|
| /linux/drivers/usb/dwc3/ |
| H A D | dwc3-omap.c | 245 if (omap->vbus_reg && regulator_is_enabled(omap->vbus_reg)) in dwc3_omap_set_mailbox()
|
| /linux/drivers/power/supply/ |
| H A D | charger-manager.c | 427 if (regulator_is_enabled( in try_charger_enable() 1090 state = regulator_is_enabled(charger->consumer); in charger_state_show()
|
| /linux/drivers/mfd/ |
| H A D | stmpe.c | 1492 if (!IS_ERR(stmpe->vio) && regulator_is_enabled(stmpe->vio)) in stmpe_remove() 1494 if (!IS_ERR(stmpe->vcc) && regulator_is_enabled(stmpe->vcc)) in stmpe_remove()
|
| /linux/drivers/usb/mtu3/ |
| H A D | mtu3_debugfs.c | 457 str_on_off(regulator_is_enabled(otg_sx->vbus))); in ssusb_vbus_show()
|
| /linux/drivers/video/backlight/ |
| H A D | pwm_bl.c | 409 if (pb->power_supply && !regulator_is_enabled(pb->power_supply)) in pwm_backlight_initial_power_state()
|