Searched refs:intr_teardown_irq (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | intr.h | 129 int intr_teardown_irq(device_t, struct resource *, void *);
|
| /f-stack/freebsd/arm/arm/ |
| H A D | nexus.c | 322 return (intr_teardown_irq(child, r, ih)); in nexus_teardown_intr()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | nexus.c | 324 return (intr_teardown_irq(child, r, ih)); in nexus_teardown_intr()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | nexus.c | 508 return (intr_teardown_irq(child, r, ih)); in nexus_teardown_intr()
|
| /f-stack/freebsd/mips/atheros/ar531x/ |
| H A D | apb.c | 459 return (intr_teardown_irq(child, ires, cookie)); in apb_teardown_intr()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_intr.c | 1098 intr_teardown_irq(device_t dev, struct resource *res, void *cookie) function
|