Searched refs:nexus_teardown_intr (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/powerpc/powerpc/ |
H A D | nexus.c | 79 static bus_teardown_intr_t nexus_teardown_intr; variable 105 DEVMETHOD(bus_teardown_intr, nexus_teardown_intr), 182 nexus_teardown_intr(device_t bus __unused, device_t child __unused, in nexus_teardown_intr() function
|
/freebsd/sys/arm/arm/ |
H A D | nexus.c | 97 static bus_teardown_intr_t nexus_teardown_intr; variable 135 DEVMETHOD(bus_teardown_intr, nexus_teardown_intr), 284 nexus_teardown_intr(device_t dev, device_t child, struct resource *r, void *ih) in nexus_teardown_intr() function
|
/freebsd/sys/riscv/riscv/ |
H A D | nexus.c | 93 static bus_teardown_intr_t nexus_teardown_intr; variable 125 DEVMETHOD(bus_teardown_intr, nexus_teardown_intr), 283 nexus_teardown_intr(device_t dev, device_t child, struct resource *r, void *ih) in nexus_teardown_intr() function
|
/freebsd/sys/arm64/arm64/ |
H A D | nexus.c | 120 static bus_teardown_intr_t nexus_teardown_intr; variable 150 DEVMETHOD(bus_teardown_intr, nexus_teardown_intr), 294 nexus_teardown_intr(device_t dev, device_t child, struct resource *r, void *ih) in nexus_teardown_intr() function
|
/freebsd/sys/x86/x86/ |
H A D | nexus.c | 112 static bus_teardown_intr_t nexus_teardown_intr; variable 156 DEVMETHOD(bus_teardown_intr, nexus_teardown_intr), 490 nexus_teardown_intr(device_t dev, device_t child, struct resource *r, void *ih) in nexus_teardown_intr() function
|