Searched refs:intr_handle (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/sys/dev/itwd/
H A Ditwd.c48 void *intr_handle; member in struct:itwd_softc
175 &sc->intr_handle);
208 if (sc->intr_handle)
209 bus_teardown_intr(dev, sc->intr_res, sc->intr_handle);
/freebsd-13-stable/sys/dev/ichiic/
H A Dig4_var.h88 void *intr_handle; member in struct:ig4iic_softc
H A Dig4_iic.c1052 ig4iic_intr, NULL, sc, &sc->intr_handle);
1080 if (sc->intr_handle)
1081 bus_teardown_intr(sc->dev, sc->intr_res, sc->intr_handle);
1086 sc->intr_handle = NULL;
/freebsd-13-stable/sys/dev/xen/console/
H A Dxen_console.c95 xen_intr_handle_t intr_handle; member in struct:xencons_priv
237 intr_handler, tp, INTR_TYPE_TTY | INTR_MPSAFE, &cons->intr_handle);
292 intr_handler, tp, INTR_TYPE_TTY | INTR_MPSAFE, &cons->intr_handle);
307 if (__predict_true(cons->intr_handle != NULL))
308 xen_intr_signal(cons->intr_handle);
763 xen_intr_unbind(&cons->intr_handle);
/freebsd-13-stable/sys/dev/gpio/
H A Dchvgpio.c99 void *intr_handle; member in struct:chvgpio_softc
429 NULL, chvgpio_intr, sc, &sc->intr_handle);
483 if (sc->intr_handle != NULL)
484 bus_teardown_intr(sc->sc_dev, sc->sc_irq_res, sc->intr_handle);
/freebsd-13-stable/sys/dev/ismt/
H A Dismt.c157 void *intr_handle; member in struct:ismt_softc
540 if (sc->intr_handle != NULL) {
541 bus_teardown_intr(dev, sc->intr_res, sc->intr_handle);
542 sc->intr_handle = NULL;
703 &sc->intr_handle);
/freebsd-13-stable/sys/dev/qlxgb/
H A Dqla_def.h142 void *intr_handle; member in struct:qla_host
/freebsd-13-stable/sys/dev/tws/
H A Dtws.h237 void *intr_handle[TWS_MAX_IRQS]; /* interrupt handle */ member in struct:tws_softc
H A Dtws.c438 if (!(sc->intr_handle[i])) {
442 tws_intr, sc, &sc->intr_handle[i]))) {
458 if (sc->intr_handle[i]) {
460 sc->irq_res[i], sc->intr_handle[i]);
461 sc->intr_handle[i] = NULL;
/freebsd-13-stable/sys/dev/acpica/
H A Dacpi_hpet.c89 void *intr_handle; member in struct:hpet_softc
110 void *intr_handle; member in struct:hpet_softc::hpet_timer
678 &t->intr_handle) != 0) {
684 t->intr_handle, "t%d", i);
730 hpet_intr, NULL, sc, &sc->intr_handle) != 0) {
/freebsd-13-stable/sys/dev/twa/
H A Dtw_osl.h173 TW_VOID *intr_handle; /* interrupt handle */ member in struct:twa_softc
H A Dtw_osl_freebsd.c237 if (!(sc->intr_handle) && (sc->irq_res)) {
241 sc, &sc->intr_handle);
250 if ((sc->intr_handle) && (sc->irq_res)) {
252 sc->irq_res, sc->intr_handle);
253 sc->intr_handle = NULL;
/freebsd-13-stable/sys/x86/iommu/
H A Dintel_drv.c239 bus_teardown_intr(dev, dmd->irq_res, dmd->intr_handle);
308 dmd->handler, NULL, unit, &dmd->intr_handle);
314 bus_describe_intr(dev, dmd->irq_res, dmd->intr_handle, "%s", dmd->name);
328 bus_teardown_intr(dev, dmd->irq_res, dmd->intr_handle);
H A Dintel_dmar.h113 void *intr_handle; member in struct:dmar_msi_data
/freebsd-13-stable/sys/dev/mrsas/
H A Dmrsas.c819 &sc->intr_handle[i])) {
1385 if (sc->intr_handle[0])
1386 bus_teardown_intr(sc->mrsas_dev, sc->mrsas_irq[0], sc->intr_handle[0]);
1390 sc->intr_handle[0] = NULL;
1393 if (sc->intr_handle[i])
1395 sc->intr_handle[i]);
1401 sc->intr_handle[i] = NULL;
1612 &sc->irq_context[0], &sc->intr_handle[0])) {
H A Dmrsas.h3499 void *intr_handle[MAX_MSIX_COUNT]; member in struct:mrsas_softc

Completed in 302 milliseconds