Home
last modified time | relevance | path

Searched refs:intr_teardown_irq (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/sys/
H A Dintr.h129 int intr_teardown_irq(device_t, struct resource *, void *);
/f-stack/freebsd/arm/arm/
H A Dnexus.c322 return (intr_teardown_irq(child, r, ih)); in nexus_teardown_intr()
/f-stack/freebsd/arm64/arm64/
H A Dnexus.c324 return (intr_teardown_irq(child, r, ih)); in nexus_teardown_intr()
/f-stack/freebsd/mips/mips/
H A Dnexus.c508 return (intr_teardown_irq(child, r, ih)); in nexus_teardown_intr()
/f-stack/freebsd/mips/atheros/ar531x/
H A Dapb.c459 return (intr_teardown_irq(child, ires, cookie)); in apb_teardown_intr()
/f-stack/freebsd/kern/
H A Dsubr_intr.c1098 intr_teardown_irq(device_t dev, struct resource *res, void *cookie) function