standards        1556 drivers/media/i2c/adv7842.c 	bt->standards = V4L2_DV_BT_STD_CEA861 | V4L2_DV_BT_STD_DMT |
standards         561 drivers/media/i2c/tvp7002.c 		if (!memcmp(bt, t, &bt->standards - &bt->width)) {
standards         371 drivers/media/platform/aspeed-video.c 		.standards = V4L2_DV_BT_STD_CEA861 | V4L2_DV_BT_STD_DMT |
standards        1667 drivers/media/platform/vivid/vivid-vid-cap.c 	if (bt->standards == 0 || (bt->standards & V4L2_DV_BT_STD_CVT)) {
standards        1673 drivers/media/platform/vivid/vivid-vid-cap.c 	if (bt->standards == 0 || (bt->standards & V4L2_DV_BT_STD_GTF)) {
standards        1152 drivers/media/platform/vivid/vivid-vid-out.c 	if ((bt->standards & (V4L2_DV_BT_STD_CVT | V4L2_DV_BT_STD_GTF)) &&
standards         751 drivers/media/usb/hdpvr/hdpvr-video.c 	cap->bt.standards = V4L2_DV_BT_STD_CEA861;
standards         159 drivers/media/v4l2-core/v4l2-dv-timings.c 	     cap->standards && bt->standards &&
standards         160 drivers/media/v4l2-core/v4l2-dv-timings.c 	     !(bt->standards & cap->standards)) ||
standards         339 drivers/media/v4l2-core/v4l2-dv-timings.c 	pr_info("%s: standards (0x%x):%s%s%s%s%s\n", dev_prefix, bt->standards,
standards         340 drivers/media/v4l2-core/v4l2-dv-timings.c 			(bt->standards & V4L2_DV_BT_STD_CEA861) ?  " CEA" : "",
standards         341 drivers/media/v4l2-core/v4l2-dv-timings.c 			(bt->standards & V4L2_DV_BT_STD_DMT) ?  " DMT" : "",
standards         342 drivers/media/v4l2-core/v4l2-dv-timings.c 			(bt->standards & V4L2_DV_BT_STD_CVT) ?  " CVT" : "",
standards         343 drivers/media/v4l2-core/v4l2-dv-timings.c 			(bt->standards & V4L2_DV_BT_STD_GTF) ?  " GTF" : "",
standards         344 drivers/media/v4l2-core/v4l2-dv-timings.c 			(bt->standards & V4L2_DV_BT_STD_SDI) ?  " SDI" : "");
standards         631 drivers/media/v4l2-core/v4l2-dv-timings.c 	fmt->bt.standards = V4L2_DV_BT_STD_CVT;
standards         789 drivers/media/v4l2-core/v4l2-dv-timings.c 	fmt->bt.standards = V4L2_DV_BT_STD_GTF;
standards          45 drivers/media/v4l2-core/v4l2-ioctl.c static const struct std_descr standards[] = {
standards          92 drivers/media/v4l2-core/v4l2-ioctl.c 	for (i = 0; standards[i].std; i++)
standards          93 drivers/media/v4l2-core/v4l2-ioctl.c 		if (myid == standards[i].std)
standards          95 drivers/media/v4l2-core/v4l2-ioctl.c 	return standards[i].descr;
standards         142 drivers/media/v4l2-core/v4l2-ioctl.c 		while ((id & standards[j].std) != standards[j].std)
standards         144 drivers/media/v4l2-core/v4l2-ioctl.c 		curr_id = standards[j].std;
standards         145 drivers/media/v4l2-core/v4l2-ioctl.c 		descr = standards[j].descr;
standards         718 drivers/media/v4l2-core/v4l2-ioctl.c 				p->bt.standards, p->bt.flags);
standards         744 drivers/media/v4l2-core/v4l2-ioctl.c 			p->bt.standards, p->bt.capabilities);
standards         216 include/media/v4l2-dv-timings.h 	if ((bt->standards & V4L2_DV_BT_STD_CVT) && (bt->vsync == 8))
standards         219 include/media/v4l2-dv-timings.h 	if ((bt->standards & V4L2_DV_BT_STD_CEA861) &&
standards        1400 include/uapi/linux/videodev2.h 	__u32	standards;
standards        1552 include/uapi/linux/videodev2.h 	__u32	standards;