Home | History | Annotate | Download | only in dev

Lines Matching defs:vs_method

166 	enum video_stream_method vs_method; /* method by which
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;
2524 vs->vs_method = VIDEO_STREAM_METHOD_NONE;