/freebsd/sys/dev/quicc/ |
H A D | quicc_core.c | 142 INTR_TYPE_TTY, quicc_bfe_intr, NULL, sc, &sc->sc_icookie); in quicc_bfe_attach() 145 INTR_TYPE_TTY | INTR_MPSAFE, NULL, in quicc_bfe_attach() 372 bus_setup_intr(dev, sc->sc_ires, INTR_TYPE_TTY | INTR_MPSAFE, in quicc_bus_setup_intr()
|
/freebsd/sys/dev/xen/debug/ |
H A D | debug.c | 126 NULL, NULL, INTR_TYPE_TTY, in xendebug_attach()
|
/freebsd/sys/dev/scc/ |
H A D | scc_core.c | 237 INTR_TYPE_TTY, scc_bfe_intr, NULL, sc, in scc_bfe_attach() 241 INTR_TYPE_TTY | INTR_MPSAFE, NULL, in scc_bfe_attach() 542 INTR_TYPE_TTY | INTR_MPSAFE, NULL, in scc_bus_setup_intr()
|
/freebsd/sys/dev/atkbdc/ |
H A D | atkbd_atkbdc.c | 132 error = bus_setup_intr(dev, sc->intr, INTR_TYPE_TTY, NULL, atkbdintr, in atkbdattach()
|
/freebsd/sys/dev/xen/console/ |
H A D | xen_console.c | 239 intr_handler, tp, INTR_TYPE_TTY | INTR_MPSAFE, &cons->intr_handle); in xencons_init_hypervisor() 294 intr_handler, tp, INTR_TYPE_TTY | INTR_MPSAFE, &cons->intr_handle); in xencons_init_ring()
|
/freebsd/sys/x86/xen/ |
H A D | xen_apic.c | 325 INTR_TYPE_TTY, &ipi_handle[idx]); in xen_cpu_ipi_init()
|
/freebsd/sys/dev/uart/ |
H A D | uart_core.c | 699 error = bus_setup_intr(dev, sc->sc_ires, INTR_TYPE_TTY, in uart_bus_attach() 705 INTR_TYPE_TTY | INTR_MPSAFE, NULL, in uart_bus_attach()
|
H A D | uart_tty.c | 436 INTR_TYPE_TTY, &sc->sc_softih); in uart_tty_attach()
|
/freebsd/sys/dev/puc/ |
H A D | puc.c | 334 INTR_TYPE_TTY, puc_intr, NULL, sc, &sc->sc_icookie); in puc_bfe_attach() 337 INTR_TYPE_TTY | INTR_MPSAFE, NULL, in puc_bfe_attach()
|
/freebsd/sys/powerpc/powernv/ |
H A D | opal_dev.c | 204 bus_setup_intr(dev, irq, INTR_TYPE_TTY | INTR_MPSAFE | in opaldev_attach()
|
H A D | opal_console.c | 309 bus_setup_intr(dev, sc->irqres, INTR_TYPE_TTY | INTR_MPSAFE, in uart_opal_attach()
|
/freebsd/sys/powerpc/pseries/ |
H A D | phyp_console.c | 257 bus_setup_intr(dev, sc->irqres, INTR_TYPE_TTY | INTR_MPSAFE, in uart_phyp_attach()
|
/freebsd/sys/dev/ppbus/ |
H A D | pps.c | 122 INTR_TYPE_TTY | INTR_MPSAFE, NULL, ppsintr, in ppsattach()
|
H A D | ppi.c | 171 INTR_TYPE_TTY | INTR_MPSAFE, NULL, ppiintr, dev, in ppi_attach()
|
H A D | lpt.c | 386 INTR_TYPE_TTY | INTR_MPSAFE, NULL, lptintr, sc, in lpt_attach()
|
/freebsd/sys/kern/ |
H A D | kern_intr.c | 147 flags &= (INTR_TYPE_TTY | INTR_TYPE_BIO | INTR_TYPE_NET | in intr_priority() 150 case INTR_TYPE_TTY: in intr_priority()
|
/freebsd/sys/dev/virtio/gpu/ |
H A D | virtio_gpu.c | 312 virtio_setup_intr(dev, INTR_TYPE_TTY); in vtgpu_attach()
|
/freebsd/stand/kshim/ |
H A D | bsd_kernel.h | 600 INTR_TYPE_TTY = 1, enumerator
|
/freebsd/share/examples/drivers/ |
H A D | make_device_driver.sh | 655 * INTR_TYPE_TTY
|
/freebsd/sys/dev/drm2/ |
H A D | drm_irq.c | 317 sh_flags = INTR_TYPE_TTY | INTR_MPSAFE; in drm_irq_install()
|
/freebsd/sys/dev/tpm/ |
H A D | tpm.c | 247 bus_setup_intr(dev, sc->irq_res, INTR_TYPE_TTY, NULL, in tpm_attach()
|
/freebsd/sys/dev/virtio/console/ |
H A D | virtio_console.c | 364 error = virtio_setup_intr(dev, INTR_TYPE_TTY); in vtcon_attach()
|
/freebsd/sys/dev/iicbus/ |
H A D | iichid.c | 720 INTR_TYPE_TTY|INTR_MPSAFE, NULL, iichid_intr, sc, &sc->irq_cookie);
|
/freebsd/sys/dev/ppc/ |
H A D | ppc.c | 1792 error = bus_setup_intr(dev, ppc->res_irq, INTR_TYPE_TTY | in ppc_attach()
|
/freebsd/sys/sys/ |
H A D | bus.h | 270 INTR_TYPE_TTY = 1, enumerator
|