Home
last modified time | relevance | path

Searched refs:sc_devices (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/dev/hil/
Dhil.c327 dev = sc->sc_devices[sc->sc_actdev]; in hil_process_int()
547 sc->sc_devices[id] = (struct hildev_softc *) in hilconfig()
556 if (sc->sc_devices[id] != NULL && in hilconfig()
568 if (sc->sc_devices[id] != NULL) in hilconfig()
569 config_detach((struct device *)sc->sc_devices[id], in hilconfig()
571 sc->sc_devices[id] = NULL; in hilconfig()
628 if (sc->sc_devices[id] != NULL) in hilempty()
629 config_detach((struct device *)sc->sc_devices[id], in hilempty()
631 sc->sc_devices[id] = NULL; in hilempty()
Dhilvar.h95 struct hildev_softc *sc_devices[NHILD]; /* interrupt dispatcher */ member
/openbsd/src/sys/dev/usb/
Duhidpp.c229 struct uhidpp_device sc_devices[UHIDPP_NDEVICES]; member
418 struct uhidpp_device *dev = &sc->sc_devices[i]; in uhidpp_attach()
465 struct uhidpp_device *dev = &sc->sc_devices[i]; in uhidpp_detach()
530 struct uhidpp_device *dev = &sc->sc_devices[i]; in uhidpp_refresh()
558 dev = &sc->sc_devices[rep.device_id - 1]; in uhidpp_task()