OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_handlers
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/xscale/
pxa2x0_gpio.c
78
struct gpio_irq_handler *
sc_handlers
[GPIO_NPINS];
member in struct:pxagpio_softc
80
struct gpio_irq_handler *
sc_handlers
[2];
member in struct:pxagpio_softc
171
memset(sc->
sc_handlers
, 0, sizeof(sc->
sc_handlers
));
280
if (sc->
sc_handlers
[gpio] != NULL)
289
gh->gh_next = sc->
sc_handlers
[gpio];
290
sc->
sc_handlers
[gpio] = gh;
349
sc->
sc_handlers
[gh->gh_gpio] = NULL;
377
if (sc->
sc_handlers
[0] == NULL) {
386
return ((sc->
sc_handlers
[0]->gh_func)(sc->sc_handlers[0]->gh_arg))
[
all
...]
/src/sys/arch/macppc/dev/
cuda.c
81
CudaHandler
sc_handlers
[16];
member in struct:cuda_softc
265
sc->
sc_handlers
[i].handler = NULL;
266
sc->
sc_handlers
[i].cookie = NULL;
396
me = &sc->
sc_handlers
[type];
649
CudaHandler *me = &sc->
sc_handlers
[type];
Completed in 34 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025