Home
last modified time | relevance | path

Searched refs:channel_opened (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/staging/cx25821/
Dcx25821-video.c569 int channel_opened = fh->channel_id; in cx25821_buffer_prepare() local
604 channel_opened = dev->channel_opened; in cx25821_buffer_prepare()
605 channel_opened = (channel_opened < 0 in cx25821_buffer_prepare()
606 || channel_opened > 7) ? 7 : channel_opened; in cx25821_buffer_prepare()
608 if (dev->channels[channel_opened] in cx25821_buffer_prepare()
614 if (dev->channels[channel_opened] in cx25821_buffer_prepare()
620 if (channel_opened >= 0 && channel_opened <= 7) { in cx25821_buffer_prepare()
621 if (dev->channels[channel_opened] in cx25821_buffer_prepare()
628 dev->channels[channel_opened]. in cx25821_buffer_prepare()
849 dev->channel_opened = fh->channel_id; in video_open()
Dcx25821.h414 int channel_opened; member