Home
last modified time | relevance | path

Searched refs:V4L2_STD_625_50 (Results 1 – 19 of 19) sorted by relevance

/linux/drivers/media/i2c/
H A Dml86v7667.c169 *std &= status & STATUS_NTSCPAL ? V4L2_STD_625_50 : V4L2_STD_525_60; in ml86v7667_querystd()
353 priv->std = val & STATUS_NTSCPAL ? V4L2_STD_625_50 : V4L2_STD_525_60; in ml86v7667_init()
H A Dbt819.c189 init[0x15 * 2 - 1] = (decoder->norm & V4L2_STD_625_50) ? 115 : 93; /* Chroma burst delay */ in bt819_init()
H A Dsaa7115.c870 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()
H A Dks0127.c608 std &= V4L2_STD_625_50; in ks0127_status()
H A Dsaa7127.c478 !(std & (V4L2_STD_625_50 & ~V4L2_STD_SECAM))) { in saa7127_set_std()
H A Dtvp5150.c690 } else if (std & V4L2_STD_625_50) { in tvp5150_set_vbi()
734 } else if (std & V4L2_STD_625_50) { in tvp5150_get_vbi()
H A Dadv7842.c2977 if (norm & V4L2_STD_625_50) in adv7842_s_std()
/linux/drivers/media/pci/cx88/
H A Dcx88-core.c643 return (norm & V4L2_STD_625_50) ? 0x24 : 0x18; in norm_vdelay()
672 return (norm & V4L2_STD_625_50) ? in norm_htotal()
679 return (norm & V4L2_STD_625_50) ? 511 : 400; in norm_vbipack()
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-enumstd.rst215 #define V4L2_STD_625_50 (V4L2_STD_PAL |
222 V4L2_STD_625_50)
/linux/drivers/media/pci/cx18/
H A Dcx18-av-core.c304 if (std & V4L2_STD_625_50) { in cx18_av_std_setup()
506 if (std & V4L2_STD_625_50) { in cx18_av_std_setup()
/linux/drivers/media/usb/go7007/
H A Ds2250-board.c351 if (norm & V4L2_STD_625_50) { in s2250_s_std()
/linux/drivers/media/pci/ivtv/
H A Divtv-vbi.c62 if ((itv->std_out & V4L2_STD_625_50) && !enabled) { in ivtv_set_wss()
/linux/include/uapi/linux/
H A Dvideodev2.h1505 #define V4L2_STD_625_50 (V4L2_STD_PAL |\ macro
1515 V4L2_STD_625_50)
/linux/drivers/media/pci/saa7164/
H A Dsaa7164-vbi.c21 (port->enc_port->encodernorm.id & V4L2_STD_625_50) != 0; in saa7164_vbi_configure()
H A Dsaa7164-encoder.c47 (port->encodernorm.id & V4L2_STD_625_50) != 0; in saa7164_encoder_configure()
/linux/drivers/media/i2c/cx25840/
H A Dcx25840-core.c1128 if (std & V4L2_STD_625_50) { in cx25840_std_setup()
1272 if (std & V4L2_STD_625_50) { in cx25840_std_setup()
/linux/drivers/media/usb/hdpvr/
H A Dhdpvr-video.c635 V4L2_STD_525_60 : V4L2_STD_625_50; in vidioc_querystd()
/linux/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions311 replace define V4L2_STD_625_50 v4l2-std-id
/linux/drivers/media/platform/ti/am437x/
H A Dam437x-vpfe.c58 {V4L2_STD_625_50, 720, 576, {54, 59}, 1},