Searched refs:V4L2_STD_625_50 (Results 1 - 25 of 43) sorted by path

12

/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-vbi.c52 } else if (dev->tvnorm & V4L2_STD_625_50) {
H A Dcx23885-417.c1024 (dev->encodernorm.id & V4L2_STD_625_50) != 0;
H A Dcx23885-video.c673 bool is_50hz = dev->tvnorm & V4L2_STD_625_50;
/linux-master/drivers/media/i2c/
H A Dadv7842.c2957 if (norm & V4L2_STD_625_50)
H A Dbt819.c189 init[0x15 * 2 - 1] = (decoder->norm & V4L2_STD_625_50) ? 115 : 93; /* Chroma burst delay */
H A Dks0127.c616 std &= V4L2_STD_625_50;
H A Dml86v7667.c169 *std &= status & STATUS_NTSCPAL ? V4L2_STD_625_50 : V4L2_STD_525_60;
353 priv->std = val & STATUS_NTSCPAL ? V4L2_STD_625_50 : V4L2_STD_525_60;
H A Dsaa7115.c870 int is_50hz = state->std & V4L2_STD_625_50;
1051 int is_50hz = (state->std & V4L2_STD_625_50);
1483 *std &= V4L2_STD_625_50;
H A Dsaa7127.c478 !(std & (V4L2_STD_625_50 & ~V4L2_STD_SECAM))) {
H A Dtvp5150.c690 } else if (std & V4L2_STD_625_50) {
734 } else if (std & V4L2_STD_625_50) {
/linux-master/drivers/media/i2c/cx25840/
H A Dcx25840-core.c1128 if (std & V4L2_STD_625_50) {
1272 if (std & V4L2_STD_625_50) {
/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-driver.c1630 *id &= V4L2_STD_625_50;
/linux-master/drivers/media/pci/cx18/
H A Dcx18-av-core.c304 if (std & V4L2_STD_625_50) {
506 if (std & V4L2_STD_625_50) {
/linux-master/drivers/media/pci/cx25821/
H A Dcx25821-video.c170 if (dev->tvnorm & V4L2_STD_625_50)
346 maxh = (dev->tvnorm & V4L2_STD_625_50) ? 576 : 480;
455 chan->height = (dev->tvnorm & V4L2_STD_625_50) ? 576 : 480;
544 f->fmt.pix.height = (dev->tvnorm & V4L2_STD_625_50) ? 576 : 480;
712 if (dev->tvnorm & V4L2_STD_625_50)
/linux-master/drivers/media/pci/cx88/
H A Dcx88-blackbird.c546 dev->core->tvnorm & V4L2_STD_625_50);
H A Dcx88-core.c643 return (norm & V4L2_STD_625_50) ? 0x24 : 0x18;
672 return (norm & V4L2_STD_625_50) ?
679 return (norm & V4L2_STD_625_50) ? 511 : 400;
H A Dcx88-vbi.c40 } else if (dev->core->tvnorm & V4L2_STD_625_50) {
/linux-master/drivers/media/pci/dt3155/
H A Ddt3155.c507 pd->std = V4L2_STD_625_50;
/linux-master/drivers/media/pci/ivtv/
H A Divtv-vbi.c62 if ((itv->std_out & V4L2_STD_625_50) && !enabled) {
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-video.c1300 if (dev->tvnorm->id & V4L2_STD_625_50) {
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-encoder.c47 (port->encodernorm.id & V4L2_STD_625_50) != 0;
H A Dsaa7164-vbi.c21 (port->enc_port->encodernorm.id & V4L2_STD_625_50) != 0;
/linux-master/drivers/media/pci/solo6x10/
H A Dsolo6x10-v4l2-enc.c953 return solo_set_video_type(solo_enc->solo_dev, std & V4L2_STD_625_50);
H A Dsolo6x10-v4l2.c545 return solo_set_video_type(solo_dev, std & V4L2_STD_625_50);
/linux-master/drivers/media/pci/tw686x/
H A Dtw686x-video.c819 * Adjust format after V4L2_STD_525_60/V4L2_STD_625_50 change,
1274 vdev->tvnorms = V4L2_STD_525_60 | V4L2_STD_625_50;

Completed in 546 milliseconds

12