Home
last modified time | relevance | path

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

/drivers/media/common/tuners/
Dtuner-xc2028-types.h114 #define V4L2_STD_NICAM_B (1LL<<35) macro
120 #define V4L2_STD_NICAM (V4L2_STD_NICAM_A | V4L2_STD_NICAM_B)
137 #define V4L2_STD_PAL_BG_NICAM_B (V4L2_STD_PAL_BG | V4L2_STD_NICAM_B)
Dtuner-xc2028.c233 return V4L2_STD_NICAM_B; in parse_audio_std_option()