Home
last modified time | relevance | path

Searched refs:sc_si (Results 1 – 17 of 17) sorted by relevance

/openbsd/src/sys/arch/powerpc64/dev/
Dopalcons.c40 void *sc_si; member
91 sc->sc_si = softintr_establish(IPL_TTY, opalcons_softintr, sc); in opalcons_attach()
92 if (sc->sc_si == NULL) { in opalcons_attach()
124 softintr_schedule(sc->sc_si); in opalcons_intr()
/openbsd/src/sys/arch/sparc64/dev/
Dcomms_ebus.c90 void *sc_ih, *sc_si; /* interrupt vectors */ member
194 sc->sc_si = softintr_establish(IPL_TTY, comms_softintr, sc); in comms_attach()
195 if (sc->sc_si == NULL) { in comms_attach()
342 softintr_schedule(sc->sc_si); in comms_hardintr()
Dvcons.c44 void *sc_si; member
87 sc->sc_si = softintr_establish(IPL_TTY, vcons_softintr, sc); in vcons_attach()
88 if (sc->sc_si == NULL) in vcons_attach()
134 softintr_schedule(sc->sc_si); in vcons_intr()
Dcomkbd_ebus.c73 void *sc_ih, *sc_si; /* interrupt vectors */ member
181 sc->sc_si = softintr_establish(IPL_TTY, comkbd_soft, sc); in comkbd_attach()
182 if (sc->sc_si == NULL) { in comkbd_attach()
415 softintr_schedule(sc->sc_si); in comkbd_intr()
/openbsd/src/sys/dev/fdt/
Dcduart.c105 void *sc_si; member
231 sc->sc_si = softintr_establish(IPL_TTY, cduart_softintr, sc); in cduart_attach()
232 if (sc->sc_si == NULL) { in cduart_attach()
259 if (sc->sc_si != NULL) in cduart_attach()
260 softintr_disestablish(sc->sc_si); in cduart_attach()
306 softintr_schedule(sc->sc_si); in cduart_intr()
Damluart.c76 struct soft_intrhand *sc_si; member
168 sc->sc_si = softintr_establish(IPL_TTY, amluart_softintr, sc); in amluart_attach()
169 if (sc->sc_si == NULL) { in amluart_attach()
240 softintr_schedule(sc->sc_si); in amluart_intr()
Dmvuart.c74 struct soft_intrhand *sc_si; member
192 sc->sc_si = softintr_establish(IPL_TTY, mvuart_softint, sc); in mvuart_attach()
193 if (sc->sc_si == NULL) in mvuart_attach()
240 softintr_schedule(sc->sc_si); in mvuart_intr_rx()
Dexuart.c53 struct soft_intrhand *sc_si; member
273 sc->sc_si = softintr_establish(IPL_TTY, exuart_softint, sc); in exuart_attach()
275 if(sc->sc_si == NULL) in exuart_attach()
310 softintr_schedule(sc->sc_si); in exuart_rx_intr()
376 softintr_schedule(sc->sc_si); in exuart_intr()
Dimxuart.c55 struct soft_intrhand *sc_si; member
188 sc->sc_si = softintr_establish(IPL_TTY, imxuart_softint, sc); in imxuart_attach()
190 if(sc->sc_si == NULL) in imxuart_attach()
255 softintr_schedule(sc->sc_si); in imxuart_intr()
/openbsd/src/sys/arch/luna88k/dev/
Dlunaws.c80 void *sc_si; member
185 sc->sc_si = softintr_establish(IPL_SOFTTTY, wssoftintr, sc); in wsattach()
251 softintr_schedule(sc->sc_si); in wsintr()
Dsiotty.c75 void *sc_si; /* software interrupt handler */ member
178 sc->sc_si = softintr_establish(IPL_SOFTTTY, siottysoft, sc); in siotty_attach()
232 softintr_schedule(sc->sc_si); in siottyintr()
/openbsd/src/sys/arch/riscv64/dev/
Dsfuart.c82 struct soft_intrhand *sc_si; member
174 sc->sc_si = softintr_establish(IPL_TTY, sfuart_softintr, sc); in sfuart_attach()
175 if (sc->sc_si == NULL) { in sfuart_attach()
226 softintr_schedule(sc->sc_si); in sfuart_intr()
/openbsd/src/sys/dev/ic/
Dpluartvar.h23 struct soft_intrhand *sc_si; member
Dcomvar.h79 void *sc_si; member
Dpluart.c205 sc->sc_si = softintr_establish(IPL_TTY, pluart_softint, sc); in pluart_attach_common()
207 if(sc->sc_si == NULL) in pluart_attach_common()
296 softintr_schedule(sc->sc_si); in pluart_intr()
Dcom.c189 softintr_disestablish(sc->sc_si); in com_detach()
1071 softintr_schedule(sc->sc_si); in comintr()
1550 sc->sc_si = softintr_establish(IPL_TTY, comsoft, sc); in com_attach_subr()
1551 if (sc->sc_si == NULL) in com_attach_subr()
/openbsd/src/sys/arch/sh/dev/
Dscif.c130 void *sc_si; member
450 sc->sc_si = softintr_establish(IPL_SOFTSERIAL, scifsoft, sc); in scif_attach()
869 softintr_schedule(sc->sc_si); in scif_schedrx()
1313 softintr_schedule(sc->sc_si); in scifintr()