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

/freebsd-11.0-release/sys/dev/ichiic/
H A Dig4_var.h59 void *intr_handle; member in struct:ig4iic_softc
H A Dig4_iic.c574 NULL, ig4iic_intr, sc, &sc->intr_handle);
629 if (sc->intr_handle)
630 bus_teardown_intr(sc->dev, sc->intr_res, sc->intr_handle);
636 sc->intr_handle = NULL;
/freebsd-11.0-release/sys/dev/xen/console/
H A Dxen_console.c90 xen_intr_handle_t intr_handle; member in struct:xencons_priv
238 intr_handler, tp, INTR_TYPE_TTY | INTR_MPSAFE, &cons->intr_handle);
293 intr_handler, tp, INTR_TYPE_TTY | INTR_MPSAFE, &cons->intr_handle);
308 if (__predict_true(cons->intr_handle != NULL))
309 xen_intr_signal(cons->intr_handle);
769 xen_intr_unbind(&cons->intr_handle);
/freebsd-11.0-release/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.0-release/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.0-release/sys/dev/qlxgb/
H A Dqla_def.h140 void *intr_handle; member in struct:qla_host
/freebsd-11.0-release/sys/dev/acpica/
H A Dacpi_hpet.c86 void *intr_handle; member in struct:hpet_softc
104 void *intr_handle; member in struct:hpet_softc::hpet_timer
635 &t->intr_handle) != 0) {
641 t->intr_handle, "t%d", i);
687 hpet_intr, NULL, sc, &sc->intr_handle) != 0) {
/freebsd-11.0-release/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.0-release/sys/x86/iommu/
H A Dintel_drv.c234 bus_teardown_intr(dev, dmd->irq_res, dmd->intr_handle);
303 dmd->handler, NULL, unit, &dmd->intr_handle);
309 bus_describe_intr(dev, dmd->irq_res, dmd->intr_handle, dmd->name);
323 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.0-release/sys/dev/mrsas/
H A Dmrsas.c784 &sc->intr_handle[i])) {
1255 if (sc->intr_handle[0])
1256 bus_teardown_intr(sc->mrsas_dev, sc->mrsas_irq[0], sc->intr_handle[0]);
1260 sc->intr_handle[0] = NULL;
1263 if (sc->intr_handle[i])
1265 sc->intr_handle[i]);
1271 sc->intr_handle[i] = NULL;
1480 &sc->irq_context[0], &sc->intr_handle[0])) {
H A Dmrsas.h2706 void *intr_handle[MAX_MSIX_COUNT]; member in struct:mrsas_softc

Completed in 268 milliseconds