Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dintr.h130 int intr_teardown_irq(device_t, struct resource *, void *);
/freebsd/sys/arm/arm/
H A Dnexus.c287 return (intr_teardown_irq(child, r, ih)); in nexus_teardown_intr()
/freebsd/sys/riscv/riscv/
H A Dnexus.c286 return (intr_teardown_irq(child, r, ih)); in nexus_teardown_intr()
/freebsd/sys/arm64/arm64/
H A Dnexus.c297 return (intr_teardown_irq(child, r, ih)); in nexus_teardown_intr()
/freebsd/sys/kern/
H A Dsubr_intr.c1144 intr_teardown_irq(device_t dev, struct resource *res, void *cookie) function