OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_nstates
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/fdt/
gpioregulator.c
73
u_int
sc_nstates
;
member in struct:gpioregulator_softc
136
sc->
sc_nstates
= len / (sizeof(uint32_t) * 2);
138
sc->
sc_nstates
* sizeof(struct gpioregulator_state), KM_SLEEP);
139
for (n = 0; n < sc->
sc_nstates
; n++) {
226
for (n = 0; n < sc->
sc_nstates
; n++)
256
for (n = 0; n < sc->
sc_nstates
; n++)
gpioregulator.c
73
u_int
sc_nstates
;
member in struct:gpioregulator_softc
136
sc->
sc_nstates
= len / (sizeof(uint32_t) * 2);
138
sc->
sc_nstates
* sizeof(struct gpioregulator_state), KM_SLEEP);
139
for (n = 0; n < sc->
sc_nstates
; n++) {
226
for (n = 0; n < sc->
sc_nstates
; n++)
256
for (n = 0; n < sc->
sc_nstates
; n++)
Completed in 25 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025