Searched refs:intr_teardown_irq (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/sys/ |
H A D | intr.h | 130 int intr_teardown_irq(device_t, struct resource *, void *);
|
/freebsd/sys/arm/arm/ |
H A D | nexus.c | 287 return (intr_teardown_irq(child, r, ih)); in nexus_teardown_intr()
|
/freebsd/sys/riscv/riscv/ |
H A D | nexus.c | 286 return (intr_teardown_irq(child, r, ih)); in nexus_teardown_intr()
|
/freebsd/sys/arm64/arm64/ |
H A D | nexus.c | 297 return (intr_teardown_irq(child, r, ih)); in nexus_teardown_intr()
|
/freebsd/sys/kern/ |
H A D | subr_intr.c | 1144 intr_teardown_irq(device_t dev, struct resource *res, void *cookie) function
|