Home
last modified time | relevance | path

Searched refs:regulator_disable (Results 1 – 16 of 16) sorted by relevance

/freebsd/sys/arm/allwinner/
H A Da10_ahci.c376 regulator_disable(sc->ahci_reg); in ahci_a10_attach()
395 regulator_disable(sc->ahci_reg); in ahci_a10_detach()
H A Daw_usb3phy.c162 error = regulator_disable(sc->reg); in awusb3phy_phy_enable()
H A Daw_usbphy.c374 error = regulator_disable(reg); in awusbphy_phy_enable()
H A Daw_mmc.c1330 regulator_disable(sc->mmc_helper.vmmc_supply);
1335 regulator_disable(sc->mmc_helper.vqmmc_supply);
/freebsd/sys/dev/pwm/
H A Dpwm_backlight.c179 regulator_disable(sc->power_supply); in pwm_backlight_detach()
247 regulator_disable(sc->power_supply); in pwm_backlight_update_status()
/freebsd/sys/dev/mmc/
H A Dmmc_fdt_helpers.c351 regulator_disable(helper->vmmc_supply); in mmc_fdt_set_power()
356 regulator_disable(helper->vqmmc_supply); in mmc_fdt_set_power()
/freebsd/sys/dev/sound/fdt/
H A Dsimple_amplifier.c166 error = regulator_disable(sc->supply_vcc); in simple_amp_dai_trigger()
/freebsd/sys/dev/regulator/
H A Dregulator.h135 int regulator_disable(regulator_t reg);
H A Dregulator.c941 regulator_disable(regulator_t reg) in regulator_disable() function
/freebsd/sys/dev/usb/controller/
H A Dusb_nop_xceiv.c113 error = regulator_disable(sc->vcc_supply); in usb_nop_xceiv_phy_enable()
/freebsd/sys/dev/sdhci/
H A Dsdhci_xenon.c347 regulator_disable(sc->vmmc_supply); in sdhci_xenon_update_ios()
349 regulator_disable(sc->vqmmc_supply); in sdhci_xenon_update_ios()
H A Dsdhci_fsl_fdt.c621 regulator_disable(sc->fdt_helper.vmmc_supply); in sdhci_fsl_fdt_update_ios()
623 regulator_disable(sc->fdt_helper.vqmmc_supply); in sdhci_fsl_fdt_update_ios()
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_sdhci.c416 regulator_disable(sc->sc_mmc_helper.vmmc_supply); in bcm_sdhci_update_ios()
418 regulator_disable(sc->sc_mmc_helper.vqmmc_supply); in bcm_sdhci_update_ios()
/freebsd/sys/arm64/rockchip/
H A Drk_usb2phy.c136 error = regulator_disable(sc->phy_supply); in rk_usb2phy_enable()
/freebsd/sys/arm64/nvidia/tegra210/
H A Dtegra210_xusbpadctl.c1195 regulator_disable(port->supply_vbus); in hsic_enable()
1243 rv = regulator_disable(port->supply_vbus); in hsic_disable()
1319 regulator_disable(port->supply_vbus); in usb2_enable()
1355 rv = regulator_disable(port->supply_vbus); in usb2_disable()
/freebsd/sys/dev/mmc/host/
H A Ddwmmc.c804 if (sc->vmmc && regulator_disable(sc->vmmc) != 0) in dwmmc_detach()
806 if (sc->vqmmc && regulator_disable(sc->vqmmc) != 0) in dwmmc_detach()