Home | History | Annotate | Download | only in usb

Lines Matching defs:sc_videodev

87 	device_t		sc_videodev;
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);