| /Linux-v5.4/drivers/media/usb/cx231xx/ |
| D | cx231xx-vbi.c | 164 height = ((dev->norm & V4L2_STD_625_50) ? in vbi_buffer_setup() 214 height = ((dev->norm & V4L2_STD_625_50) ? in vbi_buffer_prepare() 401 dma_q->lines_per_field = ((dev->norm & V4L2_STD_625_50) ? in cx231xx_init_vbi_isoc() 690 height = ((dev->norm & V4L2_STD_625_50) ? in cx231xx_is_vbi_buffer_done()
|
| D | cx231xx-video.c | 1069 dev->height = (dev->norm & V4L2_STD_625_50) ? 576 : 480; in vidioc_s_std() 1477 bool is_50hz = dev->norm & V4L2_STD_625_50; in vidioc_g_pixelaspect() 1597 f->fmt.vbi.start[0] = (dev->norm & V4L2_STD_625_50) ? in vidioc_g_fmt_vbi_cap() 1599 f->fmt.vbi.count[0] = (dev->norm & V4L2_STD_625_50) ? in vidioc_g_fmt_vbi_cap() 1601 f->fmt.vbi.start[1] = (dev->norm & V4L2_STD_625_50) ? in vidioc_g_fmt_vbi_cap() 1621 f->fmt.vbi.start[0] = (dev->norm & V4L2_STD_625_50) ? in vidioc_try_fmt_vbi_cap() 1623 f->fmt.vbi.count[0] = (dev->norm & V4L2_STD_625_50) ? in vidioc_try_fmt_vbi_cap() 1625 f->fmt.vbi.start[1] = (dev->norm & V4L2_STD_625_50) ? in vidioc_try_fmt_vbi_cap()
|
| /Linux-v5.4/drivers/media/pci/cx25821/ |
| 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()
|
| /Linux-v5.4/drivers/media/i2c/ |
| D | ml86v7667.c | 169 *std &= status & STATUS_NTSCPAL ? V4L2_STD_625_50 : V4L2_STD_525_60; in ml86v7667_querystd() 351 priv->std = val & STATUS_NTSCPAL ? V4L2_STD_625_50 : V4L2_STD_525_60; in ml86v7667_init()
|
| D | bt819.c | 189 init[0x15 * 2 - 1] = (decoder->norm & V4L2_STD_625_50) ? 115 : 93; /* Chroma burst delay */ in bt819_init()
|
| 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()
|
| D | ks0127.c | 616 std &= V4L2_STD_625_50; in ks0127_status()
|
| D | saa7127.c | 478 !(std & (V4L2_STD_625_50 & ~V4L2_STD_SECAM))) { in saa7127_set_std()
|
| /Linux-v5.4/drivers/media/platform/davinci/ |
| D | vpbe_venc.c | 271 if (venc->pdata->setup_clock(VPBE_ENC_STD, V4L2_STD_625_50) < 0) in venc_set_pal() 274 venc_enable_vpss_clock(venc->venc_type, VPBE_ENC_STD, V4L2_STD_625_50); in venc_set_pal() 472 else if (norm & V4L2_STD_625_50) in venc_s_std_output()
|
| D | vpbe_display.c | 466 (standard_id & V4L2_STD_625_50)) { in vpbe_disp_calculate_scale_factor() 497 if ((standard_id & V4L2_STD_625_50)) { in vpbe_disp_calculate_scale_factor() 1310 vbd->tvnorms = (V4L2_STD_525_60 | V4L2_STD_625_50); in init_vpbe_layer()
|
| D | vpif.c | 222 .stdid = V4L2_STD_625_50,
|
| /Linux-v5.4/drivers/media/pci/cx88/ |
| D | cx88-core.c | 629 return (norm & V4L2_STD_625_50) ? 0x24 : 0x18; in norm_vdelay() 658 return (norm & V4L2_STD_625_50) ? in norm_htotal() 665 return (norm & V4L2_STD_625_50) ? 511 : 400; in norm_vbipack()
|
| D | cx88-vbi.c | 40 } else if (dev->core->tvnorm & V4L2_STD_625_50) { in cx8800_vbi_fmt()
|
| /Linux-v5.4/samples/v4l/ |
| D | v4l2-pci-skeleton.c | 483 *std &= V4L2_STD_625_50; in skeleton_querystd() 793 skel->std = V4L2_STD_625_50; in skeleton_probe()
|
| /Linux-v5.4/drivers/media/platform/vivid/ |
| D | vivid-vbi-out.c | 240 if ((dev->std_out & V4L2_STD_625_50) && in vivid_sliced_vbi_out_process()
|
| /Linux-v5.4/drivers/media/pci/cx23885/ |
| D | cx23885-vbi.c | 52 } else if (dev->tvnorm & V4L2_STD_625_50) { in cx23885_vbi_fmt()
|
| /Linux-v5.4/Documentation/media/uapi/v4l/ |
| D | vidioc-enumstd.rst | 229 #define V4L2_STD_625_50 (V4L2_STD_PAL | 236 V4L2_STD_625_50)
|
| /Linux-v5.4/drivers/media/pci/cx18/ |
| 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()
|
| /Linux-v5.4/drivers/media/usb/go7007/ |
| D | s2250-board.c | 351 if (norm & V4L2_STD_625_50) { in s2250_s_std()
|
| /Linux-v5.4/drivers/media/pci/ivtv/ |
| D | ivtv-vbi.c | 62 if ((itv->std_out & V4L2_STD_625_50) && !enabled) { in ivtv_set_wss()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | videodev2.h | 1325 #define V4L2_STD_625_50 (V4L2_STD_PAL |\ macro 1335 V4L2_STD_625_50)
|
| /Linux-v5.4/drivers/media/usb/stk1160/ |
| D | stk1160-v4l.c | 739 .tvnorms = V4L2_STD_525_60 | V4L2_STD_625_50,
|
| /Linux-v5.4/drivers/media/pci/dt3155/ |
| D | dt3155.c | 512 pd->std = V4L2_STD_625_50; in dt3155_probe()
|
| /Linux-v5.4/drivers/media/pci/saa7164/ |
| D | saa7164-vbi.c | 21 (port->enc_port->encodernorm.id & V4L2_STD_625_50) != 0; in saa7164_vbi_configure()
|
| /Linux-v5.4/drivers/media/pci/solo6x10/ |
| D | solo6x10-v4l2.c | 549 return solo_set_video_type(solo_dev, std & V4L2_STD_625_50); in solo_s_std()
|