Searched refs:sc_sih (Results 1 – 10 of 10) sorted by relevance
/netbsd/sys/net/ |
H A 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() 388 sc->sc_sih = NULL; in tap_detach() 575 softint_schedule(sc->sc_sih); in tap_stop() 829 if (sc->sc_sih != NULL) { in tap_dev_close() 831 sc->sc_sih = NULL; in tap_dev_close() 1084 if (sc->sc_sih == NULL) { in tap_dev_ioctl() 1087 if (sc->sc_sih == NULL) in tap_dev_ioctl() 1093 if (sc->sc_sih != NULL) { in tap_dev_ioctl() [all …]
|
/netbsd/sys/dev/i2c/ |
H A 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/sys/arch/usermode/dev/ |
H A 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/sys/arch/pmax/tc/ |
H A 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()
|
H A D | dtvar.h | 76 void *sc_sih; member
|
/netbsd/sys/dev/ic/ |
H A 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()
|
H A D | lptvar.h | 66 void *sc_sih; member
|
/netbsd/sys/arch/arm/amlogic/ |
H A D | meson_uart.c | 94 void *sc_sih; member 200 sc->sc_sih = softint_establish(SOFTINT_SERIAL, meson_uart_rxsoft, sc); in meson_uart_attach() 201 if (sc->sc_sih == NULL) { in meson_uart_attach() 492 softint_schedule(sc->sc_sih); in meson_uart_intr()
|
/netbsd/sys/dev/sbus/ |
H A 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/sys/dev/usb/ |
H A D | uhid.c | 105 void *sc_sih; member
|