Searched refs:supply_vcc (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/sound/fdt/
H A Dsimple_amplifier.c57 regulator_t supply_vcc; member in struct:simple_amp_softc
98 &sc->supply_vcc);
134 if (sc->supply_vcc != NULL) {
135 error = regulator_enable(sc->supply_vcc);
165 if (sc->supply_vcc != NULL) {
166 error = regulator_disable(sc->supply_vcc);

Completed in 114 milliseconds