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

/freebsd-12-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
/freebsd-12-stable/sys/riscv/riscv/
H A Dnexus.c96 static int nexus_teardown_intr(device_t, device_t, struct resource *, void *);
119 DEVMETHOD(bus_teardown_intr, nexus_teardown_intr),
288 nexus_teardown_intr(device_t dev, device_t child, struct resource *r, void *ih) function
/freebsd-12-stable/sys/arm/arm/
H A Dnexus.c111 static int nexus_teardown_intr(device_t, device_t, struct resource *, void *);
138 DEVMETHOD(bus_teardown_intr, nexus_teardown_intr),
343 nexus_teardown_intr(device_t dev, device_t child, struct resource *r, void *ih) function
/freebsd-12-stable/sys/arm64/arm64/
H A Dnexus.c121 static int nexus_teardown_intr(device_t, device_t, struct resource *, void *);
144 DEVMETHOD(bus_teardown_intr, nexus_teardown_intr),
322 nexus_teardown_intr(device_t dev, device_t child, struct resource *r, void *ih) function
/freebsd-12-stable/sys/mips/mips/
H A Dnexus.c121 static int nexus_teardown_intr(device_t, device_t, struct resource *,
152 DEVMETHOD(bus_teardown_intr, nexus_teardown_intr),
505 nexus_teardown_intr(device_t dev, device_t child, struct resource *r, void *ih) function
/freebsd-12-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-12-stable/sys/x86/x86/
H A Dnexus.c126 static int nexus_teardown_intr(device_t, device_t, struct resource *,
166 DEVMETHOD(bus_teardown_intr, nexus_teardown_intr),
606 nexus_teardown_intr(device_t dev, device_t child, struct resource *r, void *ih) function

Completed in 122 milliseconds