Searched refs:ires (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/sys/dev/tsec/
H A Dif_tsec_fdt.c76 static int tsec_setup_intr(struct tsec_softc *sc, struct resource **ires,
78 static void tsec_release_intr(struct tsec_softc *sc, struct resource *ires,
277 tsec_setup_intr(struct tsec_softc *sc, struct resource **ires, void **ihand, argument
282 *ires = bus_alloc_resource_any(sc->dev, SYS_RES_IRQ, irid, RF_ACTIVE);
283 if (*ires == NULL) {
287 error = bus_setup_intr(sc->dev, *ires, INTR_TYPE_NET | INTR_MPSAFE,
291 if (bus_release_resource(sc->dev, SYS_RES_IRQ, *irid, *ires))
293 *ires = NULL;
300 tsec_release_intr(struct tsec_softc *sc, struct resource *ires, void *ihand, argument
305 if (ires
[all...]
/freebsd-13-stable/sys/dev/gpio/
H A Dgpiopps.c59 struct resource *ires; member in struct:pps_softc
169 bus_teardown_intr(dev, sc->ires, sc->ihandler);
170 if (sc->ires != NULL)
171 bus_release_resource(dev, SYS_RES_IRQ, sc->irid, sc->ires);
231 if ((sc->ires = gpio_alloc_intr_resource(dev, &sc->irid, RF_ACTIVE,
238 err = bus_setup_intr(dev, sc->ires, INTR_TYPE_CLK | INTR_MPSAFE,
/freebsd-13-stable/sys/mips/malta/
H A Dgt.c89 struct resource *ires, int flags, driver_filter_t *filt,
92 return BUS_SETUP_INTR(device_get_parent(dev), child, ires, flags,
88 gt_setup_intr(device_t dev, device_t child, struct resource *ires, int flags, driver_filter_t *filt, driver_intr_t *intr, void *arg, void **cookiep) argument
H A Dgt_pci.c694 gt_pci_setup_intr(device_t dev, device_t child, struct resource *ires, argument
702 irq = rman_get_start(ires);
/freebsd-13-stable/lib/libc/tests/gen/
H A Dpopen_test.c218 int i, ires, status; local
227 ATF_CHECK_MSG((ires = fputs("abcd\n", fp)) != EOF,
229 if (ires != EOF) {
/freebsd-13-stable/sys/mips/atheros/ar531x/
H A Dapb.c390 apb_setup_intr(device_t bus, device_t child, struct resource *ires, argument
405 if ((rman_get_flags(ires) & RF_SHAREABLE) == 0)
408 irq = rman_get_start(ires);
422 irq = rman_get_start(ires);
455 apb_teardown_intr(device_t dev, device_t child, struct resource *ires, argument
459 return (intr_teardown_irq(child, ires, cookie));
464 irq = rman_get_start(ires);
/freebsd-13-stable/sys/dev/sec/
H A Dsec.c68 static int sec_setup_intr(struct sec_softc *sc, struct resource **ires,
70 static void sec_release_intr(struct sec_softc *sc, struct resource *ires,
464 sec_setup_intr(struct sec_softc *sc, struct resource **ires, void **ihand, argument
469 (*ires) = bus_alloc_resource_any(sc->sc_dev, SYS_RES_IRQ, irid,
472 if ((*ires) == NULL) {
477 error = bus_setup_intr(sc->sc_dev, *ires, INTR_MPSAFE | INTR_TYPE_NET,
482 if (bus_release_resource(sc->sc_dev, SYS_RES_IRQ, *irid, *ires))
486 (*ires) = NULL;
494 sec_release_intr(struct sec_softc *sc, struct resource *ires, void *ihand, argument
499 if (ires
[all...]
/freebsd-13-stable/sys/mips/atheros/
H A Dapb.c286 apb_setup_intr(device_t bus, device_t child, struct resource *ires, argument
294 irq = rman_get_start(ires);
325 apb_teardown_intr(device_t dev, device_t child, struct resource *ires, argument
331 irq = rman_get_start(ires);
H A Dar71xx_pci.c556 ar71xx_pci_setup_intr(device_t bus, device_t child, struct resource *ires, argument
564 irq = rman_get_start(ires);
594 ar71xx_pci_teardown_intr(device_t dev, device_t child, struct resource *ires, argument
600 irq = rman_get_start(ires);
H A Dar724x_pci.c531 ar724x_pci_setup_intr(device_t bus, device_t child, struct resource *ires, argument
539 irq = rman_get_start(ires);
568 ar724x_pci_teardown_intr(device_t dev, device_t child, struct resource *ires, argument
574 irq = rman_get_start(ires);
H A Dqca955x_pci.c455 qca955x_pci_setup_intr(device_t bus, device_t child, struct resource *ires, argument
463 irq = rman_get_start(ires);
497 qca955x_pci_teardown_intr(device_t dev, device_t child, struct resource *ires, argument
503 irq = rman_get_start(ires);
/freebsd-13-stable/sys/arm/versatile/
H A Dversatile_pci.c381 versatile_pci_setup_intr(device_t bus, device_t child, struct resource *ires, argument
386 return BUS_SETUP_INTR(device_get_parent(bus), bus, ires, flags,
391 versatile_pci_teardown_intr(device_t dev, device_t child, struct resource *ires, argument
395 return BUS_TEARDOWN_INTR(device_get_parent(dev), dev, ires, cookie);
/freebsd-13-stable/sys/mips/mediatek/
H A Dmtk_pcie.c529 mtk_pci_setup_intr(device_t bus, device_t child, struct resource *ires, argument
537 irq = rman_get_start(ires);
567 mtk_pci_teardown_intr(device_t dev, device_t child, struct resource *ires, argument
573 irq = rman_get_start(ires);
/freebsd-13-stable/crypto/heimdal/
H A Dconfigure12995 ires= lres=
13012 ires=$i;break
13036 if test "$ires" -a "$lres" -a "$with_openldap" != "no"; then
13037 INCLUDE_openldap="-I$ires"
13040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: headers $ires, libraries $lres" >&5
13041 $as_echo "headers $ires, libraries $lres" >&6; }
13472 ires= lres=
13491 ires=$i;break
13517 if test "$ires" -a "$lres" -a "$with_sqlite3" != "no"; then
13518 INCLUDE_sqlite3="-I$ires"
[all...]

Completed in 183 milliseconds