/linux-4.4.14/drivers/media/platform/vivid/ |
D | vivid-vbi-out.c | 35 bool is_60hz = dev->std_out & V4L2_STD_525_60; in vbi_out_queue_setup() 55 bool is_60hz = dev->std_out & V4L2_STD_525_60; in vbi_out_buf_prepare() 145 bool is_60hz = dev->std_out & V4L2_STD_525_60; in vidioc_g_fmt_vbi_out() 194 bool is_60hz = dev->std_out & V4L2_STD_525_60; in vidioc_try_fmt_sliced_vbi_out() 237 if ((dev->std_out & V4L2_STD_525_60) && vbi->line == 21) { in vivid_sliced_vbi_out_process()
|
D | vivid-vbi-cap.c | 33 bool is_60hz = dev->std_cap & V4L2_STD_525_60; in vivid_sliced_vbi_cap_fill() 80 bool is_60hz = dev->std_cap & V4L2_STD_525_60; in vivid_g_fmt_vbi_cap() 145 bool is_60hz = dev->std_cap & V4L2_STD_525_60; in vbi_cap_queue_setup() 165 bool is_60hz = dev->std_cap & V4L2_STD_525_60; in vbi_cap_buf_prepare() 315 bool is_60hz = dev->std_cap & V4L2_STD_525_60; in vidioc_try_fmt_sliced_vbi_cap() 350 is_60hz = dev->std_cap & V4L2_STD_525_60; in vidioc_g_sliced_vbi_cap() 355 is_60hz = dev->std_out & V4L2_STD_525_60; in vidioc_g_sliced_vbi_cap()
|
D | vivid-vid-common.c | 535 if (!(dev->std_cap & V4L2_STD_525_60) != in vivid_vid_can_loop() 536 !(dev->std_out & V4L2_STD_525_60)) in vivid_vid_can_loop()
|
D | vivid-vid-out.c | 233 if (dev->std_out & V4L2_STD_525_60) { in vivid_update_format_out() 304 return (dev->std_out & V4L2_STD_525_60) ? in vivid_get_pixel_aspect() 370 h = (dev->std_out & V4L2_STD_525_60) ? 480 : 576; in vivid_try_fmt_vid_out()
|
D | vivid-vid-cap.c | 224 if (dev->std_cap & V4L2_STD_525_60) in vid_cap_buf_finish() 389 return (dev->std_cap & V4L2_STD_525_60) ? in vivid_get_pixel_aspect() 422 if (dev->std_cap & V4L2_STD_525_60) { in vivid_update_format_cap() 583 h = (dev->std_cap & V4L2_STD_525_60) ? 480 : 576; in vivid_try_fmt_vid_cap()
|
D | vivid-kthread-cap.c | 422 bool is_60hz = is_tv && (dev->std_cap & V4L2_STD_525_60); in vivid_fillbuff()
|
D | vivid-tpg.c | 2201 params.is_60hz = std & V4L2_STD_525_60; in tpg_fill_plane_buffer()
|
/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() 221 fmt->height = priv->std & V4L2_STD_525_60 ? 480 : 576; in ml86v7667_fill_fmt() 253 mode = std & V4L2_STD_525_60 ? MRA_NTSC_BT601 : MRA_PAL_BT601; in ml86v7667_s_std() 355 priv->std = val & STATUS_NTSCPAL ? V4L2_STD_625_50 : V4L2_STD_525_60; in ml86v7667_init() 358 val = priv->std & V4L2_STD_525_60 ? MRA_NTSC_BT601 : MRA_PAL_BT601; in ml86v7667_init()
|
D | tw9906.c | 100 bool is_60hz = norm & V4L2_STD_525_60; in tw9906_s_std() 145 bool is_60hz = dec->norm & V4L2_STD_525_60; in tw9906_log_status()
|
D | tw9903.c | 129 bool is_60hz = norm & V4L2_STD_525_60; in tw9903_s_std() 175 bool is_60hz = dec->norm & V4L2_STD_525_60; in tw9903_log_status()
|
D | tw2804.c | 157 state->norm & V4L2_STD_525_60 ? "60 Hz" : "50 Hz"); in tw2804_log_status() 266 bool is_60hz = norm & V4L2_STD_525_60; in tw2804_s_std()
|
D | tvp5150.c | 746 if (std & V4L2_STD_525_60) in tvp5150_s_std() 884 if (std & V4L2_STD_525_60) in tvp5150_s_crop() 939 if (std & V4L2_STD_525_60) in tvp5150_cropcap() 1182 if (tvp5150_read_std(sd) & V4L2_STD_525_60) in tvp5150_probe()
|
D | ks0127.c | 493 if (ks->norm & V4L2_STD_525_60) in ks0127_s_routing() 627 std &= V4L2_STD_525_60; in ks0127_status()
|
D | saa7115.c | 774 hz = (state->std & V4L2_STD_525_60) ? 5994 : 5000; in saa711x_s_clock_freq() 991 if (std & V4L2_STD_525_60) { in saa711x_set_v4lstd() 1208 if (state->std & V4L2_STD_525_60) in saa711x_decode_vbi_line() 1485 *std &= V4L2_STD_525_60; in saa711x_querystd()
|
D | saa7127.c | 484 if (std & V4L2_STD_525_60) { in saa7127_set_std() 684 v4l2_info(sd, "Standard: %s\n", (state->std & V4L2_STD_525_60) ? "60 Hz" : "50 Hz"); in saa7127_log_status()
|
D | bt819.c | 188 struct timing *timing = &timing_data[(decoder->norm & V4L2_STD_525_60) ? 1 : 0]; in bt819_init()
|
D | adv7183.c | 446 if (decoder->std & V4L2_STD_525_60) { in adv7183_set_fmt()
|
D | saa6752hs.c | 450 set_reg8(client, 0x40, (h->standard & V4L2_STD_525_60) ? 1 : 0); in saa6752hs_init()
|
D | adv7180.c | 605 fmt->height = state->curr_norm & V4L2_STD_525_60 ? 480 : 576; in adv7180_mbus_fmt()
|
D | adv7842.c | 2080 if (state->norm & V4L2_STD_525_60) in adv7842_get_format() 2719 else if (norm & V4L2_STD_525_60) in adv7842_s_std()
|
/linux-4.4.14/drivers/media/i2c/cx25840/ |
D | cx25840-vbi.c | 96 int is_pal = !(state->std & V4L2_STD_525_60); in cx25840_g_sliced_fmt() 131 int is_pal = !(state->std & V4L2_STD_525_60); in cx25840_s_raw_fmt() 147 int is_pal = !(state->std & V4L2_STD_525_60); in cx25840_s_sliced_fmt()
|
D | cx25840-core.c | 948 else if (std & V4L2_STD_525_60) { in input_change() 1377 int is_50Hz = !(state->std & V4L2_STD_525_60); in cx25840_set_fmt()
|
/linux-4.4.14/drivers/media/pci/cx23885/ |
D | cx23885-vbi.c | 55 if (dev->tvnorm & V4L2_STD_525_60) { in cx23885_vbi_fmt() 131 if (dev->tvnorm & V4L2_STD_525_60) in queue_setup() 148 if (dev->tvnorm & V4L2_STD_525_60) in buffer_prepare()
|
D | cx23885.h | 632 return (norm & V4L2_STD_525_60) ? 720 : 768; in norm_maxw() 637 return (norm & V4L2_STD_525_60) ? 480 : 576; in norm_maxh()
|
D | cx23885-417.c | 1028 if (dev->encodernorm.id & V4L2_STD_525_60) in cx23885_codec_settings() 1527 if (dev->encodernorm.id & V4L2_STD_525_60) in cx23885_417_register()
|
D | cx23885-video.c | 358 if (dev->tvnorm & V4L2_STD_525_60) in buffer_prepare()
|
/linux-4.4.14/drivers/media/pci/cx88/ |
D | cx88-vbi.c | 27 if (dev->core->tvnorm & V4L2_STD_525_60) { in cx8800_vbi_fmt() 117 if (dev->core->tvnorm & V4L2_STD_525_60) in queue_setup() 135 if (dev->core->tvnorm & V4L2_STD_525_60) in buffer_prepare()
|
D | cx88.h | 104 return (norm & V4L2_STD_525_60) ? 480 : 576; in norm_maxh()
|
/linux-4.4.14/drivers/media/tuners/ |
D | mt20xx.c | 306 if (params->std & V4L2_STD_525_60) { in mt2032_set_tv_freq() 330 if (params->std & V4L2_STD_525_60) { in mt2032_set_radio_freq() 508 if (params->std & V4L2_STD_525_60) { in mt2050_set_tv_freq() 531 if (params->std & V4L2_STD_525_60) { in mt2050_set_radio_freq()
|
/linux-4.4.14/drivers/media/platform/ |
D | sh_vou.c | 444 if (vou_dev->std & V4L2_STD_525_60) { in sh_vou_configure_geometry() 528 if (std & V4L2_STD_525_60) in vou_adjust_input() 598 if (std & V4L2_STD_525_60) { in vou_adjust_output() 688 if (vou_dev->std & V4L2_STD_525_60) in sh_vou_try_fmt_vid_out() 743 if (vou_dev->std & V4L2_STD_525_60) in sh_vou_set_fmt_vid_out() 851 if (std_id & V4L2_STD_525_60) { in sh_vou_s_std() 926 if (vou_dev->std & V4L2_STD_525_60) in sh_vou_g_selection() 963 if (vou_dev->std & V4L2_STD_525_60) in sh_vou_s_selection() 1220 .tvnorms = V4L2_STD_525_60, /* PAL only supported in 8-bit non-bt656 mode */
|
/linux-4.4.14/drivers/media/pci/cx18/ |
D | cx18-av-vbi.c | 143 int is_pal = !(state->std & V4L2_STD_525_60); in cx18_av_g_sliced_fmt() 193 int is_pal = !(state->std & V4L2_STD_525_60); in cx18_av_s_sliced_fmt()
|
D | cx18-av-core.c | 543 if (std & V4L2_STD_525_60) { in input_change() 956 int is_50Hz = !(state->std & V4L2_STD_525_60); in cx18_av_set_fmt()
|
D | cx18-ioctl.c | 602 cx->is_60hz = (std & V4L2_STD_525_60) ? 1 : 0; in cx18_s_std()
|
D | cx18-driver.c | 1078 if (cx->std & V4L2_STD_525_60) in cx18_probe()
|
/linux-4.4.14/drivers/media/usb/usbtv/ |
D | usbtv.h | 55 #define USBTV_TV_STD (V4L2_STD_525_60 | V4L2_STD_PAL)
|
D | usbtv-video.c | 38 .norm = V4L2_STD_525_60, 152 if (norm & V4L2_STD_525_60) in usbtv_select_norm() 549 if ((norm & V4L2_STD_525_60) || (norm & V4L2_STD_PAL)) in usbtv_s_std() 675 (void)usbtv_configure_for_norm(usbtv, V4L2_STD_525_60); in usbtv_video_init()
|
/linux-4.4.14/drivers/media/platform/davinci/ |
D | vpbe_venc.c | 239 if (pdata->setup_clock(VPBE_ENC_STD, V4L2_STD_525_60) < 0) in venc_set_ntsc() 242 venc_enable_vpss_clock(venc->venc_type, VPBE_ENC_STD, V4L2_STD_525_60); in venc_set_ntsc() 484 if (norm & V4L2_STD_525_60) in venc_s_std_output() 580 venc->std = V4L2_STD_525_60; in venc_initialize()
|
D | vpif.c | 197 .stdid = V4L2_STD_525_60,
|
D | vpif_display.c | 32 #define VPIF_V4L2_STD (V4L2_STD_525_60 | V4L2_STD_625_50) 1178 ch->video.stdid = V4L2_STD_525_60; in vpif_probe_complete()
|
D | vpbe_display.c | 476 if ((standard_id & V4L2_STD_525_60) || in vpbe_disp_calculate_scale_factor() 1327 vbd->tvnorms = (V4L2_STD_525_60 | V4L2_STD_625_50); in init_vpbe_layer()
|
D | vpif_capture.c | 1360 ch->video.stdid = V4L2_STD_525_60; in vpif_probe_complete()
|
D | vpfe_capture.c | 129 {V4L2_STD_525_60, 720, 480, {11, 10}, 1},
|
/linux-4.4.14/drivers/media/usb/stk1160/ |
D | stk1160-v4l.c | 121 if (dev->norm & V4L2_STD_525_60) { in stk1160_set_std() 395 base_height = (dev->norm & V4L2_STD_525_60) ? 480 : 576; in stk1160_try_fmt() 549 dev->height = (norm & V4L2_STD_525_60) ? 480 : 576; in vidioc_s_std() 753 .tvnorms = V4L2_STD_525_60 | V4L2_STD_625_50,
|
/linux-4.4.14/drivers/media/usb/s2255/ |
D | s2255drv.c | 431 return (vc->std & V4L2_STD_525_60) ? in norm_maxw() 437 return (vc->std & V4L2_STD_525_60) ? in norm_maxh() 443 return (vc->std & V4L2_STD_525_60) ? in norm_minw() 449 return (vc->std & V4L2_STD_525_60) ? in norm_minh() 764 int is_ntsc = vc->std & V4L2_STD_525_60; in vidioc_g_fmt_vid_cap() 787 int is_ntsc = vc->std & V4L2_STD_525_60; in vidioc_try_fmt_vid_cap() 1143 if (i & V4L2_STD_525_60) { in vidioc_s_std() 1388 int is_ntsc = vc->std & V4L2_STD_525_60; in vidioc_enum_framesizes() 1408 int is_ntsc = vc->std & V4L2_STD_525_60; in vidioc_enum_frameintervals()
|
/linux-4.4.14/drivers/media/pci/tw68/ |
D | tw68-video.c | 234 dev->height = (norm->id & V4L2_STD_525_60) ? 480 : 576; in set_tvnorm() 304 vactive = ((norm->id & V4L2_STD_525_60) ? 524 : 624) / 2 - norm->video_v_start; in tw68_set_scale() 624 maxh = (dev->tvnorm->id & V4L2_STD_525_60) ? 480 : 576; in tw68_try_fmt_vid_cap()
|
/linux-4.4.14/Documentation/video4linux/ |
D | v4l2-pci-skeleton.c | 331 pix->height = (skel->std & V4L2_STD_525_60) ? 480 : 576; in skeleton_fill_pix_format() 486 *std &= V4L2_STD_525_60; in skeleton_querystd()
|
/linux-4.4.14/drivers/media/pci/sta2x11/ |
D | sta2x11_vip.c | 459 if (V4L2_STD_525_60 & std) in vidioc_s_std() 468 if (V4L2_STD_525_60 & std) in vidioc_s_std() 614 if (V4L2_STD_525_60 & vip->std) in vidioc_try_fmt_vid_cap()
|
/linux-4.4.14/drivers/media/usb/hdpvr/ |
D | hdpvr-video.c | 592 if (std & V4L2_STD_525_60) in vidioc_s_std() 627 V4L2_STD_525_60 : V4L2_STD_625_50; in vidioc_querystd() 1164 dev->cur_std = V4L2_STD_525_60; in hdpvr_register_videodev()
|
/linux-4.4.14/drivers/media/usb/pvrusb2/ |
D | pvrusb2-encoder.c | 441 hdw->enc_ctl_state.is_50hz = ((hdw->std_mask_cur & V4L2_STD_525_60) ? in pvr2_encoder_configure()
|
D | pvrusb2-hdw.c | 646 if (cptr->hdw->std_mask_cur & V4L2_STD_525_60) { in ctrl_vres_max_get() 3091 if (hdw->std_mask_cur & V4L2_STD_525_60) { in pvr2_hdw_commit_execute() 3137 int nvres = hdw->std_mask_cur & V4L2_STD_525_60 ? 480 : 576; in pvr2_hdw_commit_execute()
|
/linux-4.4.14/drivers/media/usb/tm6000/ |
D | tm6000-stds.c | 451 if (dev->norm & V4L2_STD_525_60) in tm6000_get_std_res()
|
/linux-4.4.14/drivers/media/usb/em28xx/ |
D | em28xx-video.c | 252 if (v4l2->norm & V4L2_STD_525_60) { in em28xx_set_outfmt() 336 if (v4l2->norm & V4L2_STD_525_60) in em28xx_resolution_set() 1405 f.fmt.pix.height = (norm & V4L2_STD_525_60) ? 480 : 576; in vidioc_s_std() 1818 if (v4l2->norm & V4L2_STD_525_60) { in vidioc_g_fmt_vbi_cap()
|
/linux-4.4.14/include/uapi/linux/ |
D | videodev2.h | 1165 #define V4L2_STD_525_60 (V4L2_STD_PAL_M |\ macro 1179 #define V4L2_STD_ALL (V4L2_STD_525_60 |\
|
/linux-4.4.14/drivers/media/pci/cx25821/ |
D | cx25821-video-upstream.c | 623 out->is_60hz = dev->tvnorm & V4L2_STD_525_60; in cx25821_vidupstream_init()
|
/linux-4.4.14/drivers/media/pci/dt3155/ |
D | dt3155.c | 362 if (pd->std & V4L2_STD_525_60) { in dt3155_s_std()
|
/linux-4.4.14/drivers/media/i2c/soc_camera/ |
D | tw9910.c | 523 if (norm & V4L2_STD_525_60) { in tw9910_s_std()
|
/linux-4.4.14/drivers/media/platform/blackfin/ |
D | bfin_capture.c | 302 if (bcap_dev->std & V4L2_STD_525_60) { in bcap_start_streaming()
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
D | ivtv-ioctl.c | 1114 itv->is_60hz = (std & V4L2_STD_525_60) ? 1 : 0; in ivtv_s_std_enc() 1138 itv->is_out_60hz = (std & V4L2_STD_525_60) ? 1 : 0; in ivtv_s_std_dec()
|
D | ivtv-driver.c | 1158 if (itv->std & V4L2_STD_525_60) { in ivtv_probe()
|
/linux-4.4.14/drivers/media/pci/saa7164/ |
D | saa7164-encoder.c | 1093 if (port->encodernorm.id & V4L2_STD_525_60) in saa7164_encoder_register()
|
/linux-4.4.14/drivers/media/pci/saa7134/ |
D | saa7134-video.c | 401 dev->crop_bounds.height = ((norm->id & V4L2_STD_525_60) ? 524 : 624) in set_tvnorm() 1601 if (dev->tvnorm->id & V4L2_STD_525_60) { in saa7134_cropcap()
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-ioctl.c | 103 if (id & V4L2_STD_525_60) { in v4l2_video_std_frame_period() 120 vs->framelines = (id & V4L2_STD_525_60) ? 525 : 625; in v4l2_video_std_construct()
|
/linux-4.4.14/drivers/media/usb/cx231xx/ |
D | cx231xx-417.c | 1947 if (dev->encodernorm.id & V4L2_STD_525_60) in cx231xx_417_register()
|
/linux-4.4.14/drivers/media/usb/usbvision/ |
D | usbvision-core.c | 1742 else if (usbvision->tvnorm_id & V4L2_STD_525_60) in usbvision_set_output()
|
/linux-4.4.14/drivers/media/platform/am437x/ |
D | am437x-vpfe.c | 67 {V4L2_STD_525_60, 720, 480, {11, 10}, 1},
|
/linux-4.4.14/drivers/media/pci/bt8xx/ |
D | bttv-driver.c | 1764 *id &= V4L2_STD_525_60; in bttv_querystd()
|