Searched refs:nexus_teardown_intr (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/sys/powerpc/powerpc/
H A Dnexus.c66 static bus_teardown_intr_t nexus_teardown_intr; variable
85 DEVMETHOD(bus_teardown_intr, nexus_teardown_intr),
148 nexus_teardown_intr(device_t bus __unused, device_t child __unused, function
/freebsd-10-stable/sys/arm/arm/
H A Dnexus.c96 static int nexus_teardown_intr(device_t, device_t, struct resource *, void *);
115 DEVMETHOD(bus_teardown_intr, nexus_teardown_intr),
261 nexus_teardown_intr(device_t dev, device_t child, struct resource *r, void *ih) function
/freebsd-10-stable/sys/ia64/ia64/
H A Dnexus.c97 static int nexus_teardown_intr(device_t, device_t, struct resource *,
129 DEVMETHOD(bus_teardown_intr, nexus_teardown_intr),
397 nexus_teardown_intr(device_t dev, device_t child, struct resource *ires, function
/freebsd-10-stable/sys/mips/mips/
H A Dnexus.c108 static int nexus_teardown_intr(device_t, device_t, struct resource *,
126 DEVMETHOD(bus_teardown_intr, nexus_teardown_intr),
436 nexus_teardown_intr(device_t dev, device_t child, struct resource *r, void *ih) function
/freebsd-10-stable/sys/sparc64/sparc64/
H A Dnexus.c89 static bus_teardown_intr_t nexus_teardown_intr; variable
129 DEVMETHOD(bus_teardown_intr, nexus_teardown_intr),
334 nexus_teardown_intr(device_t bus __unused, device_t child __unused, function
/freebsd-10-stable/sys/x86/x86/
H A Dnexus.c122 static int nexus_teardown_intr(device_t, device_t, struct resource *,
154 DEVMETHOD(bus_teardown_intr, nexus_teardown_intr),
538 nexus_teardown_intr(device_t dev, device_t child, struct resource *r, void *ih) function

Completed in 69 milliseconds