| /linux-4.4.14/drivers/media/usb/cx231xx/ |
| D | cx231xx-vbi.c | 176 height = ((dev->norm & V4L2_STD_625_50) ? in vbi_buffer_setup() 226 height = ((dev->norm & V4L2_STD_625_50) ? in vbi_buffer_prepare() 412 dma_q->lines_per_field = ((dev->norm & V4L2_STD_625_50) ? in cx231xx_init_vbi_isoc() 703 height = ((dev->norm & V4L2_STD_625_50) ? in cx231xx_is_vbi_buffer_done()
|
| D | cx231xx-video.c | 1084 dev->height = (dev->norm & V4L2_STD_625_50) ? 576 : 480; in vidioc_s_std() 1560 f->fmt.vbi.start[0] = (dev->norm & V4L2_STD_625_50) ? in vidioc_g_fmt_vbi_cap() 1562 f->fmt.vbi.count[0] = (dev->norm & V4L2_STD_625_50) ? in vidioc_g_fmt_vbi_cap() 1564 f->fmt.vbi.start[1] = (dev->norm & V4L2_STD_625_50) ? in vidioc_g_fmt_vbi_cap() 1584 f->fmt.vbi.start[0] = (dev->norm & V4L2_STD_625_50) ? in vidioc_try_fmt_vbi_cap() 1586 f->fmt.vbi.count[0] = (dev->norm & V4L2_STD_625_50) ? in vidioc_try_fmt_vbi_cap() 1588 f->fmt.vbi.start[1] = (dev->norm & V4L2_STD_625_50) ? in vidioc_try_fmt_vbi_cap()
|
| D | cx231xx.h | 1002 return (dev->norm & V4L2_STD_625_50) ? 576 : 480; in norm_maxh()
|
| /linux-4.4.14/drivers/media/pci/cx25821/ |
| D | cx25821-video.c | 189 if (dev->tvnorm & V4L2_STD_625_50) in cx25821_buffer_prepare() 366 maxh = (dev->tvnorm & V4L2_STD_625_50) ? 576 : 480; in cx25821_vidioc_try_fmt_vid_cap() 480 chan->height = (dev->tvnorm & V4L2_STD_625_50) ? 576 : 480; in cx25821_vidioc_s_std() 569 f->fmt.pix.height = (dev->tvnorm & V4L2_STD_625_50) ? 576 : 480; in cx25821_vidioc_try_fmt_vid_out() 734 if (dev->tvnorm & V4L2_STD_625_50) in cx25821_video_register()
|
| /linux-4.4.14/drivers/media/i2c/ |
| D | ml86v7667.c | 173 *std &= status & STATUS_NTSCPAL ? V4L2_STD_625_50 : V4L2_STD_525_60; in ml86v7667_querystd() 355 priv->std = val & STATUS_NTSCPAL ? V4L2_STD_625_50 : V4L2_STD_525_60; in ml86v7667_init()
|
| D | saa7115.c | 874 int is_50hz = state->std & V4L2_STD_625_50; in saa711x_set_size() 1055 int is_50hz = (state->std & V4L2_STD_625_50); in saa711x_set_lcr() 1487 *std &= V4L2_STD_625_50; in saa711x_querystd()
|
| D | bt819.c | 202 init[0x15 * 2 - 1] = (decoder->norm & V4L2_STD_625_50) ? 115 : 93; /* Chroma burst delay */ in bt819_init()
|
| D | tvp5150.c | 635 } else if (std & V4L2_STD_625_50) { in tvp5150_set_vbi() 683 } else if (std & V4L2_STD_625_50) { in tvp5150_get_vbi()
|
| D | ks0127.c | 629 std &= V4L2_STD_625_50; in ks0127_status()
|
| D | saa7127.c | 491 !(std & (V4L2_STD_625_50 & ~V4L2_STD_SECAM))) { in saa7127_set_std()
|
| D | adv7842.c | 2717 if (norm & V4L2_STD_625_50) in adv7842_s_std()
|
| /linux-4.4.14/drivers/media/platform/davinci/ |
| D | vpbe_venc.c | 285 if (venc->pdata->setup_clock(VPBE_ENC_STD, V4L2_STD_625_50) < 0) in venc_set_pal() 288 venc_enable_vpss_clock(venc->venc_type, VPBE_ENC_STD, V4L2_STD_625_50); in venc_set_pal() 486 else if (norm & V4L2_STD_625_50) in venc_s_std_output()
|
| D | vpif.c | 217 .stdid = V4L2_STD_625_50,
|
| D | vpbe_display.c | 477 (standard_id & V4L2_STD_625_50)) { in vpbe_disp_calculate_scale_factor() 508 if ((standard_id & V4L2_STD_625_50)) { in vpbe_disp_calculate_scale_factor() 1327 vbd->tvnorms = (V4L2_STD_525_60 | V4L2_STD_625_50); in init_vpbe_layer()
|
| D | vpif_display.c | 32 #define VPIF_V4L2_STD (V4L2_STD_525_60 | V4L2_STD_625_50)
|
| D | vpfe_capture.c | 130 {V4L2_STD_625_50, 720, 576, {54, 59}, 1},
|
| /linux-4.4.14/drivers/media/pci/cx88/ |
| D | cx88-core.c | 620 return (norm & V4L2_STD_625_50) ? 0x24 : 0x18; in norm_vdelay() 649 return (norm & V4L2_STD_625_50) ? in norm_htotal() 656 return (norm & V4L2_STD_625_50) ? 511 : 400; in norm_vbipack()
|
| D | cx88-vbi.c | 35 } else if (dev->core->tvnorm & V4L2_STD_625_50) { in cx8800_vbi_fmt()
|
| D | cx88-blackbird.c | 526 cx2341x_handler_set_50hz(&dev->cxhdl, dev->core->tvnorm & V4L2_STD_625_50); in blackbird_codec_settings()
|
| /linux-4.4.14/drivers/media/platform/vivid/ |
| D | vivid-vbi-out.c | 244 if ((dev->std_out & V4L2_STD_625_50) && in vivid_sliced_vbi_out_process()
|
| /linux-4.4.14/Documentation/video4linux/ |
| D | v4l2-pci-skeleton.c | 488 *std &= V4L2_STD_625_50; in skeleton_querystd() 796 skel->std = V4L2_STD_625_50; in skeleton_probe()
|
| /linux-4.4.14/drivers/media/pci/cx23885/ |
| D | cx23885-vbi.c | 61 } else if (dev->tvnorm & V4L2_STD_625_50) { in cx23885_vbi_fmt()
|
| D | cx23885-417.c | 1040 (dev->encodernorm.id & V4L2_STD_625_50) != 0; in cx23885_codec_settings()
|
| /linux-4.4.14/drivers/media/pci/cx18/ |
| D | cx18-av-core.c | 318 if (std & V4L2_STD_625_50) { in cx18_av_std_setup() 522 if (std & V4L2_STD_625_50) { in cx18_av_std_setup()
|
| /linux-4.4.14/drivers/media/usb/go7007/ |
| D | s2250-board.c | 359 if (norm & V4L2_STD_625_50) { in s2250_s_std()
|
| D | go7007-v4l2.c | 598 if (go->std & V4L2_STD_625_50) { in go7007_s_std()
|
| /linux-4.4.14/include/uapi/linux/ |
| D | videodev2.h | 1170 #define V4L2_STD_625_50 (V4L2_STD_PAL |\ macro 1180 V4L2_STD_625_50)
|
| /linux-4.4.14/drivers/media/pci/ivtv/ |
| D | ivtv-vbi.c | 74 if ((itv->std_out & V4L2_STD_625_50) && !enabled) { in ivtv_set_wss()
|
| /linux-4.4.14/drivers/media/pci/dt3155/ |
| D | dt3155.c | 532 pd->std = V4L2_STD_625_50; in dt3155_probe()
|
| /linux-4.4.14/drivers/media/usb/stk1160/ |
| D | stk1160-v4l.c | 753 .tvnorms = V4L2_STD_525_60 | V4L2_STD_625_50,
|
| /linux-4.4.14/drivers/media/pci/solo6x10/ |
| D | solo6x10-v4l2.c | 557 return solo_set_video_type(solo_dev, std & V4L2_STD_625_50); in solo_s_std()
|
| D | solo6x10-v4l2-enc.c | 981 return solo_set_video_type(solo_enc->solo_dev, std & V4L2_STD_625_50); in solo_enc_s_std()
|
| /linux-4.4.14/drivers/media/pci/saa7164/ |
| D | saa7164-vbi.c | 35 (port->enc_port->encodernorm.id & V4L2_STD_625_50) != 0; in saa7164_vbi_configure()
|
| D | saa7164-encoder.c | 61 (port->encodernorm.id & V4L2_STD_625_50) != 0; in saa7164_encoder_configure()
|
| /linux-4.4.14/drivers/media/usb/em28xx/ |
| D | em28xx-video.c | 166 return (v4l2->norm & V4L2_STD_625_50) ? 576 : 480; in norm_maxh() 255 } else if (v4l2->norm & V4L2_STD_625_50) { in em28xx_set_outfmt() 1822 } else if (v4l2->norm & V4L2_STD_625_50) { in vidioc_g_fmt_vbi_cap()
|
| /linux-4.4.14/drivers/media/usb/hdpvr/ |
| D | hdpvr-video.c | 627 V4L2_STD_525_60 : V4L2_STD_625_50; in vidioc_querystd()
|
| /linux-4.4.14/drivers/media/platform/soc_camera/ |
| D | rcar_vin.c | 1614 field = std & V4L2_STD_625_50 ? in rcar_vin_set_fmt()
|
| /linux-4.4.14/drivers/media/usb/usbvision/ |
| D | usbvision-core.c | 1740 if (usbvision->tvnorm_id & V4L2_STD_625_50) in usbvision_set_output()
|
| /linux-4.4.14/drivers/media/pci/saa7134/ |
| D | saa7134-video.c | 1605 if (dev->tvnorm->id & V4L2_STD_625_50) { in saa7134_cropcap()
|
| /linux-4.4.14/drivers/media/usb/s2255/ |
| D | s2255drv.c | 1153 } else if (i & V4L2_STD_625_50) { in vidioc_s_std()
|
| /linux-4.4.14/drivers/media/platform/am437x/ |
| D | am437x-vpfe.c | 68 {V4L2_STD_625_50, 720, 576, {54, 59}, 1},
|
| /linux-4.4.14/drivers/media/i2c/cx25840/ |
| D | cx25840-core.c | 788 if (std & V4L2_STD_625_50) { in cx25840_std_setup() 911 if (std & V4L2_STD_625_50) { in cx25840_std_setup()
|
| /linux-4.4.14/drivers/media/pci/bt8xx/ |
| D | bttv-driver.c | 1762 *id &= V4L2_STD_625_50; in bttv_querystd()
|