Home
last modified time | relevance | path

Searched refs:V4L2_STD_525_60 (Results 1 – 65 of 65) sorted by relevance

/linux-4.1.27/drivers/media/platform/vivid/
Dvivid-vbi-out.c35 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()
143 bool is_60hz = dev->std_out & V4L2_STD_525_60; in vidioc_g_fmt_vbi_out()
192 bool is_60hz = dev->std_out & V4L2_STD_525_60; in vidioc_try_fmt_sliced_vbi_out()
231 if ((dev->std_out & V4L2_STD_525_60) && vbi->line == 21) { in vivid_sliced_vbi_out_process()
Dvivid-vbi-cap.c33 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()
143 bool is_60hz = dev->std_cap & V4L2_STD_525_60; in vbi_cap_queue_setup()
163 bool is_60hz = dev->std_cap & V4L2_STD_525_60; in vbi_cap_buf_prepare()
311 bool is_60hz = dev->std_cap & V4L2_STD_525_60; in vidioc_try_fmt_sliced_vbi_cap()
346 is_60hz = dev->std_cap & V4L2_STD_525_60; in vidioc_g_sliced_vbi_cap()
351 is_60hz = dev->std_out & V4L2_STD_525_60; in vidioc_g_sliced_vbi_cap()
Dvivid-vid-common.c512 if (!(dev->std_cap & V4L2_STD_525_60) != in vivid_vid_can_loop()
513 !(dev->std_out & V4L2_STD_525_60)) in vivid_vid_can_loop()
Dvivid-vid-out.c229 if (dev->std_out & V4L2_STD_525_60) { in vivid_update_format_out()
299 return (dev->std_out & V4L2_STD_525_60) ? in vivid_get_pixel_aspect()
364 h = (dev->std_out & V4L2_STD_525_60) ? 480 : 576; in vivid_try_fmt_vid_out()
Dvivid-vid-cap.c222 if (dev->std_cap & V4L2_STD_525_60) in vid_cap_buf_finish()
385 return (dev->std_cap & V4L2_STD_525_60) ? in vivid_get_pixel_aspect()
418 if (dev->std_cap & V4L2_STD_525_60) { in vivid_update_format_cap()
571 h = (dev->std_cap & V4L2_STD_525_60) ? 480 : 576; in vivid_try_fmt_vid_cap()
Dvivid-kthread-cap.c422 bool is_60hz = is_tv && (dev->std_cap & V4L2_STD_525_60); in vivid_fillbuff()
Dvivid-tpg.c2011 params.is_60hz = std & V4L2_STD_525_60; in tpg_fill_plane_buffer()
/linux-4.1.27/drivers/media/i2c/
Dml86v7667.c173 *std &= status & STATUS_NTSCPAL ? V4L2_STD_625_50 : V4L2_STD_525_60; in ml86v7667_querystd()
215 fmt->height = priv->std & V4L2_STD_525_60 ? 480 : 576; in ml86v7667_mbus_fmt()
238 mode = std & V4L2_STD_525_60 ? MRA_NTSC_BT601 : MRA_PAL_BT601; in ml86v7667_s_std()
336 priv->std = val & STATUS_NTSCPAL ? V4L2_STD_625_50 : V4L2_STD_525_60; in ml86v7667_init()
339 val = priv->std & V4L2_STD_525_60 ? MRA_NTSC_BT601 : MRA_PAL_BT601; in ml86v7667_init()
Dtw9906.c100 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()
Dtw9903.c129 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()
Dtw2804.c157 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()
Dtvp5150.c745 if (std & V4L2_STD_525_60) in tvp5150_s_std()
878 if (std & V4L2_STD_525_60) in tvp5150_s_crop()
933 if (std & V4L2_STD_525_60) in tvp5150_cropcap()
1174 if (tvp5150_read_std(sd) & V4L2_STD_525_60) in tvp5150_probe()
Dks0127.c493 if (ks->norm & V4L2_STD_525_60) in ks0127_s_routing()
627 std &= V4L2_STD_525_60; in ks0127_status()
Dsaa7115.c774 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()
1202 if (state->std & V4L2_STD_525_60) in saa711x_decode_vbi_line()
1479 *std &= V4L2_STD_525_60; in saa711x_querystd()
Dsaa7127.c484 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()
Dbt819.c188 struct timing *timing = &timing_data[(decoder->norm & V4L2_STD_525_60) ? 1 : 0]; in bt819_init()
Dadv7183.c440 if (decoder->std & V4L2_STD_525_60) { in adv7183_try_mbus_fmt()
Dsaa6752hs.c450 set_reg8(client, 0x40, (h->standard & V4L2_STD_525_60) ? 1 : 0); in saa6752hs_init()
Dadv7180.c604 fmt->height = state->curr_norm & V4L2_STD_525_60 ? 480 : 576; in adv7180_mbus_fmt()
Dadv7842.c1896 if (state->norm & V4L2_STD_525_60) in adv7842_g_mbus_fmt()
2496 else if (norm & V4L2_STD_525_60) in adv7842_s_std()
/linux-4.1.27/drivers/media/i2c/cx25840/
Dcx25840-vbi.c96 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()
Dcx25840-core.c948 else if (std & V4L2_STD_525_60) { in input_change()
1374 int is_50Hz = !(state->std & V4L2_STD_525_60); in cx25840_s_mbus_fmt()
/linux-4.1.27/drivers/media/pci/cx23885/
Dcx23885-vbi.c55 if (dev->tvnorm & V4L2_STD_525_60) { in cx23885_vbi_fmt()
131 if (dev->tvnorm & V4L2_STD_525_60) in queue_setup()
147 if (dev->tvnorm & V4L2_STD_525_60) in buffer_prepare()
Dcx23885.h631 return (norm & V4L2_STD_525_60) ? 720 : 768; in norm_maxw()
636 return (norm & V4L2_STD_525_60) ? 480 : 576; in norm_maxh()
Dcx23885-417.c1028 if (dev->encodernorm.id & V4L2_STD_525_60) in cx23885_codec_settings()
1524 if (dev->encodernorm.id & V4L2_STD_525_60) in cx23885_417_register()
Dcx23885-video.c357 if (dev->tvnorm & V4L2_STD_525_60) in buffer_prepare()
/linux-4.1.27/drivers/media/pci/cx88/
Dcx88-vbi.c27 if (dev->core->tvnorm & V4L2_STD_525_60) { in cx8800_vbi_fmt()
119 if (dev->core->tvnorm & V4L2_STD_525_60) in queue_setup()
136 if (dev->core->tvnorm & V4L2_STD_525_60) in buffer_prepare()
Dcx88.h104 return (norm & V4L2_STD_525_60) ? 480 : 576; in norm_maxh()
/linux-4.1.27/drivers/media/tuners/
Dmt20xx.c306 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.1.27/drivers/media/pci/cx18/
Dcx18-av-vbi.c143 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()
Dcx18-av-core.c543 if (std & V4L2_STD_525_60) { in input_change()
953 int is_50Hz = !(state->std & V4L2_STD_525_60); in cx18_av_s_mbus_fmt()
Dcx18-ioctl.c600 cx->is_60hz = (std & V4L2_STD_525_60) ? 1 : 0; in cx18_s_std()
Dcx18-driver.c1078 if (cx->std & V4L2_STD_525_60) in cx18_probe()
/linux-4.1.27/drivers/media/usb/usbtv/
Dusbtv.h54 #define USBTV_TV_STD (V4L2_STD_525_60 | V4L2_STD_PAL)
Dusbtv-video.c38 .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()
669 (void)usbtv_configure_for_norm(usbtv, V4L2_STD_525_60); in usbtv_video_init()
/linux-4.1.27/drivers/media/platform/davinci/
Dvpbe_venc.c239 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()
Dvpif.c197 .stdid = V4L2_STD_525_60,
Dvpbe_display.c475 if ((standard_id & V4L2_STD_525_60) || in vpbe_disp_calculate_scale_factor()
1326 vbd->tvnorms = (V4L2_STD_525_60 | V4L2_STD_625_50); in init_vpbe_layer()
Dvpif_display.c32 #define VPIF_V4L2_STD (V4L2_STD_525_60 | V4L2_STD_625_50)
1172 ch->video.stdid = V4L2_STD_525_60; in vpif_probe_complete()
Dvpif_capture.c1355 ch->video.stdid = V4L2_STD_525_60; in vpif_probe_complete()
Dvpfe_capture.c129 {V4L2_STD_525_60, 720, 480, {11, 10}, 1},
/linux-4.1.27/drivers/media/platform/
Dsh_vou.c453 if (vou_dev->std & V4L2_STD_525_60) { in sh_vou_configure_geometry()
537 if (std & V4L2_STD_525_60) in vou_adjust_input()
605 if (std & V4L2_STD_525_60) { in vou_adjust_output()
708 if (vou_dev->std & V4L2_STD_525_60) in sh_vou_s_fmt_vid_out()
902 if (std_id & V4L2_STD_525_60) in sh_vou_s_std()
960 if (vou_dev->std & V4L2_STD_525_60) in sh_vou_s_crop()
1288 .tvnorms = V4L2_STD_525_60, /* PAL only supported in 8-bit non-bt656 mode */
/linux-4.1.27/drivers/media/usb/stk1160/
Dstk1160-v4l.c97 if (dev->norm & V4L2_STD_525_60) { in stk1160_set_std()
397 if (dev->norm & V4L2_STD_525_60) { in vidioc_s_std()
604 .tvnorms = V4L2_STD_525_60 | V4L2_STD_625_50,
/linux-4.1.27/drivers/media/usb/s2255/
Ds2255drv.c430 return (vc->std & V4L2_STD_525_60) ? in norm_maxw()
436 return (vc->std & V4L2_STD_525_60) ? in norm_maxh()
442 return (vc->std & V4L2_STD_525_60) ? in norm_minw()
448 return (vc->std & V4L2_STD_525_60) ? in norm_minh()
761 int is_ntsc = vc->std & V4L2_STD_525_60; in vidioc_g_fmt_vid_cap()
784 int is_ntsc = vc->std & V4L2_STD_525_60; in vidioc_try_fmt_vid_cap()
1140 if (i & V4L2_STD_525_60) { in vidioc_s_std()
1385 int is_ntsc = vc->std & V4L2_STD_525_60; in vidioc_enum_framesizes()
1405 int is_ntsc = vc->std & V4L2_STD_525_60; in vidioc_enum_frameintervals()
/linux-4.1.27/drivers/media/pci/tw68/
Dtw68-video.c234 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()
620 maxh = (dev->tvnorm->id & V4L2_STD_525_60) ? 480 : 576; in tw68_try_fmt_vid_cap()
/linux-4.1.27/Documentation/video4linux/
Dv4l2-pci-skeleton.c329 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.1.27/drivers/media/pci/sta2x11/
Dsta2x11_vip.c455 if (V4L2_STD_525_60 & std) in vidioc_s_std()
464 if (V4L2_STD_525_60 & std) in vidioc_s_std()
610 if (V4L2_STD_525_60 & vip->std) in vidioc_try_fmt_vid_cap()
/linux-4.1.27/drivers/media/usb/hdpvr/
Dhdpvr-video.c592 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.1.27/drivers/media/usb/pvrusb2/
Dpvrusb2-encoder.c441 hdw->enc_ctl_state.is_50hz = ((hdw->std_mask_cur & V4L2_STD_525_60) ? in pvr2_encoder_configure()
Dpvrusb2-hdw.c646 if (cptr->hdw->std_mask_cur & V4L2_STD_525_60) { in ctrl_vres_max_get()
3084 if (hdw->std_mask_cur & V4L2_STD_525_60) { in pvr2_hdw_commit_execute()
3130 int nvres = hdw->std_mask_cur & V4L2_STD_525_60 ? 480 : 576; in pvr2_hdw_commit_execute()
/linux-4.1.27/drivers/media/usb/tm6000/
Dtm6000-stds.c451 if (dev->norm & V4L2_STD_525_60) in tm6000_get_std_res()
/linux-4.1.27/drivers/media/usb/em28xx/
Dem28xx-video.c252 if (v4l2->norm & V4L2_STD_525_60) { in em28xx_set_outfmt()
336 if (v4l2->norm & V4L2_STD_525_60) in em28xx_resolution_set()
1399 f.fmt.pix.height = (norm & V4L2_STD_525_60) ? 480 : 576; in vidioc_s_std()
1812 if (v4l2->norm & V4L2_STD_525_60) { in vidioc_g_fmt_vbi_cap()
/linux-4.1.27/include/uapi/linux/
Dvideodev2.h1071 #define V4L2_STD_525_60 (V4L2_STD_PAL_M |\ macro
1085 #define V4L2_STD_ALL (V4L2_STD_525_60 |\
/linux-4.1.27/drivers/media/pci/cx25821/
Dcx25821-video-upstream.c623 out->is_60hz = dev->tvnorm & V4L2_STD_525_60; in cx25821_vidupstream_init()
/linux-4.1.27/drivers/media/platform/blackfin/
Dbfin_capture.c293 if (bcap_dev->std & V4L2_STD_525_60) { in bcap_start_streaming()
/linux-4.1.27/drivers/staging/media/dt3155v4l/
Ddt3155v4l.c67 #define DT3155_CURRENT_NORM V4L2_STD_525_60
/linux-4.1.27/drivers/media/pci/ivtv/
Divtv-ioctl.c1112 itv->is_60hz = (std & V4L2_STD_525_60) ? 1 : 0; in ivtv_s_std_enc()
1136 itv->is_out_60hz = (std & V4L2_STD_525_60) ? 1 : 0; in ivtv_s_std_dec()
Divtv-driver.c1158 if (itv->std & V4L2_STD_525_60) { in ivtv_probe()
/linux-4.1.27/drivers/media/pci/saa7134/
Dsaa7134-video.c399 dev->crop_bounds.height = ((norm->id & V4L2_STD_525_60) ? 524 : 624) in set_tvnorm()
1593 if (dev->tvnorm->id & V4L2_STD_525_60) { in saa7134_cropcap()
/linux-4.1.27/drivers/media/pci/saa7164/
Dsaa7164-encoder.c1399 if (port->encodernorm.id & V4L2_STD_525_60) in saa7164_encoder_register()
/linux-4.1.27/drivers/media/v4l2-core/
Dv4l2-ioctl.c104 if (id & V4L2_STD_525_60) { in v4l2_video_std_frame_period()
121 vs->framelines = (id & V4L2_STD_525_60) ? 525 : 625; in v4l2_video_std_construct()
/linux-4.1.27/drivers/media/usb/cx231xx/
Dcx231xx-417.c1946 if (dev->encodernorm.id & V4L2_STD_525_60) in cx231xx_417_register()
/linux-4.1.27/drivers/media/usb/usbvision/
Dusbvision-core.c1740 else if (usbvision->tvnorm_id & V4L2_STD_525_60) in usbvision_set_output()
/linux-4.1.27/drivers/media/platform/am437x/
Dam437x-vpfe.c67 {V4L2_STD_525_60, 720, 480, {11, 10}, 1},
/linux-4.1.27/drivers/media/pci/bt8xx/
Dbttv-driver.c1764 *id &= V4L2_STD_525_60; in bttv_querystd()