/freebsd/sys/dev/pwm/ |
H A D | pwm_backlight.c | 155 regulator_enable(sc->power_supply); in pwm_backlight_attach() 244 regulator_enable(sc->power_supply); in pwm_backlight_update_status()
|
/freebsd/sys/dev/mmc/ |
H A D | mmc_fdt_helpers.c | 365 regulator_enable(helper->vmmc_supply); in mmc_fdt_set_power() 370 regulator_enable(helper->vqmmc_supply); in mmc_fdt_set_power()
|
/freebsd/sys/dev/dwc/ |
H A D | if_dwc_aw.c | 115 error = regulator_enable(reg); in a20_if_dwc_init()
|
H A D | if_dwc_rk.c | 547 if (regulator_enable(phy_supply)) { in if_dwc_rk_init()
|
/freebsd/sys/dev/sound/fdt/ |
H A D | simple_amplifier.c | 135 error = regulator_enable(sc->supply_vcc); in simple_amp_dai_trigger()
|
/freebsd/sys/dev/regulator/ |
H A D | regulator.h | 134 int regulator_enable(regulator_t reg);
|
H A D | regulator.c | 924 regulator_enable(regulator_t reg) in regulator_enable() function
|
/freebsd/sys/dev/usb/controller/ |
H A D | usb_nop_xceiv.c | 111 error = regulator_enable(sc->vcc_supply); in usb_nop_xceiv_phy_enable()
|
/freebsd/sys/dev/eqos/ |
H A D | if_eqos_fdt.c | 250 if (regulator_enable(eqos_supply)) in eqos_fdt_init()
|
/freebsd/sys/arm/allwinner/ |
H A D | aw_usb3phy.c | 159 error = regulator_enable(sc->reg); in awusb3phy_phy_enable()
|
H A D | a10_ahci.c | 322 error = regulator_enable(sc->ahci_reg); in ahci_a10_attach()
|
H A D | aw_usbphy.c | 381 error = regulator_enable(reg); in awusbphy_phy_enable()
|
H A D | aw_mmc.c | 1341 regulator_enable(sc->mmc_helper.vmmc_supply); 1346 regulator_enable(sc->mmc_helper.vqmmc_supply);
|
/freebsd/sys/arm64/rockchip/ |
H A D | rk_pcie.c | 825 rv = regulator_enable(sc->supply_12v); in rk_pcie_enable_resources() 833 rv = regulator_enable(sc->supply_3v3); in rk_pcie_enable_resources() 841 rv = regulator_enable(sc->supply_1v8); in rk_pcie_enable_resources() 849 rv = regulator_enable(sc->supply_0v9); in rk_pcie_enable_resources()
|
H A D | rk_usb2phy.c | 134 error = regulator_enable(sc->phy_supply); in rk_usb2phy_enable()
|
H A D | rk3568_pcie.c | 147 if (regulator_enable(sc->regulator)) in rk3568_pcie_init_soc()
|
/freebsd/sys/dev/sdhci/ |
H A D | sdhci_xenon.c | 356 regulator_enable(sc->vmmc_supply); in sdhci_xenon_update_ios() 358 regulator_enable(sc->vqmmc_supply); in sdhci_xenon_update_ios()
|
H A D | sdhci_fsl_fdt.c | 630 regulator_enable(sc->fdt_helper.vmmc_supply); in sdhci_fsl_fdt_update_ios() 632 regulator_enable(sc->fdt_helper.vqmmc_supply); in sdhci_fsl_fdt_update_ios()
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_sdhci.c | 405 regulator_enable(sc->sc_mmc_helper.vmmc_supply); in bcm_sdhci_update_ios() 407 regulator_enable(sc->sc_mmc_helper.vqmmc_supply); in bcm_sdhci_update_ios()
|
/freebsd/sys/arm/nvidia/drm2/ |
H A D | tegra_hdmi.c | 1125 rv = regulator_enable(sc->supply_hdmi); in enable_fdt_resources() 1130 rv = regulator_enable(sc->supply_pll); in enable_fdt_resources() 1135 rv = regulator_enable(sc->supply_vdd); in enable_fdt_resources()
|
/freebsd/sys/arm/allwinner/a64/ |
H A D | sun50i_a64_acodec.c | 242 error = regulator_enable(reg); in a64codec_attach()
|
/freebsd/sys/arm/nvidia/tegra124/ |
H A D | tegra124_xusbpadctl.c | 598 rv = regulator_enable(port->supply_vbus); in usb2_powerup() 629 rv = regulator_enable(port->supply_vbus); in usb2_powerdown()
|
/freebsd/sys/arm64/nvidia/tegra210/ |
H A D | tegra210_xusbpadctl.c | 1017 rv = regulator_enable(port->supply_vbus); in usb3_port_init() 1148 rv = regulator_enable(port->supply_vbus); in hsic_enable() 1307 rv = regulator_enable(port->supply_vbus); in usb2_enable()
|
/freebsd/sys/dev/mmc/host/ |
H A D | dwmmc.c | 630 error = regulator_enable(sc->vmmc); in parse_fdt() 637 error = regulator_enable(sc->vqmmc); in parse_fdt()
|
/freebsd/sys/arm/nvidia/ |
H A D | tegra_usbphy.c | 803 rv = regulator_enable(sc->supply_vbus); in usbphy_attach()
|