OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_vref_supply
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/spi/
mcp3k.c
87
struct fdtbus_regulator *
sc_vref_supply
;
member in struct:mcp3kadc_softc
266
sc->
sc_vref_supply
= fdtbus_regulator_acquire(phandle, "vref-supply");
267
if (sc->
sc_vref_supply
== NULL) {
273
error = fdtbus_regulator_enable(sc->
sc_vref_supply
);
281
error = fdtbus_regulator_get_voltage(sc->
sc_vref_supply
, &uvolts);
286
(void) fdtbus_regulator_disable(sc->
sc_vref_supply
);
Completed in 13 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025