Searched refs:intr_describe_irq (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | intr.h | 131 int intr_describe_irq(device_t, struct resource *, void *, const char *);
|
| /f-stack/freebsd/arm/arm/ |
| H A D | nexus.c | 330 return (intr_describe_irq(child, irq, cookie, descr)); in nexus_describe_intr()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | nexus.c | 530 return (intr_describe_irq(child, irq, cookie, descr)); in nexus_describe_intr()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_intr.c | 1148 intr_describe_irq(device_t dev, struct resource *res, void *cookie, function
|