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

/freebsd-12-stable/sys/sys/
H A Dintr.h127 int intr_teardown_irq(device_t, struct resource *, void *);
/freebsd-12-stable/sys/riscv/riscv/
H A Dnexus.c291 return (intr_teardown_irq(child, r, ih));
/freebsd-12-stable/sys/arm/arm/
H A Dnexus.c347 return (intr_teardown_irq(child, r, ih));
/freebsd-12-stable/sys/arm64/arm64/
H A Dnexus.c325 return (intr_teardown_irq(child, r, ih));
/freebsd-12-stable/sys/mips/atheros/ar531x/
H A Dapb.c460 return (intr_teardown_irq(child, ires, cookie));
/freebsd-12-stable/sys/mips/mips/
H A Dnexus.c509 return (intr_teardown_irq(child, r, ih));
/freebsd-12-stable/sys/kern/
H A Dsubr_intr.c1072 intr_teardown_irq(device_t dev, struct resource *res, void *cookie) function

Completed in 260 milliseconds