| /openbsd/src/sys/arch/powerpc64/dev/ |
| D | opalcons.c | 40 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/ |
| D | comms_ebus.c | 90 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()
|
| D | vcons.c | 44 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()
|
| D | comkbd_ebus.c | 73 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/ |
| D | cduart.c | 105 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()
|
| D | amluart.c | 76 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()
|
| D | mvuart.c | 74 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()
|
| D | exuart.c | 53 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()
|
| D | imxuart.c | 55 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/ |
| D | lunaws.c | 80 void *sc_si; member 185 sc->sc_si = softintr_establish(IPL_SOFTTTY, wssoftintr, sc); in wsattach() 251 softintr_schedule(sc->sc_si); in wsintr()
|
| D | siotty.c | 75 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/ |
| D | sfuart.c | 82 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/ |
| D | pluartvar.h | 23 struct soft_intrhand *sc_si; member
|
| D | comvar.h | 79 void *sc_si; member
|
| D | pluart.c | 205 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()
|
| D | com.c | 189 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/ |
| D | scif.c | 130 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()
|