Searched refs:_isNTSC_ch2 (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/cx25821/
H A Dcx25821-video-upstream-ch2.c69 || !(dev->_isNTSC_ch2)) {
109 || !(dev->_isNTSC_ch2)) {
146 if (dev->_isNTSC_ch2) {
291 if (dev->_isNTSC_ch2) {
573 if (dev->_isNTSC_ch2) {
667 value |= dev->_isNTSC_ch2 ? 0 : 0x10;
679 if (dev->_isNTSC_ch2) {
782 dev->_lines_count_ch2 = dev->_isNTSC_ch2 ? 480 : 576;
787 data_frame_size = dev->_isNTSC_ch2 ? NTSC_DATA_BUF_SZ : PAL_DATA_BUF_SZ;
789 dev->_isNTSC_ch2
[all...]
H A Dcx25821.h406 int _isNTSC_ch2; member in struct:cx25821_dev
H A Dcx25821-core.c1046 dev->_isNTSC_ch2 = !strcmp(dev->vid_stdname_ch2, "NTSC") ? 1 : 0;
1048 dev->tvnorm = !dev->_isNTSC_ch2 ? V4L2_STD_PAL_BG : V4L2_STD_NTSC_M;

Completed in 97 milliseconds