HomeSort by: relevance | last modified time | path
    Searched defs:sc_stream_in (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/
video.c 193 struct video_stream sc_stream_in; member in struct:video_softc
362 video_stream_init(&sc->sc_stream_in, device_xname(self));
408 video_stream_fini(&sc->sc_stream_in);
453 video_stream_write(&sc->sc_stream_in, payload);
904 sc->sc_stream_in.vs_format = vfmt;
1498 struct video_stream *vs = &sc->sc_stream_in;
1538 struct video_stream *vs = &sc->sc_stream_in;
1555 struct video_stream *vs = &sc->sc_stream_in;
1605 struct video_stream *vs = &sc->sc_stream_in;
1666 struct video_stream *vs = &sc->sc_stream_in;
    [all...]
video.c 193 struct video_stream sc_stream_in; member in struct:video_softc
362 video_stream_init(&sc->sc_stream_in, device_xname(self));
408 video_stream_fini(&sc->sc_stream_in);
453 video_stream_write(&sc->sc_stream_in, payload);
904 sc->sc_stream_in.vs_format = vfmt;
1498 struct video_stream *vs = &sc->sc_stream_in;
1538 struct video_stream *vs = &sc->sc_stream_in;
1555 struct video_stream *vs = &sc->sc_stream_in;
1605 struct video_stream *vs = &sc->sc_stream_in;
1666 struct video_stream *vs = &sc->sc_stream_in;
    [all...]

Completed in 238 milliseconds