Home
last modified time | relevance | path

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

/freebsd-14.2/sys/arm/allwinner/
H A Da10_ahci.c377 regulator_disable(sc->ahci_reg); in ahci_a10_attach()
396 regulator_disable(sc->ahci_reg); in ahci_a10_detach()
H A Daw_usb3phy.c163 error = regulator_disable(sc->reg); in awusb3phy_phy_enable()
H A Daw_usbphy.c375 error = regulator_disable(reg); in awusbphy_phy_enable()
H A Daw_mmc.c1331 regulator_disable(sc->mmc_helper.vmmc_supply);
1336 regulator_disable(sc->mmc_helper.vqmmc_supply);
/freebsd-14.2/sys/dev/mmc/
H A Dmmc_fdt_helpers.c352 regulator_disable(helper->vmmc_supply); in mmc_fdt_set_power()
357 regulator_disable(helper->vqmmc_supply); in mmc_fdt_set_power()
/freebsd-14.2/sys/dev/pwm/
H A Dpwm_backlight.c180 regulator_disable(sc->power_supply); in pwm_backlight_detach()
248 regulator_disable(sc->power_supply); in pwm_backlight_update_status()
/freebsd-14.2/sys/dev/sound/fdt/
H A Dsimple_amplifier.c167 error = regulator_disable(sc->supply_vcc); in simple_amp_dai_trigger()
/freebsd-14.2/sys/dev/extres/regulator/
H A Dregulator.h134 int regulator_disable(regulator_t reg);
H A Dregulator.c941 regulator_disable(regulator_t reg) in regulator_disable() function
/freebsd-14.2/sys/dev/usb/controller/
H A Dusb_nop_xceiv.c114 error = regulator_disable(sc->vcc_supply); in usb_nop_xceiv_phy_enable()
/freebsd-14.2/sys/dev/sdhci/
H A Dsdhci_xenon.c348 regulator_disable(sc->vmmc_supply); in sdhci_xenon_update_ios()
350 regulator_disable(sc->vqmmc_supply); in sdhci_xenon_update_ios()
H A Dsdhci_fsl_fdt.c622 regulator_disable(sc->fdt_helper.vmmc_supply); in sdhci_fsl_fdt_update_ios()
624 regulator_disable(sc->fdt_helper.vqmmc_supply); in sdhci_fsl_fdt_update_ios()
/freebsd-14.2/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-14.2/sys/arm64/rockchip/
H A Drk_usb2phy.c137 error = regulator_disable(sc->phy_supply); in rk_usb2phy_enable()
/freebsd-14.2/sys/arm64/nvidia/tegra210/
H A Dtegra210_xusbpadctl.c1196 regulator_disable(port->supply_vbus); in hsic_enable()
1244 rv = regulator_disable(port->supply_vbus); in hsic_disable()
1320 regulator_disable(port->supply_vbus); in usb2_enable()
1356 rv = regulator_disable(port->supply_vbus); in usb2_disable()
/freebsd-14.2/sys/dev/mmc/host/
H A Ddwmmc.c805 if (sc->vmmc && regulator_disable(sc->vmmc) != 0) in dwmmc_detach()
807 if (sc->vqmmc && regulator_disable(sc->vqmmc) != 0) in dwmmc_detach()