/openbmc/linux/drivers/media/usb/cx231xx/ |
H A D | cx231xx-vbi.c | 163 height = ((dev->norm & V4L2_STD_625_50) ? in vbi_queue_setup() 178 height = ((dev->norm & V4L2_STD_625_50) ? in vbi_buf_prepare() 368 dma_q->lines_per_field = ((dev->norm & V4L2_STD_625_50) ? in cx231xx_init_vbi_isoc() 655 height = ((dev->norm & V4L2_STD_625_50) ? in cx231xx_is_vbi_buffer_done()
|
H A D | cx231xx-video.c | 944 dev->height = (dev->norm & V4L2_STD_625_50) ? 576 : 480; in vidioc_s_std() 1335 bool is_50hz = dev->norm & V4L2_STD_625_50; in vidioc_g_pixelaspect() 1420 f->fmt.vbi.start[0] = (dev->norm & V4L2_STD_625_50) ? in vidioc_g_fmt_vbi_cap() 1422 f->fmt.vbi.count[0] = (dev->norm & V4L2_STD_625_50) ? in vidioc_g_fmt_vbi_cap() 1424 f->fmt.vbi.start[1] = (dev->norm & V4L2_STD_625_50) ? in vidioc_g_fmt_vbi_cap() 1443 f->fmt.vbi.start[0] = (dev->norm & V4L2_STD_625_50) ? in vidioc_try_fmt_vbi_cap() 1445 f->fmt.vbi.count[0] = (dev->norm & V4L2_STD_625_50) ? in vidioc_try_fmt_vbi_cap() 1447 f->fmt.vbi.start[1] = (dev->norm & V4L2_STD_625_50) ? in vidioc_try_fmt_vbi_cap()
|
/openbmc/linux/drivers/media/pci/cx25821/ |
H A D | cx25821-video.c | 170 if (dev->tvnorm & V4L2_STD_625_50) in cx25821_buffer_prepare() 346 maxh = (dev->tvnorm & V4L2_STD_625_50) ? 576 : 480; in cx25821_vidioc_try_fmt_vid_cap() 455 chan->height = (dev->tvnorm & V4L2_STD_625_50) ? 576 : 480; in cx25821_vidioc_s_std() 544 f->fmt.pix.height = (dev->tvnorm & V4L2_STD_625_50) ? 576 : 480; in cx25821_vidioc_try_fmt_vid_out() 712 if (dev->tvnorm & V4L2_STD_625_50) in cx25821_video_register()
|
/openbmc/linux/drivers/media/i2c/ |
H A D | ml86v7667.c | 169 *std &= status & STATUS_NTSCPAL ? V4L2_STD_625_50 : V4L2_STD_525_60; in ml86v7667_querystd() 353 priv->std = val & STATUS_NTSCPAL ? V4L2_STD_625_50 : V4L2_STD_525_60; in ml86v7667_init()
|
H A D | bt819.c | 189 init[0x15 * 2 - 1] = (decoder->norm & V4L2_STD_625_50) ? 115 : 93; /* Chroma burst delay */ in bt819_init()
|
H A D | saa7115.c | 870 int is_50hz = state->std & V4L2_STD_625_50; in saa711x_set_size() 1051 int is_50hz = (state->std & V4L2_STD_625_50); in saa711x_set_lcr() 1483 *std &= V4L2_STD_625_50; in saa711x_querystd()
|
H A D | ks0127.c | 616 std &= V4L2_STD_625_50; in ks0127_status()
|
H A D | saa7127.c | 478 !(std & (V4L2_STD_625_50 & ~V4L2_STD_SECAM))) { in saa7127_set_std()
|
/openbmc/linux/drivers/media/pci/cx88/ |
H A D | cx88-core.c | 643 return (norm & V4L2_STD_625_50) ? 0x24 : 0x18; in norm_vdelay() 672 return (norm & V4L2_STD_625_50) ? in norm_htotal() 679 return (norm & V4L2_STD_625_50) ? 511 : 400; in norm_vbipack()
|
H A D | cx88-vbi.c | 40 } else if (dev->core->tvnorm & V4L2_STD_625_50) { in cx8800_vbi_fmt()
|
/openbmc/linux/samples/v4l/ |
H A D | v4l2-pci-skeleton.c | 471 *std &= V4L2_STD_625_50; in skeleton_querystd() 781 skel->std = V4L2_STD_625_50; in skeleton_probe()
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-enumstd.rst | 215 #define V4L2_STD_625_50 (V4L2_STD_PAL | 222 V4L2_STD_625_50)
|
/openbmc/linux/drivers/media/test-drivers/vivid/ |
H A D | vivid-vbi-out.c | 240 if ((dev->std_out & V4L2_STD_625_50) && in vivid_sliced_vbi_out_process()
|
/openbmc/linux/drivers/media/pci/cx23885/ |
H A D | cx23885-vbi.c | 52 } else if (dev->tvnorm & V4L2_STD_625_50) { in cx23885_vbi_fmt()
|
/openbmc/linux/drivers/media/pci/cx18/ |
H A D | cx18-av-core.c | 304 if (std & V4L2_STD_625_50) { in cx18_av_std_setup() 506 if (std & V4L2_STD_625_50) { in cx18_av_std_setup()
|
/openbmc/linux/drivers/media/platform/ti/davinci/ |
H A D | vpif.c | 229 .stdid = V4L2_STD_625_50,
|
/openbmc/linux/drivers/media/usb/go7007/ |
H A D | s2250-board.c | 351 if (norm & V4L2_STD_625_50) { in s2250_s_std()
|
/openbmc/linux/drivers/media/pci/ivtv/ |
H A D | ivtv-vbi.c | 62 if ((itv->std_out & V4L2_STD_625_50) && !enabled) { in ivtv_set_wss()
|
/openbmc/linux/include/uapi/linux/ |
H A D | videodev2.h | 1461 #define V4L2_STD_625_50 (V4L2_STD_PAL |\ macro 1471 V4L2_STD_625_50)
|
/openbmc/linux/drivers/media/pci/saa7164/ |
H A D | saa7164-vbi.c | 21 (port->enc_port->encodernorm.id & V4L2_STD_625_50) != 0; in saa7164_vbi_configure()
|
/openbmc/linux/drivers/media/usb/stk1160/ |
H A D | stk1160-v4l.c | 743 .tvnorms = V4L2_STD_525_60 | V4L2_STD_625_50,
|
/openbmc/linux/drivers/media/pci/solo6x10/ |
H A D | solo6x10-v4l2.c | 545 return solo_set_video_type(solo_dev, std & V4L2_STD_625_50); in solo_s_std()
|
/openbmc/linux/drivers/media/pci/dt3155/ |
H A D | dt3155.c | 509 pd->std = V4L2_STD_625_50; in dt3155_probe()
|
/openbmc/linux/drivers/media/usb/usbtv/ |
H A D | usbtv-video.c | 57 .norm = V4L2_STD_625_50,
|
/openbmc/linux/drivers/media/usb/em28xx/ |
H A D | em28xx-video.c | 149 return (v4l2->norm & V4L2_STD_625_50) ? 576 : 480; in norm_maxh() 238 } else if (v4l2->norm & V4L2_STD_625_50) { in em28xx_set_outfmt() 2065 } else if (v4l2->norm & V4L2_STD_625_50) { in vidioc_g_fmt_vbi_cap()
|