Home
last modified time | relevance | path

Searched refs:SWI_TTY (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/sys/dev/usb/
H A Dusb_process.h39 #define USB_PRI_HIGHEST PI_SWI(SWI_TTY)
/freebsd-12.1/sys/sys/
H A Dinterrupt.h143 #define SWI_TTY 0 macro
/freebsd-12.1/sys/dev/uart/
H A Duart_tty.c422 swi_add(&tty_intr_event, uart_driver_name, uart_tty_intr, sc, SWI_TTY, in uart_tty_attach()
H A Duart_kbd_sun.c289 &sunkbd_softc, SWI_TTY, INTR_TYPE_TTY, &sc->sc_softih); in sunkbd_attach()
/freebsd-12.1/sys/netgraph/bluetooth/drivers/bt3c/
H A Dng_bt3c_pccard.c648 bt3c_swi_intr, sc, SWI_TTY, 0, &sc->ith) < 0) { in bt3c_pccard_attach()
/freebsd-12.1/sys/dev/rc/
H A Drc.c316 swi_add(&tty_intr_event, "rc", rc_pollcard, sc, SWI_TTY, 0, in rc_attach()
/freebsd-12.1/sys/dev/cy/
H A Dcy.c431 swi_add(&tty_intr_event, "cy", cypoll, NULL, SWI_TTY, 0, in cyattach_common()
/freebsd-12.1/sys/dev/sio/
H A Dsio.c1078 swi_add(&tty_intr_event, "sio", siopoll, NULL, SWI_TTY, 0,
/freebsd-12.1/sys/dev/cx/
H A Dif_cx.c2503 swi_add(&tty_intr_event, "cx", cx_softintr, NULL, SWI_TTY, in cx_modevent()