Searched refs:irid (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/tsec/ |
H A D | if_tsec_fdt.c | 75 void **ihand, int *irid, driver_intr_t handler, const char *iname); 77 void *ihand, int irid, const char *iname); 276 int *irid, driver_intr_t handler, const char *iname) in tsec_setup_intr() argument 280 *ires = bus_alloc_resource_any(sc->dev, SYS_RES_IRQ, irid, RF_ACTIVE); in tsec_setup_intr() 289 if (bus_release_resource(sc->dev, SYS_RES_IRQ, *irid, *ires)) in tsec_setup_intr() 299 int irid, const char *iname) in tsec_release_intr() argument 311 error = bus_release_resource(sc->dev, SYS_RES_IRQ, irid, ires); in tsec_release_intr()
|
/freebsd/sys/arm/arm/ |
H A D | mpcore_timer.c | 307 int irid, mrid; in attach_et() local 321 irid = sc->irqrid; in attach_et() 322 sc->prv_irq = bus_alloc_resource_any(sc->dev, SYS_RES_IRQ, &irid, RF_ACTIVE); in attach_et() 332 bus_release_resource(sc->dev, SYS_RES_IRQ, irid, sc->prv_irq); in attach_et()
|
/freebsd/sys/dev/gpio/ |
H A D | gpiopps.c | 55 int irid; member 161 bus_release_resource(dev, SYS_RES_IRQ, sc->irid, sc->ires); in gpiopps_detach() 221 if ((sc->ires = gpio_alloc_intr_resource(dev, &sc->irid, RF_ACTIVE, in gpiopps_fdt_attach()
|
/freebsd/sys/dev/sec/ |
H A D | sec.c | 66 void **ihand, int *irid, driver_intr_t handler, const char *iname); 68 void *ihand, int irid, const char *iname); 461 int *irid, driver_intr_t handler, const char *iname) in sec_setup_intr() argument 465 (*ires) = bus_alloc_resource_any(sc->sc_dev, SYS_RES_IRQ, irid, in sec_setup_intr() 478 if (bus_release_resource(sc->sc_dev, SYS_RES_IRQ, *irid, *ires)) in sec_setup_intr() 491 int irid, const char *iname) in sec_release_intr() argument 503 error = bus_release_resource(sc->sc_dev, SYS_RES_IRQ, irid, ires); in sec_release_intr()
|
/freebsd/share/dict/ |
H A D | web2 | 98005 irid
|