Searched refs:channel_opened (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/cx25821/
H A Dcx25821-video.c567 int channel_opened = fh->channel_id; local
602 channel_opened = dev->channel_opened;
603 channel_opened = (channel_opened < 0
604 || channel_opened > 7) ? 7 : channel_opened;
606 if (dev->channels[channel_opened]
612 if (dev->channels[channel_opened]
618 if (channel_opened >
[all...]
H A Dcx25821.h416 int channel_opened; member in struct:cx25821_dev
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/cx25821/
H A Dcx25821-video.c567 int channel_opened = fh->channel_id; local
602 channel_opened = dev->channel_opened;
603 channel_opened = (channel_opened < 0
604 || channel_opened > 7) ? 7 : channel_opened;
606 if (dev->channels[channel_opened]
612 if (dev->channels[channel_opened]
618 if (channel_opened >
[all...]
H A Dcx25821.h416 int channel_opened; member in struct:cx25821_dev

Completed in 119 milliseconds