Searched refs:V4L2_STD_PAL (Results 1 - 25 of 63) sorted by path

123

/linux-master/arch/arm/mach-davinci/
H A Dpdata-quirks.c31 #define TVP514X_STD_ALL (V4L2_STD_NTSC | V4L2_STD_PAL)
/linux-master/drivers/gpu/ipu-v3/
H A Dipu-csi.c498 std = V4L2_STD_PAL;
/linux-master/drivers/media/i2c/
H A Dadv7170.c196 } else if (std & V4L2_STD_PAL) {
H A Dadv7175.c202 } else if (std & V4L2_STD_PAL) {
H A Dadv7180.c292 return V4L2_STD_PAL;
317 if (std & V4L2_STD_PAL)
H A Dadv7183.c213 else if (std & V4L2_STD_PAL)
377 *std &= V4L2_STD_PAL;
585 decoder->std = V4L2_STD_PAL;
H A Dadv7343.c122 SD_STD_PAL_BDGHI, 705268427, V4L2_STD_PAL,
H A Dadv7393.c131 SD_STD_PAL_BDGHI, 705268427, V4L2_STD_PAL,
H A Dadv7842.c2894 *std &= V4L2_STD_PAL;
H A Dak881x.c164 } else if (std & V4L2_STD_PAL) {
H A Dbt819.c213 std &= V4L2_STD_PAL;
254 } else if (std & V4L2_STD_PAL) {
H A Dbt856.c117 } else if (std & V4L2_STD_PAL) {
H A Disl7998x.c500 { V4L2_STD_PAL,
715 isl7998x->norm & V4L2_STD_PAL ? BIT(2) : 0 },
H A Dks0127.c550 } else if (std & V4L2_STD_PAL) {
609 std &= V4L2_STD_PAL;
H A Dsaa7110.c203 return V4L2_STD_PAL;
232 return V4L2_STD_PAL;
271 } else if (std & V4L2_STD_PAL) {
380 decoder->norm = V4L2_STD_PAL;
H A Dsaa7115.c1455 * V4L2_STD_PAL just cover the european PAL standards.
1459 *std &= V4L2_STD_PAL | V4L2_STD_PAL_N | V4L2_STD_PAL_Nc |
H A Dsaa7185.c225 else if (std & V4L2_STD_PAL)
H A Dtvp514x.c252 .id = V4L2_STD_PAL,
H A Dtvp5150.c39 V4L2_STD_PAL | \
776 else if (std & V4L2_STD_PAL)
838 return V4L2_STD_PAL;
H A Dtw9900.c131 .std = V4L2_STD_PAL,
344 if (!(std & (V4L2_STD_NTSC | V4L2_STD_PAL)))
379 *std = V4L2_STD_PAL;
503 *std = V4L2_STD_NTSC | V4L2_STD_PAL;
H A Dtw9910.c439 } else if (norm & V4L2_STD_PAL) {
521 if (!(norm & (V4L2_STD_NTSC | V4L2_STD_PAL)))
900 *norm = V4L2_STD_NTSC | V4L2_STD_PAL;
H A Dvpx3220.c273 else if (decoder->norm & V4L2_STD_PAL)
302 std &= V4L2_STD_PAL;
351 } else if (std & V4L2_STD_PAL) {
477 decoder->norm = V4L2_STD_PAL;
/linux-master/drivers/media/i2c/adv748x/
H A Dadv748x-afe.c93 *std = V4L2_STD_PAL;
142 if (std & V4L2_STD_PAL)
/linux-master/drivers/media/i2c/cx25840/
H A Dcx25840-core.c1329 } else if (std & V4L2_STD_PAL) {
1674 else if (state->std & V4L2_STD_PAL)
2429 /* 0100 */ V4L2_STD_PAL,
/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-driver.c277 .v4l2_id = V4L2_STD_PAL,
3396 btv->std = V4L2_STD_PAL;

Completed in 340 milliseconds

123