Home
last modified time | relevance | path

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

12

/linux/drivers/media/i2c/
H A Dml86v7667.c169 *std &= status & STATUS_NTSCPAL ? V4L2_STD_625_50 : V4L2_STD_525_60; in ml86v7667_querystd()
217 fmt->height = priv->std & V4L2_STD_525_60 ? 480 : 576; in ml86v7667_fill_fmt()
251 mode = std & V4L2_STD_525_60 ? MRA_NTSC_BT601 : MRA_PAL_BT601; in ml86v7667_s_std()
353 priv->std = val & STATUS_NTSCPAL ? V4L2_STD_625_50 : V4L2_STD_525_60; in ml86v7667_init()
356 val = priv->std & V4L2_STD_525_60 ? MRA_NTSC_BT601 : MRA_PAL_BT601; in ml86v7667_init()
H A Dtw9906.c88 bool is_60hz = norm & V4L2_STD_525_60; in tw9906_s_std()
133 bool is_60hz = dec->norm & V4L2_STD_525_60; in tw9906_log_status()
H A Dtw9903.c117 bool is_60hz = norm & V4L2_STD_525_60; in tw9903_s_std()
163 bool is_60hz = dec->norm & V4L2_STD_525_60; in tw9903_log_status()
H A Dtw2804.c145 state->norm & V4L2_STD_525_60 ? "60 Hz" : "50 Hz"); in tw2804_log_status()
254 bool is_60hz = norm & V4L2_STD_525_60; in tw2804_s_std()
H A Dks0127.c472 if (ks->norm & V4L2_STD_525_60) in ks0127_s_routing()
606 std &= V4L2_STD_525_60; in ks0127_status()
H A Dsaa7115.c770 hz = (state->std & V4L2_STD_525_60) ? 5994 : 5000; in saa711x_s_clock_freq()
987 if (std & V4L2_STD_525_60) { in saa711x_set_v4lstd()
1204 if (state->std & V4L2_STD_525_60) in saa711x_decode_vbi_line()
1481 *std &= V4L2_STD_525_60; in saa711x_querystd()
H A Dsaa7127.c471 if (std & V4L2_STD_525_60) { in saa7127_set_std()
671 v4l2_info(sd, "Standard: %s\n", (state->std & V4L2_STD_525_60) ? "60 Hz" : "50 Hz"); in saa7127_log_status()
H A Dtvp5150.c819 if (std & V4L2_STD_525_60) in tvp5150_s_std()
1022 if (std & V4L2_STD_525_60) in tvp5150_set_default()
1082 return (std & V4L2_STD_525_60) ? in tvp5150_get_hmax()
1177 if (std & V4L2_STD_525_60) in tvp5150_get_selection()
H A Dbt819.c175 struct timing *timing = &timing_data[(decoder->norm & V4L2_STD_525_60) ? 1 : 0]; in bt819_init()
H A Dadv7183.c434 if (decoder->std & V4L2_STD_525_60) { in adv7183_set_fmt()
H A Dsaa6752hs.c438 set_reg8(client, 0x40, (h->standard & V4L2_STD_525_60) ? 1 : 0); in saa6752hs_init()
/linux/drivers/media/i2c/cx25840/
H A Dcx25840-vbi.c83 int is_pal = !(state->std & V4L2_STD_525_60); in cx25840_g_sliced_fmt()
121 int is_pal = !(state->std & V4L2_STD_525_60); in cx25840_s_raw_fmt()
141 int is_pal = !(state->std & V4L2_STD_525_60); in cx25840_s_sliced_fmt()
H A Dcx25840-core.c1308 } else if (std & V4L2_STD_525_60) { in input_change()
1757 int is_50hz = !(state->std & V4L2_STD_525_60); in cx25840_set_fmt()
3590 if (std & V4L2_STD_525_60) { in cx23888_std_setup()
/linux/drivers/media/tuners/
H A Dmt20xx.c305 if (params->std & V4L2_STD_525_60) { in mt2032_set_tv_freq()
329 if (params->std & V4L2_STD_525_60) { in mt2032_set_radio_freq()
502 if (params->std & V4L2_STD_525_60) { in mt2050_set_tv_freq()
525 if (params->std & V4L2_STD_525_60) { in mt2050_set_radio_freq()
/linux/drivers/media/pci/cx18/
H A Dcx18-av-vbi.c129 int is_pal = !(state->std & V4L2_STD_525_60); in cx18_av_g_sliced_fmt()
179 int is_pal = !(state->std & V4L2_STD_525_60); in cx18_av_s_sliced_fmt()
H A Dcx18-av-core.c527 if (std & V4L2_STD_525_60) { in input_change()
940 int is_50Hz = !(state->std & V4L2_STD_525_60); in cx18_av_set_fmt()
/linux/drivers/media/usb/usbtv/
H A Dusbtv.h71 #define USBTV_TV_STD (V4L2_STD_525_60 | V4L2_STD_PAL | \
/linux/drivers/media/i2c/adv748x/
H A Dadv748x-afe.c122 fmt->height = afe->curr_norm & V4L2_STD_525_60 ? 480 : 576; in adv748x_afe_fill_format()
169 if (afe->curr_norm & V4L2_STD_525_60) { in adv748x_afe_g_pixelaspect()
/linux/drivers/gpu/ipu-v3/
H A Dipu-vdi.c74 top_field_0 = (std & V4L2_STD_525_60) ? true : false; in ipu_vdi_set_field_order()
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-enumstd.rst211 #define V4L2_STD_525_60 (V4L2_STD_PAL_M |
221 #define V4L2_STD_ALL (V4L2_STD_525_60 |
/linux/drivers/media/usb/hdpvr/
H A Dhdpvr-video.c600 if (std & V4L2_STD_525_60) in vidioc_s_std()
635 V4L2_STD_525_60 : V4L2_STD_625_50; in vidioc_querystd()
1170 dev->cur_std = V4L2_STD_525_60; in hdpvr_register_videodev()
/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-encoder.c414 hdw->enc_ctl_state.is_50hz = ((hdw->std_mask_cur & V4L2_STD_525_60) ? in pvr2_encoder_configure()
/linux/drivers/media/test-drivers/vivid/
H A Dvivid-vid-common.c831 if (!(dev->std_cap[dev->input] & V4L2_STD_525_60) != in vivid_vid_can_loop()
832 !(output_inst->std_out & V4L2_STD_525_60)) in vivid_vid_can_loop()
/linux/drivers/media/pci/cx88/
H A Dcx88.h95 return (norm & V4L2_STD_525_60) ? 480 : 576; in norm_maxh()
/linux/drivers/media/pci/cx23885/
H A Dcx23885.h633 return (norm & V4L2_STD_525_60) ? 480 : 576; in norm_maxh()

12