Searched refs:sc_ioctl (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dct65550var.h50 int (*sc_ioctl)(void *, void *, u_long, void *, int, struct lwp *); member in struct:chipsfb_softc
H A Dcissvar.h73 int (*sc_ioctl)(device_t, u_long, void *); member in struct:ciss_softc
H A Dcacvar.h123 int (*sc_ioctl)(device_t, u_long, void *); member in struct:cac_softc
H A Dct65550.c750 if (sc->sc_ioctl != NULL)
751 return sc->sc_ioctl(v, vs, cmd, data, flag, l);
H A Dcac.c212 sc->sc_ioctl = cac_ioctl;
H A Dciss.c404 sc->sc_ioctl = ciss_ioctl;
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dchipsfb.c108 sc->sc_ioctl = chipsfb_pci_ioctl;
/netbsd-6-1-5-RELEASE/sys/dev/gpio/
H A Dgpio.c64 kcondvar_t sc_ioctl; /* ioctl in progress */ member in struct:gpio_softc
206 cv_init(&sc->sc_ioctl, "gpioctl");
226 cv_destroy(&sc->sc_ioctl);
405 error = cv_wait_sig(&sc->sc_ioctl, &sc->sc_mtx);
423 cv_signal(&sc->sc_ioctl);
/netbsd-6-1-5-RELEASE/sys/arch/shark/ofw/
H A Dchipsfb_ofbus.c186 sc->sc_ioctl = NULL;

Completed in 191 milliseconds