Searched defs: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 183 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 285 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 284 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 297 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 490 nexus_teardown_intr(device_t dev, device_t child, struct resource *r, void *ih) in nexus_teardown_intr() function
|