Searched refs:nexus_teardown_intr (Results 1 - 7 of 7) sorted by last modified time

/freebsd-11-stable/sys/arm64/arm64/
H A Dnexus.c118 static int nexus_teardown_intr(device_t, device_t, struct resource *, void *);
141 DEVMETHOD(bus_teardown_intr, nexus_teardown_intr),
317 nexus_teardown_intr(device_t dev, device_t child, struct resource *r, void *ih) function
/freebsd-11-stable/sys/x86/x86/
H A Dnexus.c128 static int nexus_teardown_intr(device_t, device_t, struct resource *,
166 DEVMETHOD(bus_teardown_intr, nexus_teardown_intr),
634 nexus_teardown_intr(device_t dev, device_t child, struct resource *r, void *ih) function
/freebsd-11-stable/sys/mips/mips/
H A Dnexus.c117 static int nexus_teardown_intr(device_t, device_t, struct resource *,
148 DEVMETHOD(bus_teardown_intr, nexus_teardown_intr),
509 nexus_teardown_intr(device_t dev, device_t child, struct resource *r, void *ih) function
/freebsd-11-stable/sys/arm/arm/
H A Dnexus.c108 static int nexus_teardown_intr(device_t, device_t, struct resource *, void *);
128 DEVMETHOD(bus_teardown_intr, nexus_teardown_intr),
318 nexus_teardown_intr(device_t dev, device_t child, struct resource *r, void *ih) function
/freebsd-11-stable/sys/riscv/riscv/
H A Dnexus.c99 static int nexus_teardown_intr(device_t, device_t, struct resource *, void *);
122 DEVMETHOD(bus_teardown_intr, nexus_teardown_intr),
290 nexus_teardown_intr(device_t dev, device_t child, struct resource *r, void *ih) function
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dnexus.c89 static bus_teardown_intr_t nexus_teardown_intr; variable
130 DEVMETHOD(bus_teardown_intr, nexus_teardown_intr),
336 nexus_teardown_intr(device_t bus __unused, device_t child __unused, function
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dnexus.c66 static bus_teardown_intr_t nexus_teardown_intr; variable
86 DEVMETHOD(bus_teardown_intr, nexus_teardown_intr),
150 nexus_teardown_intr(device_t bus __unused, device_t child __unused, function

Completed in 180 milliseconds