Searched refs:sc_sih (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/sys/net/ |
| D | if_tap.c | 103 void *sc_sih; member 298 sc->sc_sih = NULL; in tap_attach() 386 if (sc->sc_sih != NULL) { in tap_detach() 387 softint_disestablish(sc->sc_sih); in tap_detach() 388 sc->sc_sih = NULL; in tap_detach() 463 softint_schedule(sc->sc_sih); in tap_start() 575 softint_schedule(sc->sc_sih); in tap_stop() 816 if (sc->sc_sih != NULL) { in tap_dev_close() 817 softint_disestablish(sc->sc_sih); in tap_dev_close() 818 sc->sc_sih = NULL; in tap_dev_close() [all …]
|
| /netbsd/src/sys/dev/i2c/ |
| D | tcakp.c | 102 void *sc_sih; member 154 softint_schedule(sc->sc_sih); in tcakp_intr() 400 sc->sc_sih = softint_establish(SOFTINT_SERIAL, tcakp_softintr, sc); in tcakp_attach() 401 if (sc->sc_sih == NULL) { in tcakp_attach()
|
| /netbsd/src/sys/arch/usermode/dev/ |
| D | vncfb.c | 95 void *sc_sih; member 239 sc->sc_sih = softint_establish(SOFTINT_SERIAL, vncfb_softintr, sc); in vncfb_attach() 531 softint_schedule(sc->sc_sih); in vncfb_update() 539 softint_schedule(sc->sc_sih); in vncfb_copyrect() 547 softint_schedule(sc->sc_sih); in vncfb_fillrect() 555 softint_schedule(sc->sc_sih); in vncfb_intr() 685 softint_schedule(sc->sc_sih); in vncfb_kbd_bell()
|
| /netbsd/src/sys/arch/pmax/tc/ |
| D | dt.c | 219 sc->sc_sih = softint_establish(SOFTINT_SERIAL, dt_dispatch, sc); in dt_attach() 220 if (sc->sc_sih == NULL) { in dt_attach() 309 softint_schedule(sc->sc_sih); in dt_intr()
|
| D | dtvar.h | 76 void *sc_sih; member
|
| /netbsd/src/sys/dev/ic/ |
| D | lpt.c | 132 sc->sc_sih = softint_establish(SOFTINT_SERIAL, lptsoftintr, sc); in lpt_attach_subr() 143 softint_disestablish(sc->sc_sih); in lpt_detach_subr() 425 softint_schedule(sc->sc_sih); in lptintr()
|
| D | lptvar.h | 66 void *sc_sih; member
|
| /netbsd/src/sys/dev/sbus/ |
| D | bpp.c | 105 void *sc_sih; member 168 dsc->sc_sih = softint_establish(SOFTINT_CLOCK, bppsoftintr, dsc); in bppattach() 622 softint_schedule(sc->sc_sih); in bppintr()
|
| /netbsd/src/sys/dev/usb/ |
| D | uhid.c | 105 void *sc_sih; member
|