INTR_TYPE_TTY
error = bus_setup_intr(dev, sc->intr, INTR_TYPE_TTY, NULL, atkbdintr,
error = bus_setup_intr(dev, sc->intr, INTR_TYPE_TTY, NULL, psmintr, sc,
sh_flags = INTR_TYPE_TTY | INTR_MPSAFE;
INTR_TYPE_TTY|INTR_MPSAFE, NULL, iichid_intr, sc, &sc->irq_cookie);
INTR_TYPE_TTY | INTR_MPSAFE, NULL, lptintr, sc,
INTR_TYPE_TTY | INTR_MPSAFE, NULL, ppiintr, dev,
INTR_TYPE_TTY | INTR_MPSAFE, NULL, ppsintr,
error = bus_setup_intr(dev, ppc->res_irq, INTR_TYPE_TTY |
INTR_TYPE_TTY, puc_intr, NULL, sc, &sc->sc_icookie);
INTR_TYPE_TTY | INTR_MPSAFE, NULL,
INTR_TYPE_TTY, quicc_bfe_intr, NULL, sc, &sc->sc_icookie);
INTR_TYPE_TTY | INTR_MPSAFE, NULL,
bus_setup_intr(dev, sc->sc_ires, INTR_TYPE_TTY | INTR_MPSAFE,
INTR_TYPE_TTY, scc_bfe_intr, NULL, sc,
INTR_TYPE_TTY | INTR_MPSAFE, NULL,
INTR_TYPE_TTY | INTR_MPSAFE, NULL,
bus_setup_intr(dev, sc->irq_res, INTR_TYPE_TTY, NULL,
error = bus_setup_intr(dev, sc->sc_ires, INTR_TYPE_TTY,
INTR_TYPE_TTY | INTR_MPSAFE, NULL,
INTR_TYPE_TTY, &sc->sc_softih);
INTR_TYPE_TTY | INTR_MPSAFE, &dwc_otg_filter_interrupt,
error = virtio_setup_intr(dev, INTR_TYPE_TTY);
virtio_setup_intr(dev, INTR_TYPE_TTY);
intr_handler, tp, INTR_TYPE_TTY | INTR_MPSAFE, &cons->intr_handle);
intr_handler, tp, INTR_TYPE_TTY | INTR_MPSAFE, &cons->intr_handle);
NULL, NULL, INTR_TYPE_TTY,
flags &= (INTR_TYPE_TTY | INTR_TYPE_BIO | INTR_TYPE_NET |
case INTR_TYPE_TTY:
bus_setup_intr(dev, sc->irqres, INTR_TYPE_TTY | INTR_MPSAFE,
bus_setup_intr(dev, irq, INTR_TYPE_TTY | INTR_MPSAFE |
bus_setup_intr(dev, sc->irqres, INTR_TYPE_TTY | INTR_MPSAFE,
INTR_TYPE_TTY, &ipi_handle[idx]);