Searched refs:regulator_enable (Results 1 – 25 of 29) sorted by relevance
12
| /openbsd/src/sys/dev/fdt/ |
| D | ehci_fdt.c | 249 regulator_enable(phy_supply); in ehci_init_phy() 415 regulator_enable(vbus_supply); in sun4i_phy_init() 441 regulator_enable(phy_supply); in sun9i_phy_init()
|
| D | rkpcie.c | 237 regulator_enable(OF_getpropint(sc->sc_node, "vpcie12v-supply", 0)); in rkpcie_attach() 238 regulator_enable(OF_getpropint(sc->sc_node, "vpcie3v3-supply", 0)); in rkpcie_attach() 239 regulator_enable(OF_getpropint(sc->sc_node, "vpcie1v8-supply", 0)); in rkpcie_attach() 240 regulator_enable(OF_getpropint(sc->sc_node, "vpcie0v9-supply", 0)); in rkpcie_attach()
|
| D | simpleamp.c | 101 regulator_enable(sc->sc_vcc); in simpleamp_open()
|
| D | simplepanel.c | 95 regulator_enable(power_supply); in simplepanel_attach()
|
| D | xhci_fdt.c | 603 regulator_enable(vbus_supply); in imx8mp_usb_init() 648 regulator_enable(vbus_supply); in imx8mq_usb_init() 662 regulator_enable(vcc_supply); in nop_xceiv_init()
|
| D | amlusbphy.c | 163 regulator_enable(phy_supply); in amlusbphy_enable()
|
| D | amldwusb.c | 171 regulator_enable(vbus_supply); in amldwusb_attach()
|
| D | rkusbphy.c | 381 regulator_enable(phandle); in rkusbphy_phy_supply()
|
| D | amlmmc.c | 491 regulator_enable(sc->sc_vmmc); in amlmmc_bus_power() 494 regulator_enable(sc->sc_vqmmc); in amlmmc_bus_power()
|
| D | sncodec.c | 140 regulator_enable(OF_getpropint(node, "SDZ-supply", 0)); in sncodec_attach()
|
| D | tascodec.c | 131 regulator_enable(OF_getpropint(node, "SDZ-supply", 0)); in tascodec_attach()
|
| D | imxehci.c | 213 regulator_enable(vbus); in imxehci_attach()
|
| D | sximmc.c | 685 regulator_enable(sc->sc_vmmc); in sximmc_bus_power() 688 regulator_enable(sc->sc_vqmmc); in sximmc_bus_power()
|
| D | sxipio.c | 376 regulator_enable(supply); in sxipio_pinctrl()
|
| D | if_dwqe_fdt.c | 195 regulator_enable(phy_supply); in dwqe_fdt_attach()
|
| D | fusbtc.c | 641 regulator_enable(sc->sc_vbus); in fusbtc_set_vbus()
|
| D | imxesdhc.c | 669 regulator_enable(sc->sc_vmmc); in imxesdhc_bus_power()
|
| D | if_dwxe.c | 504 regulator_enable(phy_supply); in dwxe_init()
|
| /openbsd/src/sys/dev/ofw/ |
| D | ofw_regulator.h | 43 int regulator_enable(uint32_t);
|
| D | ofw_regulator.c | 122 regulator_enable(OF_getpropint(node, "vin-supply", 0)); in regulator_fixed_set() 196 regulator_enable(uint32_t phandle) in regulator_enable() function
|
| D | ofw_misc.c | 193 regulator_enable(vcc_supply); in phy_usb_nop_enable()
|
| /openbsd/src/sys/arch/armv7/sunxi/ |
| D | sxiahci.c | 169 regulator_enable(target_supply); in sxiahci_attach()
|
| D | sxie.c | 241 regulator_enable(phy_supply); in sxie_attach()
|
| /openbsd/src/sys/arch/riscv64/riscv64/ |
| D | cpu.c | 641 regulator_enable(ci->ci_cpu_supply); in cpu_opp_mountroot()
|
| /openbsd/src/sys/arch/arm/arm/ |
| D | cpu.c | 800 regulator_enable(ci->ci_cpu_supply); in cpu_opp_mountroot()
|
12