OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_regulator
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/fdt/
fdt_panel.c
58
struct fdtbus_regulator *
sc_regulator
;
member in struct:panel_fdt_softc
83
if (sc->
sc_regulator
) {
84
fdtbus_regulator_enable(sc->
sc_regulator
);
147
sc->
sc_regulator
= fdtbus_regulator_acquire(phandle, "power-supply");
148
if (sc->
sc_regulator
== NULL) {
/src/sys/arch/arm/sunxi/
sunxi_dwhdmi.c
64
struct fdtbus_regulator *
sc_regulator
;
member in struct:sunxi_dwhdmi_softc
105
if (sc->
sc_regulator
!= NULL) {
106
error = fdtbus_regulator_enable(sc->
sc_regulator
);
286
sc->
sc_regulator
= fdtbus_regulator_acquire(sc->sc_phandle, "hvcc-supply");
Completed in 11 milliseconds
Indexes created Mon Oct 20 15:10:11 GMT 2025