OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_irqcookie
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/arm/xscale/
pxa2x0_gpio.c
75
void *
sc_irqcookie
[4];
member in struct:pxagpio_softc
194
sc->
sc_irqcookie
[2] = pxa2x0_intr_establish(PXA2X0_INT_GPION, IPL_BIO,
196
if (sc->
sc_irqcookie
[2] == NULL) {
202
sc->
sc_irqcookie
[0] = sc->
sc_irqcookie
[1] = NULL;
293
KDASSERT(sc->
sc_irqcookie
[0] == NULL);
294
sc->
sc_irqcookie
[0] = pxa2x0_intr_establish(PXA2X0_INT_GPIO0,
296
KDASSERT(sc->
sc_irqcookie
[0]);
299
KDASSERT(sc->
sc_irqcookie
[1] == NULL);
300
sc->
sc_irqcookie
[1] = pxa2x0_intr_establish(PXA2X0_INT_GPIO1
[
all
...]
pxa2x0_ac97.c
79
void *
sc_irqcookie
;
member in struct:acu_softc
274
sc->
sc_irqcookie
= pxa2x0_intr_establish(pxa->pxa_intr, IPL_AUDIO,
276
KASSERT(sc->
sc_irqcookie
!= NULL);
pxa2x0_dmac.c
170
void *
sc_irqcookie
;
member in struct:pxadmac_softc
388
sc->
sc_irqcookie
= pxa2x0_intr_establish(pxa->pxa_intr, IPL_BIO,
390
KASSERT(sc->
sc_irqcookie
!= NULL);
Completed in 14 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025