Home
last modified time | relevance | path

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

/linux/drivers/power/reset/
H A Dregulator-poweroff.c25 if (cpu_regulator && regulator_is_enabled(cpu_regulator)) in regulator_poweroff_do_poweroff()
/linux/drivers/video/fbdev/
H A Dclps711x-fb.c170 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()
H A Dimxfb.c816 !regulator_is_enabled(fbi->lcd_pwr)) in imxfb_lcd_get_power()
/linux/drivers/leds/
H A Dleds-regulator.c162 if (regulator_is_enabled(led->vcc)) in regulator_led_probe()
H A Dleds-wm8350.c224 led->enabled = regulator_is_enabled(isink); in wm8350_led_probe()
/linux/rust/kernel/
H A Dregulator.rs355 unsafe { bindings::regulator_is_enabled(self.inner.as_ptr()) != 0 } in is_enabled()
/linux/drivers/clk/
H A Dclk-gpio.c301 return regulator_is_enabled(clk->supply); in clk_gated_fixed_is_prepared()
/linux/drivers/usb/common/
H A Dusb-conn-gpio.c119 str_enabled_disabled(regulator_is_enabled(info->vbus))); in usb_conn_detect_cable()
/linux/drivers/usb/host/
H A Dohci-da8xx.c118 return regulator_is_enabled(da8xx_ohci->vbus_reg); in ohci_da8xx_get_power()
/linux/drivers/video/backlight/
H A Dpwm_bl.c409 if (pb->power_supply && !regulator_is_enabled(pb->power_supply)) in pwm_backlight_initial_power_state()
/linux/drivers/input/touchscreen/
H A Dstmfts.c139 return !!regulator_is_enabled(sdata->ledvdd); in stmfts_brightness_get()
/linux/drivers/net/pse-pd/
H A Dpse_core.c1722 !regulator_is_enabled(psec->ps)) { in pse_ethtool_c33_set_config()
/linux/drivers/regulator/
H A Dcore.c1648 !regulator_is_enabled(rdev->supply))) { in set_machine_constraints()
3440 int regulator_is_enabled(struct regulator *regulator) in regulator_is_enabled() function
3453 EXPORT_SYMBOL_GPL(regulator_is_enabled);
/linux/drivers/phy/tegra/
H A Dxusb-tegra210.c1939 if (regulator_is_enabled(port->supply)) in tegra210_usb2_phy_set_mode()