Searched refs:V4L2_STD_PAL_I (Results 1 - 25 of 31) sorted by relevance

12

/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-std.c23 V4L2_STD_PAL_I| \
58 #define TSTD_I (V4L2_STD_PAL_I)
/linux-master/drivers/media/pci/saa7146/
H A Dmxb.c51 #define MXB_STD (V4L2_STD_PAL_BG | V4L2_STD_PAL_I | V4L2_STD_SECAM | V4L2_STD_NTSC)
57 V4L2_STD_PAL_BG | V4L2_STD_PAL_I, 0, V4L2_IN_CAP_STD },
767 if (V4L2_STD_PAL_I == standard->id) {
768 v4l2_std_id std = V4L2_STD_PAL_I;
800 .name = "PAL-I", .id = V4L2_STD_PAL_I,
/linux-master/drivers/media/pci/cx25821/
H A Dcx25821.h69 V4L2_STD_PAL_BG | V4L2_STD_PAL_DK | V4L2_STD_PAL_I | \
/linux-master/drivers/media/i2c/
H A Dsony-btf-mpx.c274 else if (std & V4L2_STD_PAL_I)
H A Dmsp3400-kthreads.c47 "6.0/6.55 I NICAM FM", V4L2_STD_PAL_I },
621 state->detected_std = V4L2_STD_PAL_I;
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-tvaudio.c67 .std = V4L2_STD_PAL_I,
109 .std = V4L2_STD_PAL_I,
796 if (dev->tvnorm->id & V4L2_STD_PAL_I)
/linux-master/drivers/media/tuners/
H A Dtda9887.c150 .std = V4L2_STD_PAL_I,
H A Dtuner-simple.c348 } else if (params->std & V4L2_STD_PAL_I) {
366 } else if (params->std & V4L2_STD_PAL_I) {
H A Dxc4000.c1335 if (params->std & V4L2_STD_PAL_I) {
1337 params->std = V4L2_STD_PAL_I | V4L2_STD_NICAM;
H A Dtda8290.c118 } else if (params->std & V4L2_STD_PAL_I) {
H A Dtda827x.c54 } else if (params->std & V4L2_STD_PAL_I) {
H A Dsi2157.c646 } else if (params->std & V4L2_STD_PAL_I) {
H A Dxc5000.c868 if (params->std & V4L2_STD_PAL_I) {
H A Dtda18271-fe.c1007 } else if (params->std & V4L2_STD_PAL_I) {
/linux-master/drivers/media/common/
H A Dtveeprom.c53 { V4L2_STD_PAL_I, " PAL(I)" },
/linux-master/drivers/media/pci/cx18/
H A Dcx18-driver.c420 V4L2_STD_PAL_I | \
462 return V4L2_STD_PAL_I;
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885.h126 V4L2_STD_PAL_BG | V4L2_STD_PAL_DK | V4L2_STD_PAL_I | \
H A Dcx23885-417.c68 .id = V4L2_STD_PAL_I,
/linux-master/drivers/media/usb/cx231xx/
H A Dcx231xx-avcore.c1579 } else if (standerd & (V4L2_STD_PAL_D | V4L2_STD_PAL_I
1698 } else if ((standard == V4L2_STD_PAL_I) |
1834 } else if (standard & V4L2_STD_PAL_I) {
H A Dcx231xx.h115 V4L2_STD_PAL_BG | V4L2_STD_PAL_DK | V4L2_STD_PAL_I | \
/linux-master/include/uapi/linux/
H A Dvideodev2.h1353 #define V4L2_STD_PAL_I ((v4l2_std_id)0x00000010) macro
1428 V4L2_STD_PAL_I)
/linux-master/drivers/media/pci/cx88/
H A Dcx88-core.c843 } else if (V4L2_STD_PAL_I & norm) {
/linux-master/drivers/media/v4l2-core/
H A Dtuner-core.c954 return V4L2_STD_PAL_I;
/linux-master/drivers/media/pci/ivtv/
H A Divtv-driver.c568 return V4L2_STD_PAL_I;
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-api.c677 } else if (std & V4L2_STD_PAL_I) {

Completed in 359 milliseconds

12