Searched refs:intr_teardown_irq (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/sys/
H A Dintr.h129 int intr_teardown_irq(device_t, struct resource *, void *);
/freebsd-13-stable/sys/riscv/riscv/
H A Dnexus.c289 return (intr_teardown_irq(child, r, ih));
/freebsd-13-stable/sys/arm/arm/
H A Dnexus.c322 return (intr_teardown_irq(child, r, ih));
/freebsd-13-stable/sys/arm64/arm64/
H A Dnexus.c327 return (intr_teardown_irq(child, r, ih));
/freebsd-13-stable/sys/mips/mips/
H A Dnexus.c508 return (intr_teardown_irq(child, r, ih));
/freebsd-13-stable/sys/mips/atheros/ar531x/
H A Dapb.c459 return (intr_teardown_irq(child, ires, cookie));
/freebsd-13-stable/sys/kern/
H A Dsubr_intr.c1098 intr_teardown_irq(device_t dev, struct resource *res, void *cookie) function

Completed in 85 milliseconds