Lines Matching defs:channels
10 * Sensoray 2255 device supports 4 simultaneous channels.
11 * The channels are not "crossbar" inputs, they are physically
19 * -full size, color mode YUYV or YUV422P: 2 channels at once
20 * -full or half size Grey scale: all 4 channels at once
21 * -half size, color mode YUYV or YUV422P: all 4 channels at once
22 * -full size, color mode YUYV or YUV422P 1/2 frame rate: all 4 channels
252 struct mutex lock; /* channels[].vdev.lock */
315 * channels 0-3 on 2255 are composite
316 * channels 0-1 on 2257 are composite, 2-3 are s-video
1149 For instance, you cannot do full FPS on more than 2 channels(2 videodevs)
1150 at once in color(you can do full fps on 4 channels with greyscale.
1671 /* if no channels registered, return error and probe will fail*/
1677 pr_warn("s2255: Not all channels available.\n");
1763 /* all channels ready */
2345 int channels = atomic_read(&dev->num_channels);
2352 for (i = 0; i < channels; i++)