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

/freebsd-11-stable/sys/dev/ichiic/
H A Dig4_var.h60 void *intr_handle; member in struct:ig4iic_softc
H A Dig4_iic.c636 NULL, ig4iic_intr, sc, &sc->intr_handle);
688 if (sc->intr_handle)
689 bus_teardown_intr(sc->dev, sc->intr_res, sc->intr_handle);
695 sc->intr_handle = NULL;
/freebsd-11-stable/sys/dev/xen/console/
H A Dxen_console.c91 xen_intr_handle_t intr_handle; member in struct:xencons_priv
239 intr_handler, tp, INTR_TYPE_TTY | INTR_MPSAFE, &cons->intr_handle);
294 intr_handler, tp, INTR_TYPE_TTY | INTR_MPSAFE, &cons->intr_handle);
309 if (__predict_true(cons->intr_handle != NULL))
310 xen_intr_signal(cons->intr_handle);
770 xen_intr_unbind(&cons->intr_handle);
/freebsd-11-stable/sys/dev/gpio/
H A Dchvgpio.c99 void *intr_handle; member in struct:chvgpio_softc
427 NULL, chvgpio_intr, sc, &sc->intr_handle);
481 if (sc->intr_handle != NULL)
482 bus_teardown_intr(sc->sc_dev, sc->sc_irq_res, sc->intr_handle);
/freebsd-11-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-11-stable/sys/dev/qlxgb/
H A Dqla_def.h140 void *intr_handle; member in struct:qla_host
/freebsd-11-stable/sys/dev/tws/
H A Dtws.h240 void *intr_handle[TWS_MAX_IRQS]; /* interrupt handle */ member in struct:tws_softc
H A Dtws.c443 if (!(sc->intr_handle[i])) {
449 tws_intr, sc, &sc->intr_handle[i]))) {
466 if (sc->intr_handle[i]) {
468 sc->irq_res[i], sc->intr_handle[i]);
469 sc->intr_handle[i] = NULL;
/freebsd-11-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
675 &t->intr_handle) != 0) {
681 t->intr_handle, "t%d", i);
727 hpet_intr, NULL, sc, &sc->intr_handle) != 0) {
/freebsd-11-stable/sys/dev/twa/
H A Dtw_osl.h172 TW_VOID *intr_handle; /* interrupt handle */ member in struct:twa_softc
H A Dtw_osl_freebsd.c247 if (!(sc->intr_handle) && (sc->irq_res)) {
251 sc, &sc->intr_handle);
261 if ((sc->intr_handle) && (sc->irq_res)) {
263 sc->irq_res, sc->intr_handle);
264 sc->intr_handle = NULL;
/freebsd-11-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.h160 void *intr_handle; member in struct:dmar_msi_data
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas.c823 &sc->intr_handle[i])) {
1394 if (sc->intr_handle[0])
1395 bus_teardown_intr(sc->mrsas_dev, sc->mrsas_irq[0], sc->intr_handle[0]);
1399 sc->intr_handle[0] = NULL;
1402 if (sc->intr_handle[i])
1404 sc->intr_handle[i]);
1410 sc->intr_handle[i] = NULL;
1621 &sc->irq_context[0], &sc->intr_handle[0])) {
H A Dmrsas.h3244 void *intr_handle[MAX_MSIX_COUNT]; member in struct:mrsas_softc

Completed in 285 milliseconds