Go to the documentation of this file.
14 #define BASE_TYPES (BASE|F8MHZ|MTS|FM|INPUT1|INPUT2|INIT1)
44 #define DTV_TYPES (D2620|D2633|DTV6|QAM|DTV7|DTV78|DTV8|ATSC)
49 #define STD_SPECIFIC_TYPES (MTS|FM|LCD|NOGD)
54 #define INPUT1 (1<<11)
74 #define MONO (1 << 15)
75 #define ATSC (1 << 16)
77 #define LG60 (1 << 18)
78 #define ATI638 (1 << 19)
79 #define OREN538 (1 << 20)
80 #define OREN36 (1 << 21)
81 #define TOYOTA388 (1 << 22)
82 #define TOYOTA794 (1 << 23)
83 #define DIBCOM52 (1 << 24)
84 #define ZARLINK456 (1 << 25)
85 #define CHINA (1 << 26)
86 #define F6MHZ (1 << 27)
87 #define INPUT2 (1 << 28)
88 #define SCODE (1 << 29)
91 #define HAS_IF (1 << 30)
96 #define SCODE_TYPES (SCODE | MTS)
107 #define V4L2_STD_SECAM_K3 (0x04000000)
111 #define V4L2_STD_A2_A (1LL<<32)
112 #define V4L2_STD_A2_B (1LL<<33)
113 #define V4L2_STD_NICAM_A (1LL<<34)
114 #define V4L2_STD_NICAM_B (1LL<<35)
115 #define V4L2_STD_AM (1LL<<36)
116 #define V4L2_STD_BTSC (1LL<<37)
117 #define V4L2_STD_EIAJ (1LL<<38)
119 #define V4L2_STD_A2 (V4L2_STD_A2_A | V4L2_STD_A2_B)
120 #define V4L2_STD_NICAM (V4L2_STD_NICAM_A | V4L2_STD_NICAM_B)
126 #define V4L2_STD_AUDIO (V4L2_STD_A2 | \
134 #define V4L2_STD_PAL_BG_A2_A (V4L2_STD_PAL_BG | V4L2_STD_A2_A)
135 #define V4L2_STD_PAL_BG_A2_B (V4L2_STD_PAL_BG | V4L2_STD_A2_B)
136 #define V4L2_STD_PAL_BG_NICAM_A (V4L2_STD_PAL_BG | V4L2_STD_NICAM_A)
137 #define V4L2_STD_PAL_BG_NICAM_B (V4L2_STD_PAL_BG | V4L2_STD_NICAM_B)
138 #define V4L2_STD_PAL_DK_A2 (V4L2_STD_PAL_DK | V4L2_STD_A2)
139 #define V4L2_STD_PAL_DK_NICAM (V4L2_STD_PAL_DK | V4L2_STD_NICAM)
140 #define V4L2_STD_SECAM_L_NICAM (V4L2_STD_SECAM_L | V4L2_STD_NICAM)
141 #define V4L2_STD_SECAM_L_AM (V4L2_STD_SECAM_L | V4L2_STD_AM)