HomeSort by: relevance | last modified time | path
    Searched refs:fdtbus_regulator_acquire (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/sys/dev/fdt/
fdt_regulator.h 52 fdtbus_regulator_acquire(int, const char *);
fdt_panel.c 147 sc->sc_regulator = fdtbus_regulator_acquire(phandle, "power-supply");
simple_amplifier.c 128 sc->sc_vcc = fdtbus_regulator_acquire(phandle, "VCC-supply");
usbnopphy.c 132 sc->sc_reg = fdtbus_regulator_acquire(phandle, "vbus-regulator");
fdt_regulator.c 91 fdtbus_regulator_acquire(int phandle, const char *prop) function in typeref:struct:fdtbus_regulator *
dwcmmc_fdt.c 148 esc->sc_vqmmc = fdtbus_regulator_acquire(phandle, "vqmmc-supply");
  /src/sys/arch/arm/amlogic/
mesongxl_usb2phy.c 185 sc->sc_supply = fdtbus_regulator_acquire(phandle, "phy-supply");
mesongxl_usb3phy.c 209 supply = fdtbus_regulator_acquire(phandle, "phy-supply");
meson_usbphy.c 128 reg = fdtbus_regulator_acquire(sc->sc_phandle, "phy-supply");
meson_usbctrl.c 284 sc->sc_supply = fdtbus_regulator_acquire(phandle, "vbus-supply");
meson_sdio.c 213 sc->sc_reg_vmmc = fdtbus_regulator_acquire(sc->sc_slot_phandle, "vmmc-supply");
214 sc->sc_reg_vqmmc = fdtbus_regulator_acquire(sc->sc_slot_phandle, "vqmmc-supply");
  /src/sys/arch/arm/nxp/
imx8mq_usbphy.c 102 reg = fdtbus_regulator_acquire(sc->sc_phandle, "vbus-supply");
imx6_pcie.c 179 ifsc->sc_reg_vpcie = fdtbus_regulator_acquire(phandle, "vpcie-supply");
imx_sdhc.c 131 sc->sc_vmmc_supply = fdtbus_regulator_acquire(phandle, "vmmc-supply");
imx6_usb.c 174 reg = fdtbus_regulator_acquire(phandle, "vbus-supply");
  /src/sys/arch/arm/sunxi/
sun9i_a80_usbphy.c 207 sc->sc_supply = fdtbus_regulator_acquire(phandle, "phy-supply");
sunxi_gmac.c 169 reg_phy = fdtbus_regulator_acquire(phandle, "phy-supply");
sunxi_usb3phy.c 194 phy->phy_reg = fdtbus_regulator_acquire(phandle, "phy-supply");
sunxi_dwhdmi.c 286 sc->sc_regulator = fdtbus_regulator_acquire(sc->sc_phandle, "hvcc-supply");
  /src/sys/arch/arm/nvidia/
tegra124_cpu.c 160 tegra124_reg_vddcpu = fdtbus_regulator_acquire(cpu_node,
tegra_drm.c 181 reg = fdtbus_regulator_acquire(hdmi_phandle, supply);
tegra_sdhc.c 175 sc->sc_reg_vqmmc = fdtbus_regulator_acquire(faa->faa_phandle,
tegra_usbphy.c 161 reg = fdtbus_regulator_acquire(phandle, "vbus-supply");
tegra_ahcisata.c 210 reg = fdtbus_regulator_acquire(phandle, supply);
  /src/sys/arch/arm/rockchip/
rk_usb.c 412 sc->sc_supply = fdtbus_regulator_acquire(phandle, "phy-supply");

Completed in 65 milliseconds

1 2