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

  /src/sys/dev/
video.c 166 enum video_stream_method vs_method; /* method by which member in struct:video_stream
1570 switch (vs->vs_method) {
1616 switch (vs->vs_method) {
1654 aprint_debug_dev(sc->sc_dev, "unknown vs_method %d\n",
1655 vs->vs_method);
1822 if (vs->vs_method == VIDEO_STREAM_METHOD_NONE) {
1832 } else if (vs->vs_method != VIDEO_STREAM_METHOD_READ) {
2375 if (vs->vs_method == VIDEO_STREAM_METHOD_NONE) {
2420 vs->vs_method = VIDEO_STREAM_METHOD_NONE;
2490 vs->vs_method = method
    [all...]

Completed in 11 milliseconds