OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_gpioflags
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/fdt/
fixedregulator.c
70
int
sc_gpioflags
;
member in struct:fixedregulator_softc
117
sc->
sc_gpioflags
= GPIO_PIN_OUTPUT;
119
sc->
sc_gpioflags
|= GPIO_PIN_OPENDRAIN;
129
sc->sc_pin = fdtbus_gpio_acquire(phandle, "gpio", sc->
sc_gpioflags
);
151
sc->
sc_gpioflags
);
gpioregulator.c
80
int
sc_gpioflags
;
member in struct:gpioregulator_softc
145
sc->
sc_gpioflags
= GPIO_PIN_OUTPUT;
147
sc->
sc_gpioflags
|= GPIO_PIN_OPENDRAIN;
157
sc->
sc_gpioflags
);
164
n, sc->
sc_gpioflags
);
Completed in 13 milliseconds
Indexes created Tue Sep 23 23:09:58 GMT 2025