Symbol: regulator_enable
sys/arch/arm/arm/cpu.c
804
regulator_enable(ci->ci_cpu_supply);
sys/arch/arm64/arm64/cpu.c
2298
regulator_enable(ci->ci_cpu_supply);
sys/arch/armv7/sunxi/sxiahci.c
169
regulator_enable(target_supply);
sys/arch/armv7/sunxi/sxie.c
241
regulator_enable(phy_supply);
sys/arch/riscv64/riscv64/cpu.c
758
regulator_enable(ci->ci_cpu_supply);
sys/dev/fdt/amldwusb.c
171
regulator_enable(vbus_supply);
sys/dev/fdt/amlmmc.c
491
regulator_enable(sc->sc_vmmc);
sys/dev/fdt/amlmmc.c
494
regulator_enable(sc->sc_vqmmc);
sys/dev/fdt/amlusbphy.c
163
regulator_enable(phy_supply);
sys/dev/fdt/dwpcie.c
1526
regulator_enable(OF_getpropint(sc->sc_node, "vpcie3v3-supply", 0));
sys/dev/fdt/ehci_fdt.c
249
regulator_enable(phy_supply);
sys/dev/fdt/ehci_fdt.c
415
regulator_enable(vbus_supply);
sys/dev/fdt/ehci_fdt.c
441
regulator_enable(phy_supply);
sys/dev/fdt/fusbtc.c
641
regulator_enable(sc->sc_vbus);
sys/dev/fdt/if_dwge.c
461
regulator_enable(phy_supply);
sys/dev/fdt/if_dwqe_fdt.c
209
regulator_enable(phy_supply);
sys/dev/fdt/if_dwxe.c
504
regulator_enable(phy_supply);
sys/dev/fdt/imxehci.c
213
regulator_enable(vbus);
sys/dev/fdt/imxesdhc.c
669
regulator_enable(sc->sc_vmmc);
sys/dev/fdt/rkpcie.c
237
regulator_enable(OF_getpropint(sc->sc_node, "vpcie12v-supply", 0));
sys/dev/fdt/rkpcie.c
238
regulator_enable(OF_getpropint(sc->sc_node, "vpcie3v3-supply", 0));
sys/dev/fdt/rkpcie.c
239
regulator_enable(OF_getpropint(sc->sc_node, "vpcie1v8-supply", 0));
sys/dev/fdt/rkpcie.c
240
regulator_enable(OF_getpropint(sc->sc_node, "vpcie0v9-supply", 0));
sys/dev/fdt/rkusbphy.c
445
regulator_enable(phandle);
sys/dev/fdt/sdhc_fdt.c
329
regulator_enable(sc->sc_vmmc);
sys/dev/fdt/simpleamp.c
101
regulator_enable(sc->sc_vcc);
sys/dev/fdt/simplepanel.c
95
regulator_enable(power_supply);
sys/dev/fdt/sncodec.c
140
regulator_enable(OF_getpropint(node, "SDZ-supply", 0));
sys/dev/fdt/sximmc.c
685
regulator_enable(sc->sc_vmmc);
sys/dev/fdt/sximmc.c
688
regulator_enable(sc->sc_vqmmc);
sys/dev/fdt/sxipio.c
376
regulator_enable(supply);
sys/dev/fdt/tascodec.c
131
regulator_enable(OF_getpropint(node, "SDZ-supply", 0));
sys/dev/fdt/xhci_fdt.c
163
regulator_enable(vbus_supply);
sys/dev/fdt/xhci_fdt.c
476
regulator_enable(vdd_supply);
sys/dev/fdt/xhci_fdt.c
651
regulator_enable(vbus_supply);
sys/dev/fdt/xhci_fdt.c
697
regulator_enable(vbus_supply);
sys/dev/fdt/xhci_fdt.c
711
regulator_enable(vcc_supply);
sys/dev/ofw/ofw_misc.c
193
regulator_enable(vcc_supply);
sys/dev/ofw/ofw_regulator.c
122
regulator_enable(OF_getpropint(node, "vin-supply", 0));
sys/dev/ofw/ofw_regulator.h
43
int regulator_enable(uint32_t);
sys/dev/usb/dwc2/dwc2_hcd.c
184
return regulator_enable(hsotg->vbus_supply);