Searched refs:intr_bind_irq (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/sys/ |
H A D | intr.h | 151 int intr_bind_irq(device_t, struct resource *, int);
|
/freebsd/sys/arm/arm/ |
H A D | nexus.c | 303 return (intr_bind_irq(child, irq, cpu)); in nexus_bind_intr()
|
/freebsd/sys/arm64/arm64/ |
H A D | nexus.c | 313 return (intr_bind_irq(child, irq, cpu)); in nexus_bind_intr()
|
/freebsd/sys/dev/qcom_ess_edma/ |
H A D | qcom_ess_edma.c | 491 if (intr_bind_irq(sc->sc_dev, intr->irq_res, cpu_id) != 0) { in qcom_ess_edma_setup_intr()
|
/freebsd/sys/kern/ |
H A D | subr_intr.c | 1230 intr_bind_irq(device_t dev, struct resource *res, int cpu) function
|