Home
last modified time | relevance | path

Searched refs:device_get_supply_regulator (Results 1 – 21 of 21) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dxhci-mvebu.c52 ret = device_get_supply_regulator(dev, "vbus-supply", &regulator); in xhci_usb_probe()
H A Dxhci-rockchip.c49 ret = device_get_supply_regulator(dev, "vbus-supply", in xhci_usb_ofdata_to_platdata()
H A Dehci-generic.c39 ret = device_get_supply_regulator(dev, "vbus-supply", in ehci_enable_vbus_supply()
H A Dehci-mx6.c520 ret = device_get_supply_regulator(dev, "vbus-supply", in ehci_usb_probe()
H A Ddwc2.c177 ret = device_get_supply_regulator(dev, "vbus-supply", in dwc_vbus_supply_init()
/openbmc/u-boot/include/power/
H A Dregulator.h462 int device_get_supply_regulator(struct udevice *dev, const char *supply_name,
/openbmc/u-boot/drivers/adc/
H A Dadc-uclass.c379 ret = device_get_supply_regulator(dev, "vdd-supply", in adc_vdd_platdata_set()
403 ret = device_get_supply_regulator(dev, "vss-supply", in adc_vss_platdata_set()
H A Dstm32-adc-core.c149 ret = device_get_supply_regulator(dev, "vref-supply", &common->vref); in stm32_adc_core_probe()
/openbmc/u-boot/drivers/phy/
H A Dphy-rcar-gen3.c119 ret = device_get_supply_regulator(dev, "vbus-supply", in rcar_gen3_phy_probe()
H A Dmeson-gxl-usb2.c213 ret = device_get_supply_regulator(dev, "phy-supply", &priv->phy_supply); in meson_gxl_usb2_phy_probe()
/openbmc/u-boot/drivers/power/regulator/
H A Dstm32-vrefbuf.c127 ret = device_get_supply_regulator(dev, "vdda-supply", in stm32_vrefbuf_probe()
H A Dregulator-uclass.c225 int device_get_supply_regulator(struct udevice *dev, const char *supply_name, in device_get_supply_regulator() function
H A Dtps65910_regulator.c401 ret = device_get_supply_regulator(dev->parent, supply_name, &supply); in tps65910_regulator_ofdata_to_platdata()
/openbmc/u-boot/drivers/video/meson/
H A Dmeson_dw_hdmi.c364 ret = device_get_supply_regulator(dev, "hdmi-supply", &supply); in meson_dw_hdmi_probe()
/openbmc/u-boot/drivers/mmc/
H A Dtmio-common.c749 device_get_supply_regulator(dev, "vqmmc-supply", &priv->vqmmc_dev); in tmio_sd_probe()
H A Dmmc.c2533 ret = device_get_supply_regulator(mmc->dev, "vmmc-supply", in mmc_power_init()
2538 ret = device_get_supply_regulator(mmc->dev, "vqmmc-supply", in mmc_power_init()
H A Dfsl_esdhc.c1508 ret = device_get_supply_regulator(dev, "vqmmc-supply", &vqmmc_dev); in fsl_esdhc_probe()
H A Domap_hsmmc.c1987 device_get_supply_regulator(dev, "pbias-supply",
/openbmc/u-boot/drivers/net/
H A Ddesignware.c715 ret = device_get_supply_regulator(dev, "phy-supply", in designware_eth_probe()
H A Dfec_mxc.c1458 device_get_supply_regulator(dev, "phy-supply", &priv->phy_supply); in fecmxc_ofdata_to_platdata()
/openbmc/u-boot/drivers/ram/
H A Dk3-am654-ddrss.c621 device_get_supply_regulator(ddrss->dev, "vtt-supply", in am654_ddrss_power_on()