Home
last modified time | relevance | path

Searched refs:vcc_supply (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Dusb_nop_xceiv.c52 regulator_t vcc_supply; member
109 if (sc->vcc_supply) { in usb_nop_xceiv_phy_enable()
111 error = regulator_enable(sc->vcc_supply); in usb_nop_xceiv_phy_enable()
113 error = regulator_disable(sc->vcc_supply); in usb_nop_xceiv_phy_enable()
163 regulator_get_by_ofw_property(dev, node, "vcc-supply", &sc->vcc_supply); in usb_nop_xceiv_attach()
/freebsd/sys/arm/allwinner/
H A Daw_gpio.c1050 regulator_t vcc_supply; in aw_gpio_enable_bank_supply() local
1059 if (regulator_get_by_ofw_property(sc->sc_dev, 0, bank_reg_name, &vcc_supply) == 0) { in aw_gpio_enable_bank_supply()
1064 if (regulator_enable(vcc_supply) != 0) { in aw_gpio_enable_bank_supply()