HomeSort by: relevance | last modified time | path
    Searched refs:sc_videodev (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/usb/
pseye.c 87 device_t sc_videodev; member in struct:pseye_softc
266 sc->sc_videodev = video_attach_mi(&pseye_hw_if, self, sc);
267 if (sc->sc_videodev == NULL) {
286 if (sc->sc_videodev != NULL) {
287 config_detach(sc->sc_videodev, flags);
288 sc->sc_videodev = NULL;
339 if (sc->sc_videodev) {
340 KASSERT(sc->sc_videodev == child);
341 sc->sc_videodev = NULL;
697 video_submit_payload(sc->sc_videodev, &payload)
    [all...]
auvitek_video.c 137 return sc->sc_videodev != NULL;
151 if (ifattr_match(ifattr, "videobus") && sc->sc_videodev == NULL) {
152 sc->sc_videodev = video_attach_mi(&auvitek_video_if,
160 if (sc->sc_videodev == child)
161 sc->sc_videodev = NULL;
751 video_submit_payload(sc->sc_videodev, &payload);
auvitekvar.h 102 device_t sc_videodev, sc_dtvdev, sc_audiodev, sc_i2cdev; member in struct:auvitek_softc

Completed in 13 milliseconds