V4L2_STD_PAL_B
} else if (std & V4L2_STD_PAL_B) {
case STD_PAL: return V4L2_STD_PAL_B;
if (v4l2_std & V4L2_STD_PAL_B)
dev->norm = V4L2_STD_PAL_B;
} else if (standerd & (V4L2_STD_PAL_B | V4L2_STD_PAL_G)) {
.std = V4L2_STD_PAL_B|V4L2_STD_PAL_B1|V4L2_STD_PAL_G,
(V4L2_STD_PAL_B| \
#define TSTD_B (V4L2_STD_PAL_B|V4L2_STD_SECAM_B)
{ V4L2_STD_PAL_B, "PAL-B" },
#define V4L2_STD_PAL_BG (V4L2_STD_PAL_B |\
#define V4L2_STD_B (V4L2_STD_PAL_B |\